TimCruise 2 Posted December 6, 2021 Dear all RAD Studio Experts, I am new to Pascal and RAD Studio. I heard that we can develop cross-platform applications from within a single environment RAD Studio 10.4. I am not developing games or pure software. I am developing user GUI for my bluetooth + sensors hardware. Please guide me the correct direction, for instances, with books, user guides, examples, etc. My platform is RAD Studio Community v10.4 for Windows 10. Yours faithfully, Timmy Siu Share this post Link to post
corneliusdavid 214 Posted December 6, 2021 Bluetooth can be separated into two broad categories: Bluetooth Classic and Bluetooth Low-Energy, or BLE. You mention "sensors" so that implies BLE. Here are some links to get you started: Using Bluetooth Low Energy Beacons and Delphi A museum adventure with a Delphi integration Working with ThingConnect Devices (Bluetooth was one of the hardest chapters to write in my recent book, Fearless Cross-Platform Development with Delphi.) Share this post Link to post
TimCruise 2 Posted December 6, 2021 Very nice. Thank you. Will try to have a look at your book. Share this post Link to post