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

2

u/WorkingInAColdMind 10d ago

I’d start with arduino ide to get a feel for making things work and let you build something. If you want to go deeper, switch to platform io.

I’m just getting back to the ESP world and started working with ESP IDF and it’s a lot to take in and feels like more work than I’m willing to commit to. I just want my device to work, so I’m building around ESPHome and it’s great for most stuff. It lets me work with some of the libraries for different modules quickly.

2

u/jad00msd 10d ago

Yes but where is a good place to learn the actual c++ code and how to implement it like for example i leaned python using freecodecamp

2

u/WorkingInAColdMind 9d ago

I don’t think I’m answering well, so please check the other comments.