Ulf Lilleengen
Ulf Lilleengen
Several issues are fixed, so we should try to get main branch working on esp32 first.
For the record, I tried to run the btleplug example using the nrf-sdc example, so I think this issue is fixed on main: ``` Peripheral "Trouble" is connected: false Connecting...
@peteskubiak Now with #124 merged, could you retry your testing?
@peteskubiak Thanks for testing! I only tried btleplug with esp32, and for me it does discover all the services and characteristics as when I tested nrf-sdc. I wonder if this...
@peteskubiak Thanks! What seems to happen is that bluez aborts the connection due to the supervision timeout (bluez sets this to 420ms). I've used the bluetoothctl tool manually to connect,...
I tried on a different machine, debian based, and in that case all the esp examples worked, all services discovered etc. If you have a bleps-based example that works for...
Which versions/revisions of esp crates are you using?
Thanks, this is really useful. I'm not able to test right now, but I will try to reproduce your findings. In the meantime, could you try to switch this line...
So, I tried your example and it works for me too. I also got the trouble example working after moving the esp32 from above my desk to directly connect to...
@peteskubiak Maybe you have already done this, so apologies if you have, but in case you didn't, try these things: 1. make sure the redirect is run as sudo as...