-
Notifications
You must be signed in to change notification settings - Fork 0
#6 Radio Messaging
ManinderjitS edited this page Dec 15, 2020
·
6 revisions
- The files that are used in the app for Bluetooth connection and radio message sending are BlueTerm, BluetoothSerialService, and RadioPackage.
- All of these files can be found in the PhoneBluetoothRadio directory.
- Out of these files, BlueTerm and BluetoothSerialService are used for the communication between Raspberry Pi/Linux computer using Bluetooth, while the RadioPackage class is used for dividing and putting back together divided chat message objects into and from, respectively, radio packages.
- The BlueTerm and BluetoothSerialService files are taken, and modified to fit our app's needs, from the opensource app called BlueTerm.
For the hardware side of things see our Radio-Pi repository for details.