ESP32-WPA2-enterprise VS Adafruit_CircuitPython_ESP32SPI

Compare ESP32-WPA2-enterprise vs Adafruit_CircuitPython_ESP32SPI and see what are their differences.

ESP32-WPA2-enterprise

ESP32 WPA2 Enterprise example simplified for Arduino (by JeroenBeemster)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
ESP32-WPA2-enterprise Adafruit_CircuitPython_ESP32SPI
3 3
45 97
- -
0.0 6.7
over 4 years ago about 1 month ago
Arduino Python
GNU General Public License v3.0 only MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

ESP32-WPA2-enterprise

Posts with mentions or reviews of ESP32-WPA2-enterprise. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-12-05.
  • Programming Wifi Connections
    1 project | /r/esp32 | 28 Nov 2022
  • WPA2-Enterprise wifi with ESP32-S2 feather and circuitPython
    2 projects | /r/circuitpython | 5 Dec 2021
    I connected the FunHouse to the college and K-12 school I have worked at but am now guessing they weren't using WPA2 Enterprise. I see that CircuitPython (CP) does have an authentication mode for WPA2 Enterprise but it doesn't appear to accept it as a connection type on the ESP32 modules. Adafuit documentation for the PyPortal dev board, which uses the esp32 module, explicitly states that WPA2 Enterprise is not supported in CP. It is possible using Arduino, https://github.com/JeroenBeemster/ESP32-WPA2-enterprise/blob/master/ESP32_WPA2enterprise.ino. I had a similar issue with CP connecting Bluetooth HID devices. It was never fully built out in CP but worked in Arduino.
  • ESP32 connect to school wifi
    1 project | /r/learnprogramming | 8 Apr 2021
    You can, check out: https://github.com/JeroenBeemster/ESP32-WPA2-enterprise/

Adafruit_CircuitPython_ESP32SPI

Posts with mentions or reviews of Adafruit_CircuitPython_ESP32SPI. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-12-05.
  • PyPortal as API Endpoint?
    1 project | /r/adafruit | 15 Feb 2022
    Check this out esp32 circuitpython wsgi server
  • WPA2-Enterprise wifi with ESP32-S2 feather and circuitPython
    2 projects | /r/circuitpython | 5 Dec 2021
    Thanks. That's what I feared. adafruit_esp32spi has code for WPA2 enterprise (https://github.com/adafruit/Adafruit_CircuitPython_ESP32SPI/blob/main/examples/esp32spi_wpa2ent_simpletest.py) for instance. Any hope to use this module to drive the esp32 chip on the esp32-s2 feather? I can't figure out what pins I should use for cs, ready and reset.
  • Connecting to database with Pi Pico
    1 project | /r/raspberrypipico | 28 Oct 2021
    If you need network capabilities, adafruit sells some breakout boards for the esp32. They provide a library here that you can use to control it with your pico. Then you can make the request to wherever, assuming your database is remote and available. It's relatively easy, but what I do not know about is database access. I'm sure there is some small database library/interface out there for the rp2040.