Skip to content

Defalt-here/short_eletronics

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Forked from Elecrow-RD/short_eletronics

A new way to control your OLED Games on ESP8266 (Only the snake game as of now)

How to use

Basic Idea

Copy the code from the repo for your Node MCU 1.0 ESP 8266 module then download the RoboRemo App on your mobile
Using the RoboRemo's UI creator you can now configure buttons to send a packet with your desired content i.e. you can set the value of what a button sends when pressed as a UDP packet

Connecting to Robo Remo

When you run the sketch for the first time you will find the Local IP and the port your Node MCU is workin on

Connect to UDP using the address and Port

Make 4 buttons on your UI and configure them as follows in the pressed field under the edit menu

  1. Up = 1
  2. Right = 2
  3. Down = 3
  4. Left = 4

About

A fork to implement wireless controls using UDP packets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 86.1%
  • Processing 13.9%