docs:blox:firmware-others

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
docs:blox:firmware-others [2024/08/15 17:28]
admin
docs:blox:firmware-others [2024/08/15 17:39] (current)
admin
Line 1: Line 1:
 +======5.4 Using BLOX with alternative firmware options======
 +
 +OpenBuilds BLOX can be used with any existing ESP32-S3 supported firmware development toolchains and distributions you are already skilled  in as well
 +
 +Below just an handful of the popular ones:
  
 **ESP-IDF (Espressif IoT Development Framework)** **ESP-IDF (Espressif IoT Development Framework)**
-    - The official development framework for ESP32 and ESP32-S3. +  * The official development framework for ESP32 and ESP32-S3. 
-    [[https://github.com/espressif/esp-idf|ESP-IDF GitHub]] +  [[https://github.com/espressif/esp-idf|ESP-IDF GitHub]] 
-    [[https://docs.espressif.com/projects/esp-idf/en/latest/esp32s3/index.html|Documentation]]+  [[https://docs.espressif.com/projects/esp-idf/en/latest/esp32s3/index.html|Documentation]]
      
    
 **PlatformIO** **PlatformIO**
-    - A cross-platform IDE with support for ESP32-S3. +  * A cross-platform IDE with support for ESP32-S3. 
-    [[https://platformio.org/platforms/espressif32|PlatformIO ESP32]] +  [[https://platformio.org/platforms/espressif32|PlatformIO ESP32]] 
-    [[https://docs.platformio.org/en/latest/platforms/espressif32.html|Documentation]] +  [[https://docs.platformio.org/en/latest/platforms/espressif32.html|Documentation]]
-   +
-**Eclipse IDE with ESP-IDF** +
-    - A popular integrated development environment for ESP32. +
-    - [[https://www.eclipse.org/downloads/packages/|Eclipse IDE for C/C++ Developers]]+
      
 **Zephyr RTOS** **Zephyr RTOS**
-    - An open-source real-time operating system that supports ESP32. +  * An open-source real-time operating system that supports ESP32. 
-    [[https://www.zephyrproject.org/|Zephyr RTOS Website]] +  [[https://www.zephyrproject.org/|Zephyr RTOS Website]] 
-    [[https://docs.zephyrproject.org/latest/boards/arm/esp32/doc/index.html|ESP32 Support]] +  [[https://docs.zephyrproject.org/latest/boards/espressif/index.html|ESP32-S3 Support]]
-   +
-**Mbed OS** +
-    - An open-source operating system for IoT devices that supports ESP32-S3. +
-    - [[https://os.mbed.com/|Mbed OS Website]] +
-    - [[https://os.mbed.com/platforms/ESP32-S3/|ESP32-S3 Support]]+
      
 **Tasmota** **Tasmota**
-    - A highly configurable firmware for IoT devices. +  * A highly configurable firmware for IoT devices. 
-    [[https://tasmota.github.io/docs/|Tasmota Website]] +  [[https://tasmota.github.io/docs/|Tasmota Website]] 
-    [[https://github.com/arendst/Tasmota|GitHub Repository]]+  [[https://github.com/arendst/Tasmota|GitHub Repository]]
      
 **CircuitPython** **CircuitPython**
-    - A beginner-friendly version of Python for microcontrollers. +  * A beginner-friendly version of Python for microcontrollers. 
-    [[https://circuitpython.org/|CircuitPython Website]] +  [[https://circuitpython.org/|CircuitPython Website]]
-    - [[https://learn.adafruit.com/adafruit-esp32-s2-circuitpython/overview|ESP32-S3 Support]]+
      
 **Lua (NodeMCU)** **Lua (NodeMCU)**
-    - Firmware that enables Lua scripting on ESP32-S3. +  * Firmware that enables Lua scripting on ESP32-S3. 
-    [[https://github.com/nodemcu/nodemcu-firmware|NodeMCU GitHub]] +  [[https://github.com/nodemcu/nodemcu-firmware|NodeMCU GitHub]] 
-    [[https://nodemcu.readthedocs.io/en/release/|Documentation]]+  [[https://nodemcu.readthedocs.io/en/release/|Documentation]]
      
 **MicroPython** **MicroPython**
-    - A lean implementation of Python 3, designed for microcontrollers. +  * A lean implementation of Python 3, designed for microcontrollers. 
-    [[https://micropython.org/|MicroPython Website]] +  [[https://micropython.org/|MicroPython Website]] 
-    [[https://docs.micropython.org/en/latest/esp32/|ESP32 Documentation]] +  [[https://docs.micropython.org/en/latest/|Documentation]]
-   +
-**Mongoose OS** +
-    - An operating system for IoT devices that supports ESP32-S3. +
-    - [[https://mongoose-os.com/|Mongoose OS Website]] +
-    - [[https://github.com/cesanta/mongoose-os|GitHub Repository]] +
-   +
-**OpenThread** +
-    - An open-source implementation of the Thread networking protocol. +
-    - [[https://openthread.io/|OpenThread Website]] +
-    - [[https://openthread.io/implementations/esp32/|ESP32 Support]] +
-   +
-**RT-Thread OS** +
-    - An open-source real-time operating system with ESP32 support. +
-    - [[https://www.rt-thread.io/|RT-Thread OS Website]] +
-    - [[https://www.rt-thread.io/document/site/rt-thread/|ESP32 Support]] +
-   +
-**ThingSpeak** +
-    - An IoT analytics platform service. +
-    - [[https://thingspeak.com/|ThingSpeak Website]] +
-    - [[https://www.mathworks.com/help/thingspeak/ug/esp32-and-thingspeak.html|ESP32 Integration]]+
      
 **Blynk** **Blynk**
-    - An IoT platform for developing applications with mobile app integration. +  * An IoT platform for developing applications with mobile app integration. 
-    [[https://blynk.io/|Blynk Website]] +  [[https://blynk.io/|Blynk Website]] 
-    [[https://docs.blynk.io/en/getting-started/esp32/|ESP32 Integration]] +  [[https://docs.blynk.io/en/getting-started/esp32/|ESP32 Integration]]
-   +
-**Ecosystem Firmware (Ecosystem)** +
-    - Ecosystem firmware designed for various IoT applications, including support for ESP32. +
-    - [[https://ecosystem.io/|Ecosystem Firmware Website]] +
-    - [[https://ecosystem.io/docs/esp32/|ESP32 Integration]]+
      
 +
 **Espruino** **Espruino**
-    - JavaScript interpreter for microcontrollers, including ESP32. +  * JavaScript interpreter for microcontrollers, including ESP32. 
-    [[https://www.espruino.com/|Espruino Website]] +  [[https://www.espruino.com/|Espruino Website]] 
-    [[https://www.espruino.com/ESP32|ESP32 Support]]+  [[https://www.espruino.com/ESP32|ESP32 Support]]
      
-**TUNIOT** 
-    - A development platform that provides tools for programming ESP32-S3. 
-    - [[https://tuniot.com/|TUNIOT Website]] 
-    - [[https://tuniot.com/esp32/|ESP32-S3 Support]] 
      
 **NuttX** **NuttX**
-    - A real-time operating system with a POSIX-compliant API, supporting ESP32. +  * A real-time operating system with a POSIX-compliant API, supporting ESP32. 
-    [[https://nuttx.apache.org/|NuttX OS Website]] +  [[https://nuttx.apache.org/|NuttX OS Website]] 
-    [[https://nuttx.apache.org/docs/latest/boards/esp32/|ESP32 Support]]+  [[https://nuttx.apache.org/docs/latest/boards/esp32/|ESP32 Support]]
      
-**DigiX** 
-    - Firmware and tools for creating wireless sensor networks using ESP32. 
-    - [[https://github.com/digi-x|DigiX GitHub]] 
-   
-**Contiki OS** 
-    - An open-source operating system for IoT devices, including ESP32. 
-    - [[https://www.contiki-os.org/|Contiki OS Website]] 
-    - [[https://github.com/contiki-os/contiki/tree/develop/platforms/esp32|ESP32 Support]] 
-   
-**Edison (Edison OS)** 
-    - A specialized firmware for IoT and edge computing, including support for ESP32. 
-    - [[https://edison-os.org/|Edison OS Website]] 
- 
docs/blox/firmware-others.1723742891.txt.gz · Last modified: 2024/08/15 17:28 by admin