As @Mahko_Mahko already flagged, the Lolin C3 Mini (v1.0.0 in my case) does not work out of the box.
It did took some trial&error to get it working, but while esp32_ble_tracker is working stable bluetooth_proxy on the other hand will still result in a non reactive state.
In addition, to prevent a bootloop the wifi output_power needs to be set as low as 8.5.
Enjoy the yaml:
esphome:
name: lolin-c3-1_0_0
platformio_options:
board_build.flash_mode: dio
esp32:
board: esp32-c3-devkitm-1
variant: ESP32C3
framework:
type: esp-idf
sdkconfig_options:
CONFIG_ESP_TASK_WDT_TIMEOUT_S: "10"
CONFIG_BT_BLE_50_FEATURES_SUPPORTED: y
CONFIG_BT_BLE_42_FEATURES_SUPPORTED: y
wifi:
ssid: !secret wifi_ssid
password: !secret wifi_password
output_power: 8.5 # will result in a bootloop otherwise
esp32_ble_tracker:
# bluetooth_proxy: will result in a non reactive state
The Lolin S2 Mini (v1.0.0) took quite some effort as well. No bluetooth support for this ESP32, but it does provide more GPIO and a higher clocked CPU.
Some yaml here as well as the out-of-the-box experience here was also not ok.
I just received one and cannot install it in ESPhome
Have you received yours ? where have you ordered from ?
(me PiHut … a uk based shot and I received some customs fees cause I’m EU based )
I’ve used a couple of the Picos them. The C3U is on the shelf, I hope there are no bigger issues setting them up with ESPHome. I wanted to try these days.
I just ordered from https://thepihut.com/ and had some big customms fees (uk shop and I’m EU based)
fees were 25€ out of a 50€ order :’(
I grouped a few names seen on this post.
Lolin seems to have succes but not all supported and long delivery time from what i see.
LILYGO® TTGO T7 V1.5 Mini32 also on aliexpress seemed to have more then one good review here !
QuinLED-ESP32
Olimex POE
MH-ET LIVE D1 mini’s
LILYGO® TTGO T7 V1.5 Mini32 > more than one good comment
LOLIN D1 mini
Waveshare ESP32 One A Mini
TinyPICO
MicroDev microS2
Seeed Studio Xaio ESP32-C3
nodemcu V4
wesp32
Lolin S2 Mini > attention
Lolin C3 Mini > attention
I have a M5stack STAMP-C3U > first time playing with those but I’m struggeling
By the way… with the help of radybb from esphome discord I got my M5stack STAMP-C3U working.
It had something to do with my newbie state more than a board problem.
He also shared this good EU site for ordering without any custom fees : https://www.distrelec.de
One of the ESPHome Devs mentioned on Discord that support for a lot more variants will come with the 21st Dec release and are now available in the dev branch.
Hello, I’ve too many boards and projects in my lab. If you can specify what board you are interested in, I will see if I have some notes that will be of use.