I have to write a mobile app using Delphi. The app needs to receive information and data from an Adafruit Feather via Bluetooth. I use Delphi XE5.
How would you do this in Delphi XE5?
I have to write a mobile app using Delphi. The app needs to receive information and data from an Adafruit Feather via Bluetooth. I use Delphi XE5.
How would you do this in Delphi XE5?
RAD Studio XE7 is the first version that added native Bluetooth support to the RTL.
RTL API for Bluetooth and Classic Bluetooth Support for App Tethering
For earlier versions, you will have to use JNI to access the Android Java APIs for Bluetooth.
You can't write effective Android apps in Delphi without some interactions with Java, so you are best off learning how to do it.