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:25]
admin
docs:blox:firmware-others [2024/08/15 17:39] (current)
admin
Line 1: Line 1:
-===== Toolchains ===== +======5.4 Using BLOX with alternative firmware options====== 
-   + 
-* **ESP-IDF (Espressif IoT Development Framework)** +OpenBuilds BLOX can be used with any existing ESP32-S3 supported firmware development toolchains and distributions you are already skilled  in as well
-    - The official development framework for ESP32 and ESP32-S3. +
-    - [[https://github.com/espressif/esp-idf|ESP-IDF GitHub]] +
-    - [[https://docs.espressif.com/projects/esp-idf/en/latest/esp32s3/index.html|Documentation]] +
-   +
-* **Arduino Core for ESP32** +
-    - Allows programming ESP32-S3 using the Arduino IDE. +
-    - [[https://github.com/espressif/arduino-esp32|Arduino Core for ESP32 GitHub]] +
-    - [[https://docs.espressif.com/projects/arduino-esp32/en/latest/installing.html|Installation Guide]] +
-   +
-* **PlatformIO** +
-    - A cross-platform IDE with support for ESP32-S3+
-    - [[https://platformio.org/platforms/espressif32|PlatformIO ESP32]] +
-    - [[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** +
-    - An open-source real-time operating system that supports ESP32. +
-    - [[https://www.zephyrproject.org/|Zephyr RTOS Website]] +
-    - [[https://docs.zephyrproject.org/latest/boards/arm/esp32/doc/index.html|ESP32 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]] +
-   +
-* **SonicPi** +
-    - A live coding environment for music, which can be adapted for ESP32-S3 using various libraries. +
-    - [[https://sonic-pi.net/|Sonic Pi Website]]+
  
-===== Firmware Options =====+Below just an handful of the popular ones: 
 + 
 +**ESP-IDF (Espressif IoT Development Framework)** 
 +  * The official development framework for ESP32 and ESP32-S3. 
 +  * [[https://github.com/espressif/esp-idf|ESP-IDF GitHub]] 
 +  * [[https://docs.espressif.com/projects/esp-idf/en/latest/esp32s3/index.html|Documentation]]
      
-* **ESPHome** +  
-    Tailored for home automation with easy integration into Home Assistant+**PlatformIO** 
-    [[https://esphome.io/|ESPHome Website]] +  * A cross-platform IDE with support for ESP32-S3
-    [[https://github.com/esphome/esphome|GitHub Repository]]+  [[https://platformio.org/platforms/espressif32|PlatformIO ESP32]] 
 +  [[https://docs.platformio.org/en/latest/platforms/espressif32.html|Documentation]]
      
-* **Tasmota** +**Zephyr RTOS** 
-    A highly configurable firmware for IoT devices+  * An open-source real-time operating system that supports ESP32
-    [[https://tasmota.github.io/docs/|Tasmota Website]] +  [[https://www.zephyrproject.org/|Zephyr RTOS Website]] 
-    [[https://github.com/arendst/Tasmota|GitHub Repository]]+  [[https://docs.zephyrproject.org/latest/boards/espressif/index.html|ESP32-S3 Support]]
      
-* **CircuitPython** +**Tasmota** 
-    beginner-friendly version of Python for microcontrollers+  highly configurable firmware for IoT devices
-    [[https://circuitpython.org/|CircuitPython Website]] +  [[https://tasmota.github.io/docs/|Tasmota Website]] 
-    [[https://learn.adafruit.com/adafruit-esp32-s2-circuitpython/overview|ESP32-S3 Support]]+  [[https://github.com/arendst/Tasmota|GitHub Repository]]
      
-* **Lua (NodeMCU)** +**CircuitPython** 
-    - Firmware that enables Lua scripting on ESP32-S3+  A beginner-friendly version of Python for microcontrollers
-    [[https://github.com/nodemcu/nodemcu-firmware|NodeMCU GitHub]] +  [[https://circuitpython.org/|CircuitPython Website]]
-    - [[https://nodemcu.readthedocs.io/en/release/|Documentation]]+
      
-* **MicroPython** +**Lua (NodeMCU)** 
-    A lean implementation of Python 3, designed for microcontrollers+  * Firmware that enables Lua scripting on ESP32-S3
-    [[https://micropython.org/|MicroPython Website]] +  [[https://github.com/nodemcu/nodemcu-firmware|NodeMCU GitHub]] 
-    [[https://docs.micropython.org/en/latest/esp32/|ESP32 Documentation]]+  [[https://nodemcu.readthedocs.io/en/release/|Documentation]]
      
-* **Mongoose OS** +**MicroPython** 
-    - An operating system for IoT devices that supports ESP32-S3+  * A lean implementation of Python 3, designed for microcontrollers
-    [[https://mongoose-os.com/|Mongoose OS Website]] +  [[https://micropython.org/|MicroPython Website]] 
-    [[https://github.com/cesanta/mongoose-os|GitHub Repository]]+  [[https://docs.micropython.org/en/latest/|Documentation]]
      
-* **GRBLHAL** +**Blynk** 
-    - Firmware for CNC and motion control applications. +  An IoT platform for developing applications with mobile app integration
-    [[https://github.com/terjeio/grblHAL|GRBLHAL for ESP32 GitHub]] +  [[https://blynk.io/|Blynk Website]] 
-    [[https://github.com/terjeio/grblHAL/wiki|Documentation]]+  [[https://docs.blynk.io/en/getting-started/esp32/|ESP32 Integration]]
      
-* **OpenThread** + 
-    - An open-source implementation of the Thread networking protocol+**Espruino** 
-    [[https://openthread.io/|OpenThread Website]] +  * JavaScript interpreter for microcontrollers, including ESP32
-    [[https://openthread.io/implementations/esp32/|ESP32 Support]]+  [[https://www.espruino.com/|Espruino Website]] 
 +  [[https://www.espruino.com/ESP32|ESP32 Support]]
      
-* **ESP32-Cam Firmware** 
-    - Firmware designed specifically for ESP32-Cam modules. 
-    - [[https://github.com/espressif/esp32-camera|ESP32-Cam GitHub]] 
      
-* **LwIP (Lightweight IP)** +**NuttX** 
-    small, open-source TCP/IP stack for embedded systems+  real-time operating system with a POSIX-compliant API, supporting ESP32. 
-    [[https://www.nongnu.org/lwip/|LwIP Website]]+  * [[https://nuttx.apache.org/|NuttX OS Website]] 
 +  [[https://nuttx.apache.org/docs/latest/boards/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** 
-    - An IoT platform for developing applications with mobile app integration. 
-    - [[https://blynk.io/|Blynk Website]] 
-    - [[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]] 
-   
-* **PainlessMesh** 
-    - Firmware for creating mesh networks with ESP32 devices. 
-    - [[https://github.com/gmag11/painlessMesh|PainlessMesh GitHub]] 
-    - [[https://github.com/gmag11/painlessMesh/wiki|Documentation]] 
-   
-* **Espruino** 
-    - JavaScript interpreter for microcontrollers, including ESP32. 
-    - [[https://www.espruino.com/|Espruino Website]] 
-    - [[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** 
-    - A real-time operating system with a POSIX-compliant API, supporting ESP32. 
-    - [[https://nuttx.apache.org/|NuttX OS Website]] 
-    - [[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.1723742742.txt.gz · Last modified: 2024/08/15 17:25 by admin