leomenezessz / Esp8266-Wifi-Traffic-Light

This project is a sample of a webserver with micro-python and the esp8266.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Esp8266 Wifi Traffic Light

This project is a sample of a webserver with micro-python and the esp8266. This webserver receive a get request and send data through the serial port to arduino to turn on or turn off a specific light color.

Components

Drivers

Micropython

Circuit Connection

Flash Connection

flash

Arduíno X ESP8266 Connection

connection



Images are from MasterWalk.

Install Dependencies

$ pipenv install

Starting Project

  1. Download and flashing your micro-python firmware.
  2. Set your ssid and password in the boot.py file.
  3. You can change the port of connection in the main.py
  4. Send lib, boot.py and main.py to esp8266.
  5. Send your sketch to arduíno.
  6. Make connection between arduíno and esp8266.
  7. Choose your own output pins in arduíno and have fun!

Docs and Plugins

About

This project is a sample of a webserver with micro-python and the esp8266.


Languages

Language:Python 100.0%