Page 1 of 1

ESP32 API commands and registers

Posted: Wed Nov 08, 2023 7:04 pm
by jay_dee
Hi,
Coming from PICs...I started reading a bit more on the ESP32. It all looks very Alien having spent 10 years only dipping into Mircochips data sheets.
The official documents seem to lean a lot on their API.

How are API calls made and what is the structure in FC?
As I learn to use the various Functions ofthe ESP32, I'm assuming I will need to read/write/set specific API commands. Like reading back the status of a function.
I did not find any list of registers etc..as I would expect from PICs.
Regards, J.

Re: ESP32 API commands and registers

Posted: Wed Nov 08, 2023 7:36 pm
by mnfisher
See my post at https://www.flowcode.co.uk/forums/vie ... =3&t=2203 for a link to the esp32 datasheet..

Also an example of using an api call. Generally it's easier to use the api than the chip hardware 🦉which is not too say they are easy - it's a complicated beast...

Martin