-->
Page 6 of 8

Re: API and Documentation

PostPosted: Sat Jan 27, 2018 6:28 pm
by mrburnette
I just answered a request for Arduino API class online references here
http://www.esp8266.com/viewtopic.php?f=5&t=14741&start=8#p73523

Referencing link here in Arduino section in case of value to others.

Ray

Re: API and Documentation

PostPosted: Mon Apr 30, 2018 7:38 pm
by dalbert
Is there a feature delta document showing what Arduino/Library support is present in ESP8266 but not ESP32?

Re: API and Documentation

PostPosted: Wed May 02, 2018 8:56 am
by mrburnette
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

Re: API and Documentation

PostPosted: Wed May 22, 2019 6:24 am
by kajol
I think the Espressif SDK will get me what I need, that is incredible that any of those capacities can be utilized. Much obliged again for the incredible work.
Programming Language