Giter Site home page Giter Site logo

wifipicker's Introduction

wifiPicker

A WiFi provisioning library for the ESP32

wifiPicker is a library meant to make connecting an ESP32 easy. The library will first check if any known networks are around, if so, it will connect to that. If there is no known network, it will create one for you. Once connected, navigate to 192.168.4.1 to select a network from a list. Enter in the password and your ESP32 will connect to it.

If you power off the ESP32, it will remember the credentials for the next time it comes on. In other words, you will only need to set up the network once.

Main page

To Install:

Download the zip and extract all the contents into your libraries folder. Make sure that the following libraries are all added:

To Use:

Add the wifiPicker library to your project:

#include "wifiPicker.h"

Add the following lines to the top of your code:

const char* AP_SSID = "ACCESS_POINT_SSID";
const char* AP_PW   = "ACCESS_POINT_PW";

And then lastly, add this in your setup:

wifiPicker(AP_SSID,AP_PW);

It is possible to change the syling by going into wifiPicker.h and modifying the content there.

Password page

Password Page

wifipicker's People

Contributors

s-march avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Forkers

skyformat99

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.