/circuitpython_wifimanager

Helper library for microcontrollers with builtin WiFi, such as the ESP32-S2.

Primary LanguagePythonMIT LicenseMIT

circuitpython_wifimanager

Helper library for microcontrollers with builtin WiFi, such as the ESP32-S2.

This library provides a similar interface to the Adafruit_ESP32SPI library's adafruit_esp32spi_wifimanager module, but to support boards with builtin WiFi using the wifi module [1].

[1]https://circuitpython.readthedocs.io/en/latest/shared-bindings/wifi/index.html
Tests Linux Test Status Windows Test Status macOS Test Status
Activity GitHub last commit GitHub commits since tagged version Maintenance
QA CodeFactor Grade Flake8 Status mypy status
Other License GitHub top language Requirements Status

Installation

circuitpython_wifimanager can be installed from GitHub.

To install with pip:

$ python -m pip install git+https://github.com/domdfcoding/circuitpython_wifimanager