Is there a complete reference book or pdf about Arduino Core libraries for STM32 ?
Or if not, only about WebServer library ?
I found some informations in Kolban’s books (ESP8266 and ESP32), but they look incomplete.
Thank’s
Hello Jacques,
Just to be clear. When you say the “Arduino Core libraries for STM32 “? Are you really referring to the STM32 bluepill board?
Thanks!
Hi Rui,
Thank you for your rapid response.
I’m just looking for a documentation on the library installed by the Arduino IDE to support ESP32 cards (Cf. your tutorial “Installing the ESP32 board in Arduino IDE”) = the files in the “libraries” folder of https://github.com/espressif/arduino-esp32.
In fact, I’m looking more exactly for references about WifiServer and WebServer classes. Learning at your projects (excellent !) and others, I can imagine… But I should appreciate a description like for the ESP-IDF library.
Best regards.
Jac
Hi Jacques.
Unfortunately… There isn’t a documentation for ESP32-arduino like there is for ESP32-IDF. This link just answers your question:
You basically need to check the ESP32-IDF and Arduino documentation… Or simply browse the Arduino-ESP32 Github repository.
Regards,
Rui
Thank you Rui for your response.
I effectively concluded, on reading this post that there was no complete description of the libraries in the Arduino Core for ESP32 (https://github.com/espressif/arduino-esp32) such as for ESP8266 (https://arduino-esp8266.readthedocs.io/en/latest/index.html and https://links2004.github.io/Arduino/index.html for instance).
Fortunately there is a good documentation for the ESP32-IDF : then just need to make exprapolations…
Best regards.
Jac