how could I recover data from the internal sensors of the thingy 91 card via bluetooth
how could I recover data from the internal sensors of the thingy 91 card via bluetooth
Hi,
First have a look at the Asset tracker V2 sample for the nRF91 series. This application uses the sensors on the Thingy:91.
Then I recommend you to have a look at the BLE fundamentals course to familiarize yourself with BLE, as well as the peripheral_uart and central_uart sample. By combining features from the two last BLE samples and the Asset tracker you can set up a sensor service that allows you to get data from your 91-device and send it over BLE.
Kind regards,
Andreas
Hello Andreas,
I have also been looking for some guidance on how to set up an application to transmit sensor data from the Thingy:91 over BLE. Would you be willing to elaborate on your pointers above? Specifically,
- the Thingy:91 is not listed as a supported board for the samples you listed
- I cannot find how to flash code to the nrf52840 and how to see the output
Thank you
Maurits