Skip to content

Techbeard/NRF_Remote_Control

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NRF Remote Control

STM32 and NRF24L01 based remote control which can send and receive UDP packets.

Software

UDP Protocol

The remote can send arbitrary UDP packets to any IP/port via the gateway. A more user-friendly way to configure this is in development.

To communicate with the remote you can use the UDP ASCII protocol. You have to send an UDP packet to the gateway on port 1337. The commands have the format command;parameter1;parameter2;...

The following commands are supported:

Command Parameters Example Description
print text print;Hello World Print the text "Hello World" to the display
setLed buttonID, state setLed;4;1 Turn on LED on button 4
clearLeds clearLeds Turn off all LEDs on the remote

Hardware

Gateway

The gateway uses the StEth32 Baseboard and the firmare is also kept in this repository under Software_Gateway.

Remote Control

PCB Screenshots

About

STM32 based remote control

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published