Closed
Description
I've been trying out each of the underling dependencies for Adafruit_CircuitPython_AzureIoT on ESP32-S2 builds on a FeatherS2 and here are the known issues so far in dependencies.
This isn't a complete list but once these are closed or have workarounds or code in branches I'll keep trying.
- [Requests update to work with onboard WIFI is Merged - PR No. 31
- Binascii simple test ran fine
- RTC Core module - Merged PR No. 3422
- MiniMQTT CPython socket compatibility
I'm no longer sure this is needed
- NTP Library needs modification to work with onbooard WiFi
- Scott is working on this in "Use UDP to talk to NTP servers" : https://github.com/tannewt/Adafruit_CircuitPython_NTP/tree/raw_ntp, PR on the way Raw ntp tannewt/Adafruit_CircuitPython_NTP#1
- It will also require UDP support in CP: ESP32-S2: Add UDP with recvfrom_into and sendto circuitpython#3708
I see NTP in the samples, but not where any time or rtc is being used in the library so maybe it is not needed.