Skip to content

A Lovely Programmable Home Automation Project | A room automation system based on the ESP32 with a wide variety of applications

Notifications You must be signed in to change notification settings

mfaseehuddin/alpha.p

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Room Automation Project with Micropython and ESP32

In this guide I will be sharing with you all of the hardware and software I bought, created and wrote to build the Room Automation System

Hardware:

  1. Esp 32 NodeMCU (ESP32 DEVKITV1)
  2. 5V power supply with barrel jack and ofc a female jack
  3. Relay Module with as many relays you want!
  4. Vero board
  5. 5V voltage regulator (7805)
  6. Soldering Stuff
  7. a brain, because I don't have one to write a good enough tutorial

Software:

  1. Setup your esp32 on micropython using google.
  2. Install Adafruit-Ampy using pip
  3. Install PuTTy
  4. Connect your Esp32 with your computer
  5. Open command prompt and run the command: mode
    This will show you the COM port your ESP 32 is connected to
  6. Using ampy put all of the following files in the following order:
    1. deviceData.json
    2. Keypad.py
    3. site
    4. Boot.py
  7. With this the esp32 will try to connect to the wifi and will startup in server mode

About

A Lovely Programmable Home Automation Project | A room automation system based on the ESP32 with a wide variety of applications

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published