Jeff Rowberg
Jeff Rowberg
Two quick comments from my end: 1. I’m pretty sure the DMP uses the FIFO exclusively for its output, since there’s no other logical way to deliver variable-length binary packets...
Hi @coderaven, the API communication (e.g. host-side implementation) between the two modules is literally identical. Even the pin connections are the same, assuming compatible firmware is loaded on the '121LR...
You're probably correct; this was some of the first complex Python code I ever wrote, and coming from C/C++, I didn't know the Pythonic way to differentiate between class variables...
A remote advertising device's address type should have no impact at all on the scanning device, and should certainly not be able to trigger a reset. There is nothing in...
You would also need to reflash the module in order to change the baud rate there. It doesn't support auto-baud detection.
Hi @breakinglabs, if the events work and some of the commands work, I would assume for the moment that the API interface is working correctly. If it were a hardware...
Can you paste the portion of the code immediately before, including, and immediately after the ble_cmd_attributes_write command, along with an explanation of any variables used there?
Hi @axmo and @breakinglabs, I did learn recently that my implementation of the wake-up pin does jump the gun sometimes, if the last byte of the command packet hasn't been...
No, that spurious `beginTransmission()` call should just be removed. The `requestFrom()` call does the whole read transaction atomically. I thought this was gone already from other implementation, but it seems...
These kinds of compile errors indicate that you don't have the latest code, and/or it isn't installed correctly. Although the current repo structure doesn't support seamless integration into the Arduino...