Comments: Hacking the MiP - ProMini Pack
Looking for answers to technical questions?
We welcome your comments and suggestions below. However, if you are looking for solutions to technical questions please see our Technical Assistance page.
If you've found an issue with this tutorial content, please send us your feedback!
The WowWeeLabs BLE Library says to use a serial.write of 0xFF for initialization. I don't see this in the Sparkfun library. Is it required or am I missing something?
//Send init command
Serial1.write(0xFF);
delay(30); // delay in between reads for stability
Here's a useful link that shows the MiP low level command protocol that might be of some use => https://github.com/WowWeeLabs/MiP-BLE-Protocol.
Thanks for the link. I understand the library a little better now.
They spark funfolk, Thanks for this awesome work. Just wondering where the github libraries are? got a 404.
thanks,