This post continues the BM78 series (Initializing Microchip’s BM78 module, …) with the different paring modes and an example implementation. Pairing modes So first lets look at the different pairing modes. There are four of them: typedef enum { BM78_PAIRING_PIN…
Month: April 2019
Initializing Microchip’s BM78 module
In my previous posts BM78 Bluetooth module – First glance and BM78 Commands and Events in Application mode we got to know the BM78 module and learned how to communicate with it in Application-Mode in Manual-Pattern. In this post we…