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

Thingy52 drops connection after around 1 minute

Configuration: 2 x Thingy52 modules, Raspberry Pi4 (Raspbian Buster)

Development: Python 3 (3.7.3), Bluepy library

I am able to connect with the Thingy module and retrieve data, but after around 1 minute time period Thingy gets disconnected.

This also happens on connecting a single module.

I would be glad if someone can help me with this matter

Thanks

Parents
  • I get this with gatttool as well after 902 records... I use the raw motion handle to test

    gatttool -b FD:19:AF:BA:73:C0 -t random --char-write-req --handle 0x40 --value 0100 --listen > out

    I repeated and obtain the same record count; connect to USB or not, resting or moving, and values of 0100, 0200 and 0300 (just in case)

    Firmware version 2.1.0

Reply
  • I get this with gatttool as well after 902 records... I use the raw motion handle to test

    gatttool -b FD:19:AF:BA:73:C0 -t random --char-write-req --handle 0x40 --value 0100 --listen > out

    I repeated and obtain the same record count; connect to USB or not, resting or moving, and values of 0100, 0200 and 0300 (just in case)

    Firmware version 2.1.0

Children
Related