Skip to content

#6 Radio Messaging

ManinderjitS edited this page Dec 15, 2020 · 6 revisions

Android side

  • The files that are used in the app for Bluetooth connection and radio message sending are BlueTerm, BluetoothSerialService, and RadioPackage.
  • 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.

Clone this wiki locally