Receiving P2P messages with Crazyradio #1133
-
Has there been any updates since bitcraze/crazyflie-lib-python#147 to allow P2P messages to be received by Crazyradio? We would like to send some custom detection data from the Crazyflies on demand to be processed using P2P broadcast and treat the computer as another peer in the system. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
No, unfortunately there has not been any progress so far on this front. We hope to be able to start working on that in the following month. In the mean-time the quickest option is still to use a Crazyflie as a bridge: write an app in the Crazyflie that receive data and makes them available as either Log variables or an app channel, and connect the Crazyflie using USB from the PC side to collect these information. This is how we have been setting up our decentralized experiments and demo. |
Beta Was this translation helpful? Give feedback.
-
@ataffanel any update on this? |
Beta Was this translation helpful? Give feedback.
No, unfortunately there has not been any progress so far on this front. We hope to be able to start working on that in the following month.
In the mean-time the quickest option is still to use a Crazyflie as a bridge: write an app in the Crazyflie that receive data and makes them available as either Log variables or an app channel, and connect the Crazyflie using USB from the PC side to collect these information. This is how we have been setting up our decentralized experiments and demo.