Using bluetooth to collect data to app

Hi,

Is there any way to use a device’s Bluetooth connection to fetch data in Appfarm?

Thanks
Preben

Hi Preben,

Could you share a bit more details on what kind of data and how you’re planning to collect it? Are you thinking of an IoT device?

Best,
Joanna

In this it is a weight that has the possibility to send weight data to a device through Bluetooth.

There’s no built-in functionality to handle Bluetooth data in Create, but it should be possible to achieve using a Coded Component or Run Code triggered by an operation in your app, where you’d use JavaScript to request data and process it.

Perhaps this is helpful: Communicating with Bluetooth devices over JavaScript - Chrome Developers

Unfortunately, Web Bluetooth is not fully supported on all devices yet, including iOS:

1 Like

Thanks for the quick replies :+1: