domdfcoding / circuitpython_wifimanager

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 module1.

Tests Linux Test Status Windows Test Status macOS Test Status
Activity GitHub last commit 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

  1. https://circuitpython.readthedocs.io/en/latest/shared-bindings/wifi/index.html

About

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

License:MIT License


Languages

Language:Python 100.0%