Hi,
As a family, we love your tutorials. However, a project we are planning requires the Arduino Touch library. Details here: https://youtu.be/40TjjWLljaU?list=WL&t=315
This is annoying because your tutorials make it so simple.
Anyway, I wondered if there were any plans to show tutorials using ESP-IDF?
Or does anyone know any good sites or tutorials like these guys?
Or finally, how would we raise a bug about the Arduino libraries?
Thanks again
Danny
My understanding is that applications like Arduino IDE and PlatformIO install and use ESP-IDF under the covers so we get to use higher level API’s. I also believe the external libraries use it as well. I don’t know if there is a tutorial for this but Espressif provides extensive documentation.
To raise a bug against any library go to the GitHub page; Click the issues tab; and create a “New Issue” using the button.
Hi Danny.
Steve is right.
For more information about ESP-IDF, you can check the documentation: https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/index.html
I hope this helps.
Regards,
Sara