maholli / SAM32

Feather-sized SAMD51 with M4 core serving as UART bridge to WROOM ESP32
https://maholli.github.io/SAM32/
42 stars 6 forks source link

Have SAM32 connect to eduroam #22

Open maholli opened 5 years ago

maholli commented 5 years ago

IoT projects can be difficult on university campuses when dealing with WPA2 enterprise access points.

maholli commented 5 years ago

It is now possible to connect to eduroam and visitor wifi using the ESP32SPI library!

See @ladyada's example: esp32spi_wpa2ent_simpletest.py

You'll need to have your ESP32 flashed with the SAM32 NINA-FW firmware. See the SAM32 ESP32SPI directory here

ladyada commented 5 years ago

is WiFiNINA 1.3.0 working for y'all?

maholli commented 5 years ago

@ladyada yes I haven't ran into any issues. Something in particular not working on your end?

ladyada commented 5 years ago

nope - just good to check :)

maholli commented 5 years ago

oh! yes all good. 👍

ESP32SPI is so helpful, I haven't needed anything else on the ESP32 co-processor in quite a while 😄