Difference between revisions of "Colibri MCU2"

From Stm32World Wiki
Jump to navigation Jump to search
(Created page with "Colibri MCU2 is a processor board for the Colibri-3 and compatible carrier boards. It is simply a ESP32-S3-Mini-1-N4R2 module on the Colibri connector. This is intended for [h...")
 
Line 1: Line 1:
 
Colibri MCU2 is a processor board for the Colibri-3 and compatible carrier boards. It is simply a ESP32-S3-Mini-1-N4R2 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 MCU2 is a processor board for the Colibri-3 and compatible carrier boards. It is simply a ESP32-S3-Mini-1-N4R2 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.
 +
 +
 +
= 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 MCU2 can be programmed with the Arduino IDE. The support for this is provided by Espressif and Arduino.
 +
 +
 +
= Documentation =
 +
* [[File:Colibri-mcu2-RevA-schematics.pdf|thumb|Colibri MCU2 schematics]]
 +
* [[File:Colibri-mcu2-RevA-pcb.pdf|thumb|Colibri MCU2 PCB layout]]

Revision as of 11:05, 20 July 2023

Colibri MCU2 is a processor board for the Colibri-3 and compatible carrier boards. It is simply a ESP32-S3-Mini-1-N4R2 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 MCU2 can be programmed with the Arduino IDE. The support for this is provided by Espressif and Arduino.


Documentation