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

Setting up multiple Thingy52 nodes with Raspberry Pi 4 [Python]

I have been able to recieve data from individual Thingy52 modules on RPi 4 in Python.

How can I setup my RPi to communicate with multiple modules?

A straightforward approach of directly connecting them throws error. Do I need to configure Thingy for this purpose?

Parents Reply
  • Hey thanks for the response tesc.

    I have successfully established communication with upto 4 Thingy now, so connection part is resolved.

    RPI is running on Rasbian Buster. I am using bluepy for communication with Thingy in Python3.

    The issue I am currently facing is the delayed response from some of the Thingy. How can I synchronise the my Thingy52 modules with each other and RPi?

Children
Related