C: https://github.com/Redisage/PAC-ESP32/tree/master/C_examples/WiFi

MicroPython: https://github.com/Redisage/PAC-ESP32/tree/master/uPython_examples/WiFi

One of two available wireless interfaces is WiFi. For developer use, you can find two WiFi examples:

  • client - Perform basic configuration of the device as a client. Thanks to that, you can start project from testing local WiFi network.

  • sntp_time - extends the client demo by SNTP protocol, which allows to get current time and date.

client

sntp_time