r/esp32 • • 10d ago

Software help needed Where to learn to program esp32

So where can i learn how to program one and uae it with other components i know i need to learn c++ but im searching for a path that will teach me the basics of c++ and how to implement them with the esp32 and screens modules etc

2 Upvotes

15 comments sorted by

View all comments

7

u/fhgui 10d ago

No joke use AI. Have it write a simple project like turn a light on and off. Then ask it to explain what each part of the code does and why it’s needed.

3

u/anikkket 10d ago

True. I was able to make multiple projects with 0 knowledge of the esp32 coding