Skip to content

This Project Uses NodeMCU / Generic ESP8266 Module for Automating the Lights.

License

Notifications You must be signed in to change notification settings

pranav130100/lights-automation-nodemcu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Lights Automation v1.0

NodeMCU / Generic ESP8266 Module for Automating the Lights.

NodeMCU is an open source IoT platform. It includes firmware which runs on the ESP8266 Wi-Fi SoC from Espressif Systems, and hardware which is based on the ESP-12 module. The ESP8266 is a low-cost Wi-Fi microchip with full TCP/IP stack and microcontroller capability produced by manufacturer Espressif Systems[1] in Shanghai, China.

Features of ESP8266

  • Processor: L106 32-bit RISC microprocessor core based on the Tensilica Xtensa Diamond Standard 106Micro running at 80 MHz
  • Memory:
    • 32 KiB instruction RAM
    • 32 KiB instruction cache RAM
    • 80 KiB user-data RAM
    • 16 KiB ETS system-data RAM
  • External QSPI flash: up to 16 MiB is supported (512 KiB to 4 MiB typically included)
  • IEEE 802.11 b/g/n Wi-Fi
  • Integrated TR switch, balun, LNA, power amplifier and matching network
  • WEP or WPA/WPA2 authentication, or open networks
  • 16 GPIO pins
  • SPI
  • I²C (software implementation)
  • I²S interfaces with DMA (sharing pins with GPIO)
  • UART on dedicated pins, plus a transmit-only UART can be enabled on GPIO2
  • 10-bit ADC (successive approximation ADC)

Summary of Project

  • Easy to Program/Setup WiFi Access Point.
  • With Fail-Over WiFi Connection Settings.
  • Easy to modify.
  • Code with PWM Support.
  • Can Control lights with different PWM setting to alter Brightness using a Transistor or Logic Level MOSFET.

Instructions

  • Connect the ESP8266 Module.
  • Open the Code in Arduino IDE.
  • Setup WiFi Access Point Details.
  • Setup Adafruit Connection Settings.
  • Compile and Upload the Code to the Module.
  • Make Connections to the Defined PIN.
  • Enjoy.

Software and Hardware Requirements

Support

Raise a issue / Email Pranav M S

More Features Coming soon

Pull Requests are Welcome

Releases

No releases published

Packages

No packages published

Languages