hansQ
February 23, 2026, 7:14pm
1
The arduino nano esp32 did work with the Arduino IDE, with Visual Studio Code and Platformio, but no chance to download a build with ESPhome.
Configuration with ESPhome:
esp32:
board: arduino_nano_esp32
framework:
type: arduino
Any tips how this board works with ESPhome?
By the way is there a way to use the ESPhome library with Arduino or Visual Studio as IDE?
Karosm
(Karosm)
February 23, 2026, 7:56pm
2
Quite detailed description of the problem…
IOT7712
February 23, 2026, 11:19pm
3
Yes. Yaml code is just a text file you can edit from most text editors and IDEs. However the I in IDE usually means Integrated, and you may find difficulties with that when trying to invoke compiling the results for ESPHome use.
hansQ:
framework:
type: arduino
For what reason?
What are you struggling with?
Share the logs
If something isn’t working, check the logs and see if things are being logged. The Home Assistant log is available in the UI, though information on custom components only appears in the log file on disk, or you can check them using the command line - ha core logs. Keep in mind that the UI will only show errors, and other entries may be helpful and relevant. Other sources will include:
Home Assistant log file homeassistant.log
Supervisor log
Add-on logs
For automations and scripts make sure to include the debug trace . Downloading and sharing the trace’s .json file is an efficient way to provide us with information about how your automation is designed an what is failing.
The more you tell us, the more likely it is that the problem can be identified.
Before we begin…
This forum is not a helpdesk
The people here don’t work for Home Assistant, that’s an open source project. We are volunteering our free time to help others. Not all topics may get an answer, never mind one that helps you solve your problem.
[image]
This also isn’t a general home automation forum, this is a forum for Home Assistant and things related to it. Any question about Home Assistant, and about using things with Home Assistant, is welcome here. We can’t help you with eve…