QuinLED-ESP32
I have a few QuinLED-ESP32 boards1, but I have not used them yet.
Board summary
Manufacturer | QuinLED |
---|---|
Name | QuinLED-ESP32 |
One board that I have not tried, but seems quite interesting as well as unusually well-designed is the QuinLED-ESP32 board.
ESPHome support
Board config:
esp32:
board: mhetesp32minikit
framework:
type: esp-idf
Config for status_led
(on GPIO2
):
light:
- platform: status_led
name: "Status LED"
id: esp_status_led
icon: "mdi:alarm-light"
restore_mode: ALWAYS_OFF
pin:
number: GPIO2
inverted: true
Enter bootloader mode to program over USB
To put the QuinLED-ESP32 into bootloader mode:
- Unplug USB/power.
- Hold boot button.
- Keep holding.
- Flash with
esphome upload
oresphome run
.
References
8
Board details: Has pinout for the board in table form.