Code Monkey home page Code Monkey logo

perswifimanager's Introduction

PersWiFiManager Async

Persistent WiFiManager Arduino library for ESP8266-based microcontrollers

  • Same idea, but Async
  • Uses tickers, upgrade ardiono-esp8266 core to v 2.5.0-beta2 or greater
  • SPIFFS editor http://<IP_Address>/edit
  • persWM.setFSCredentials("admin","passsword"); // used for SPIFFS editor credentials
  • persWM.setConnectNonBlock(true); is obsolete, non-blocking is done in this code

Libraries needed

Library Link Purpose
ESPAsyncUDP https://github.com/me-no-dev/ESPAsyncUDP comm
ESPAsyncTCP https://github.com/me-no-dev/ESPAsyncTCP comm
ESPAsyncWebServer https://github.com/me-no-dev/ESPAsyncWebServer web
ESPAsyncDNSServer https://github.com/devyte/ESPAsyncDNSServer dns
ArduinoJson https://github.com/bblanchon/ArduinoJson example

Info from r-downing/PersWiFiManager

This Persistent WiFi Manager provides a WiFi Settings web interface for ESP8266-based microcontrollers. It can autoconnect to the last used network, and then if unsuccessful, switch to AP mode with a captive DNS server. This action is non-blocking; the program will proceed to the main loop after, regardless of WiFi connection status. In AP mode, any device (phone, computer, etc) can connect to this network to configure the wifi connection, or access the device as a webserver.

This library and UI was inspired by tzapu's WiFiManager library. The main difference is that it allows the program to continue functioning normally, even in AP mode. It is also more memory efficient, as it does not have to dynamically build the page, and can serve it from SPIFFS rather than PROGMEM.

Full Documentation

perswifimanager's People

Contributors

r-downing avatar debsahu avatar gnalbandian avatar gnoddep avatar boseji avatar per1234 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.