leomenezessz / esp8266-web-server

This project is a sample of a traffic lights leds, using a nodemcu board

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

esp8266-web-server

This project is a sample of a traffic lights leds, using a nodemcu board

Requirements

  • Plataform IO
  • A nodemcu v2 board
  • USB mini
  • A traffic light module
  • A breadboard or a protoboard
  • Jumpers Male x Female

Getting Started

Setting your ports configuration in plataformio.ini file

; Custom Upload Port
upload_port = /dev/tty.usbserial-1420

; Custom Serial Monitor port
monitor_port = /dev/tty.usbserial-1420

Set your SSID and PASSWORD in main.cpp file

  nodemcu.wifiBegin("my-ssid", "my-password");

After this configuration upload your sketch and have fun!

Sketch

About

This project is a sample of a traffic lights leds, using a nodemcu board


Languages

Language:C++ 84.0%Language:C 16.0%