Hi
I'm looking for a BLE guide how to program but i couldn't find anything. Exists any guide that tolds you the steps to link the devices and how to read and receive data from a sensor with BLE?
Thanks!
Hi
I'm looking for a BLE guide how to program but i couldn't find anything. Exists any guide that tolds you the steps to link the devices and how to read and receive data from a sensor with BLE?
Thanks!
There are two samples in the SDK for the Nordic Thiny52 and I wrote this about for a raspberry pi: https://forums.garmin.com/developer/connect-iq/b/news-announcements/posts/would-you-like-some-raspberry…
Here's an app I wrote so you can get indea of what can be seen in CIQ as far as devices (you can't see them all), and what you can see (name, UUID, etc)
BleScan: apps.garmin.com/.../9bcc8b66-8385…
There are two samples in the SDK for the Nordic Thiny52 and I wrote this about for a raspberry pi: https://forums.garmin.com/developer/connect-iq/b/news-announcements/posts/would-you-like-some-raspberry-pi-with-your-connect-iq
Here's the video from when this was announced: https://forums.garmin.com/developer/connect-iq/b/news-announcements/posts/adding-bluetooth-connectivity-to-your-connect-iq-projects
Here's an app I wrote so you can get indea of what can be seen in CIQ as far as devices (you can't see them all), and what you can see (name, UUID, etc)
BleScan: apps.garmin.com/.../9bcc8b66-8385-4afb-b93e-f69e01422284
Perfect! Thanks for your time!