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
Is there an example of peripheral mode, I am looking for a way to start a BLE server that offers data of CPU/memory usage, runs small shell scripts, etc.
Thanks!
The text was updated successfully, but these errors were encountered:
I would appreciate this as well. I'm trying to set up my raspberry pi zero w as a bluetooth keyboard with:
let return_classes = client.set_device_class(*controller,DeviceClass::Peripheral{keyboard:true,pointer:false,class:PeripheralDeviceClass::Unknown,},).await?;
Is there an example of peripheral mode, I am looking for a way to start a BLE server that offers data of CPU/memory usage, runs small shell scripts, etc.
Thanks!
The text was updated successfully, but these errors were encountered: