Learning - Help Please
Posted: Mon Dec 23, 2024 1:07 pm
I am switching over to the ESP32 from the Propeller and Arduino chips... could really use some help.
The SPIN and BASIC languages (which im good with) apparently are not compatible with the ESP32, so I started learning C++ using online tutorials and have completed the foundation classes so im at least able to write basic programs.
Unfortunately beyond making basic programs, the tutorials I have found so far dont help with things like manipulating pins on the ESP32.
For example I would like to write my own display routines for a WS2812 LED strip... this was pretty easy with the propeller chip, they had pre-made library files I could call in my own SPIN code to create amazing custom display routines.
Next step after that I'd like to create a bluetooth phone app for an interface.
Are there any good resources for learning how to control the ESP32 with C++?
Any help is appreciated! It's really tough starting over from scratch
The SPIN and BASIC languages (which im good with) apparently are not compatible with the ESP32, so I started learning C++ using online tutorials and have completed the foundation classes so im at least able to write basic programs.
Unfortunately beyond making basic programs, the tutorials I have found so far dont help with things like manipulating pins on the ESP32.
For example I would like to write my own display routines for a WS2812 LED strip... this was pretty easy with the propeller chip, they had pre-made library files I could call in my own SPIN code to create amazing custom display routines.
Next step after that I'd like to create a bluetooth phone app for an interface.
Are there any good resources for learning how to control the ESP32 with C++?
Any help is appreciated! It's really tough starting over from scratch