John Maloney
John Maloney
After doing: `pTxCharacteristic->notify(true)` is it possible to know when the notification has actually been sent and it is okay to call pTxCharacteristic->setValue() again on the characteristic? I'm implementing a Nordic...
Thank for the pointer to the example.
Thanks for answer my questions. Things are working well now except that I had to comment out some code that used the Arduino pulseIn() function. (Code demoing the problem is...
That looks good. The nRF52 is fast so I think a C implementation should be precise enough for most uses of pulseIn(). It would certainly work for decoding signals from...