You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
I am using the following bluetooth code to send and receive data via bluetooth on two different pico w:s, and it works
my question is that is it possible to have the following set up
pico 1: read sensor data and send it
pico 2: receive data from sensor 1 and send it further
pico 3: receive data from sensor 2 and send it further
it does not to be simultaneous, there could be a little time interval
do you think I can modify the code that is in the link on GitHub or do I need something completely new?
The text was updated successfully, but these errors were encountered:
Hi!
I am using the following bluetooth code to send and receive data via bluetooth on two different pico w:s, and it works
my question is that is it possible to have the following set up
pico 1: read sensor data and send it
pico 2: receive data from sensor 1 and send it further
pico 3: receive data from sensor 2 and send it further
it does not to be simultaneous, there could be a little time interval
do you think I can modify the code that is in the link on GitHub or do I need something completely new?
The text was updated successfully, but these errors were encountered: