Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By mrburnette
#75723 I suspect such things may be online in someone's blog, but a quicky Google did not show up a candidate.

However, when considering Arduino implementions, I would recommend referring to these two resource links:

http://arduino-esp8266.readthedocs.io/en/latest/

http://esp-idf.readthedocs.io/en/latest/

Architecturally, the Arduino implementations are wrappers arround the Espressif IDF. Books such as
http://neilkolban.com/tech/esp8266/ and
https://leanpub.com/kolban-ESP32
are free/low-cost reference PDFs that can easily be opened in 2 windows on your development machine for quick compare. Personally, I prefer the earlier links, but to each their own.

The Espressif Arduino forum for ESP32 is also a great place to do research.
https://www.esp32.com/viewforum.php?f=19


Good luck,

Ray