I am having a hard time programming this board, and I’m not sure what I should do for my debugging efforts.
I want to use this to collect Temp/Humidity with AHT20, and I purchased the qwiic versions hoping I could short circuit development, but I’m not seeing it connect to my Home Assistant box. I don’t see the backup AP mode showing up either.
Nor have I found an exact name match for the board in the Arduino board listings.
esphome:
name: basicesphome
friendly_name: BasicESPHome
esp32:
board: esp32dev
framework:
type: arduino
Enable logging
logger:
Enable Home Assistant API
api:
encryption:
key: redacted
ota:
- platform: esphome
password: redacted
wifi:
ssid: !secret wifi_ssid
password: !secret wifi_password