ESP32 API commands and registers

Use this section to discuss your embedded Flowcode projects.
Post Reply
jay_dee
Posts: 132
http://meble-kuchenne.info.pl
Joined: Sun Dec 20, 2020 6:06 pm
Has thanked: 47 times
Been thanked: 31 times

ESP32 API commands and registers

Post 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.

mnfisher
Valued Contributor
Posts: 955
Joined: Wed Dec 09, 2020 9:37 pm
Has thanked: 104 times
Been thanked: 508 times

Re: ESP32 API commands and registers

Post 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

Post Reply