Git Product home page Git Product logo

growlight_esp8266's Introduction

Features

  • Hybrid operation mode (STA & AP)
  • WebSocket-based GUI
  • Concurrent multi-user support
  • Automatic time synchronization over NTP
  • Time zone selection
  • 24h on/off scheduler
  • 4-channel relay switch

Manual relay control

Scheduler

Installation

This project is designed to work with 4-channel relay module, which uses an onboard MCU that controlls the relays according to the commands received from ESP-01 over UART.

  1. Make sure that ESP8266 Core is installed in your Arduino IDE.
  2. Open src\GrowLight\GrowLight.ino
  3. Customize SSID and PWD for STA mode:
wifiMulti.addAP("ssid_from_AP_1", "your_password_for_AP_1");
wifiMulti.addAP("ssid_from_AP_2", "your_password_for_AP_2");
wifiMulti.addAP("ssid_from_AP_3", "your_password_for_AP_3");
  1. Customize SSID and PWD for AP mode:
const char *ssid = "GrowBox";
const char *password = "GrowBox2020";
  1. Set board settings

  1. Compile and upload the code
  2. Upload webserver to SPIFFS using Tools/ESP8266 Sketch Data Upload

Credits

growlight_esp8266's People

Contributors

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