Difference between revisions of "Colibri MCU3"
Jump to navigation
Jump to search
(Created page with "Colibri MCU3 is a processor board for the Colibri-3 and compatible carrier boards. It is simply a ESP32-S3-Mini-1U-N8 module on the Colibri connector. This is intended for [ht...") |
|||
Line 1: | Line 1: | ||
− | Colibri MCU3 is a processor board for the Colibri-3 and compatible carrier boards. It is simply a ESP32-S3-Mini-1U-N8 module on the Colibri connector. This is intended for [https://esphome.io ESPhome] applications, and integration with [https://www.home-assistant.io/ Home Assistant] and similar systems. | + | [[Colibri]] MCU3 is a processor board for the Colibri-3 and compatible carrier boards. It is simply a ESP32-S3-Mini-1U-N8 module on the Colibri connector. This is intended for [https://esphome.io ESPhome] applications, and integration with [https://www.home-assistant.io/ Home Assistant] and similar systems. |
Latest revision as of 10:26, 20 July 2023
Colibri MCU3 is a processor board for the Colibri-3 and compatible carrier boards. It is simply a ESP32-S3-Mini-1U-N8 module on the Colibri connector. This is intended for ESPhome applications, and integration with Home Assistant and similar systems.
Programming
Low Level
Espressif IDF is the recommended tool to program ESP32 at a lower level. And it is possible to program over the UART that is available on the programming header of Colibri carrier boards.
Arduino
The Colibri MCU3 can be programmed with the Arduino IDE. The support for this is provided by Espressif and Arduino.