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

how to connect nordic thingy 52 with ble central example ?

i want to connect Nordic thingy to a nrf 52840 soc with ble central example.

all i want to get is thingy environment service and get temperature and humidity values on ble central device.

please, help me out how to do it.

Parents
  • Hi

    Unfortunately we don't have client code for the Thingy services for the nRF52 side. All the standard examples assume that the client will be a phone or a PC.

    I will check with the team if we are planning to add nRF52 client support, and update my answer once I know more.

    Best regards
    Torbjørn

  • You are right of course. For some reason I thought the Thingy would bond, as most BLE devices do.
    In that case I expect that the SoftDevice runs out of buffers (memory) when you try to do service discovery and enable notification on 8 devices at the same time.

    The easiest way to solve this is to disable scanning on the central when you are doing service discovery. It will slow down the connection time when you have many devices turning on at once, but it will make the process reliable.

Reply
  • You are right of course. For some reason I thought the Thingy would bond, as most BLE devices do.
    In that case I expect that the SoftDevice runs out of buffers (memory) when you try to do service discovery and enable notification on 8 devices at the same time.

    The easiest way to solve this is to disable scanning on the central when you are doing service discovery. It will slow down the connection time when you have many devices turning on at once, but it will make the process reliable.

Children
No Data
Related