jonas-schievink / rubble

(going to be a) BLE stack for embedded Rust
BSD Zero Clause License
398 stars 55 forks source link

Data exchange example #183

Open 0ble opened 3 years ago

0ble commented 3 years ago

Trying to exchange between two microbits. Thought the best way to do this would be to host an attribute server on m1 and query it from m2. Is there any example people here use for this sort of thing? Alternatively, is there an example of pairing, establishing a connection, or more generally of start_data? In terms of the current examples, looking to have some queued_ work for responder. Thanks!

snakehand commented 2 years ago

I am looking for a similar example. I want to communicate between a microbit and a arduino BT-05 module which has some kind of serial connection.