This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Flashing "Bluetooth: Peripheral DIS" for Thingy:91

How can I flash the sample code "Bluetooth: Peripheral DIS" for Thingy91. https://github.com/zephyrproject-rtos/zephyr/tree/master/samples/bluetooth/peripheral_dis

I want to make Thingy a discoverable device. Right now I flashed it with SES but when I turned the Thingy91 on I didn't see it in nearby bluetooth devices.

  • The example you are looking at is not been tested or verified by Nordic on the nRF91-DK. As of now it is the nRF91 and the new nRF53 families are the focus for the new nRF Connect SDK (using Zephyr) at the moment. Ultimately, as nRF Connect SDK matures, we will include support for the nRF52 family of devices. For the time being our nRF5 SDK remains the primary SDK for development on our nRF52 family.

    I think you may get further by using an nRF52840-DK directly if you want to look at BLE in Zephyr, though that have not been tested either as of yet.

Related