Two Way Communication: Attempt 2

Group Members: Johnny Dunn, Gentry Demchak

Our goal is to eventually get two way encyrpted communication via a python application over RFduino bluetooth. Eventually, a javascript app will also be able to receive decoded messages to be displayed on a message screen.

when running node, we could not open the serial port.Screen Shot 2015-10-27 at 12.44.04 AMwe used the same port that the RFduino was connected to.

Screen Shot 2015-10-27 at 12.44.18 AM

Screen Shot 2015-10-27 at 11.35.29 AM

In our next attempt we may have to write a function that scans all available ports and loop through them until the program can successfully send data via the selected serial port.

Github with in-progress python, arduino, and javascript code can be found.

https://github.com/deevolutionism/Core-Lab-IOT/tree/master/RFDuino%20Communication

Leave a Reply