QuinLED-ESP32

I have a few QuinLED-ESP32 boards1, but I have not used them yet.

Board summary

ManufacturerQuinLED
NameQuinLED-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:

  1. Unplug USB/power.
  2. Hold boot button.
  3. Keep holding.
  4. Flash with esphome upload or esphome run.

References

8

Board details: Has pinout for the board in table form.