javascript mJS - a new approach to embedded scripting There are many projects out there that aim to bring scripting on microcontrollers. There are several JavaScript projects, like Duktape, Espruino, Jerryscript, MuJS, V7. There is MicroPython, there is Lua, and others. One
esp32 Mongoose OS is ported to ESP32 Good news! Mongoose OS, an open source cross-platform OS for low-power microcontrollers, has been ported to Espressif ESP32. Now, all benefits Mongoose OS provides are available on ESP32: Rich networking API, Out-of-the-box cloud
esp8266 The two-dollar secure IoT solution: Mongoose OS + ESP8266 + ATECC508 + AWS IoT Our previous article described how Mongoose OS can connect an ESP8266 to the AWS IoT. No other solution can do this - at least we're not aware of any. This is so because
ESP8266 remote control via AWS IoT As far as we are aware, Mongoose Firmware is the only firmware for ESP8266 that can talk to the AWS IoT cloud - we have managed to make the secure two-way TLS connection
mqtt Why MQTT is getting so popular in IoT The answer is simple: MQTT is pretty much the only standard protocol nowadays that makes it easy to send commands to the connected devices. There are two typical IoT use cases: A connected
esp8266 Why ESP8266 cannot be soft-rebooted after first flashing ESP8226 ROM boot loader determines what to do at boot time by the state of GPIO pins. As you probably know, pulling GPIO0 to ground makes it enter firmware download mode, which is