Trent Piepho

Results 55 comments of Trent Piepho

You can used a (semi-)fixed passkey and print it on the device, or, as described in OP's original design, have some kind of enrollment mode where the passkey is set....

I'm trying to implement high bandwidth streaming from the BLE server to the client, using Notify, which is something I've done before with another BLE stack. Discovered the same thing...

I wondered how Espressif could claim 90 kB/sec BLE throughput, when lack of flow control means one needs to use indicate, write with response, or read, and these kill throughput....

The ENOMEM system I've already tried, but it has two major flaws. One is that the latency caused by the buffer size being that large is high. Anything with a...

Micropython is now streaming data with BLE at over 110 kB/sec. Didn't even need to write the streaming code in C. It's actually better than the ESP32 throughput demo (Bluedroid...