Skip to content

An Arduino-based wireless-to-serial converter to facilitate communication between the server and the props.

License

Notifications You must be signed in to change notification settings

SlimTim10/gateway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gateway

Converter

An Arduino-based wireless-to-serial converter to facilitate communication between the server and the props.

After setting up the hardware, upload the converter.ino sketch to the Arduino. Connect the Arduino to a computer running the server with a USB cable, which will power the converter and allow serial communication.

Hardware and wiring

Arduino UnoRFM69HCW
GNDGND
5VVIN
2G0
13/ICSP-3SCK
12/ICSP-1MISO
11/ICSP-4MOSI
9CS
3RST

If the RF transceiver does not come with an antenna, solder a 7.8 cm solid core wire (straightened) to the module’s antenna pin for a quarter-wavelength monopole antenna.

Dependencies

Server (WIP)

A Haskell application to act as the brain of the platform.

Build the project using Stack.

stack setup
stack build
stack exec server-exe -- -p COM19

About

An Arduino-based wireless-to-serial converter to facilitate communication between the server and the props.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages