Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 1.58 KB

README.org

File metadata and controls

47 lines (33 loc) · 1.58 KB

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