Coder Social home page Coder Social logo

nakouzia / esp8266module Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mrdavidjwatts/esp8266module

0.0 1.0 0.0 253 KB

A bit of code for the ESP8226 Module running the 9.2.2 firmware at 9600bps

License: MIT License

C++ 93.54% PHP 6.46%

esp8266module's Introduction

esp8266Module

Arduino code for the ESP8226 Module running the 9.2.2 firmware at 9600bps

It is a pretty simple setup and will stream line the process of sending and receiving data. This example sends a value and receives the current UK time and weather. You can change the weather location too to get it for your city/country.

  • Can save network credentials to EEPROM
  • Can read network details from EEPROM
  • Can search for available WiFi networks and allow you to choose which to connect to
  • Ability to enter password
  • Program flow is controlled by readable ENUM values in switch statements
  • Reliable and modifiable

It should work on 328 based boards or better dues to the memory requirements.

Planned and completed updates:

  • (Finished) Functions to show the available WiFi list and ability to choose by number and enter a password
  • (Half way there, currently per function) Replacing the delays with a milis timeout // I am not sure how long this will take or even if it will be reliable
  • (Finished) Replacing switch statement to use ENUM to make the WiFi States more readable
  • Suggestions?

The code currently comes in at - 23,426 bytes Global variables use 1,252 bytes of dynamic memory

esp8266module's People

Contributors

mrdavidjwatts avatar

Watchers

 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.