In a previous blog post a small monitoring application was introduced to control the DevOps Status Light or later to be used with the Deployment Case. Now this monitor application has now some important new features: Prometheus’ Alert Manager support…
Category: Bluetooth
Pairing with BM78 module
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…
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…
BM78 Commands and Events in Application-Mode
In my previous post https://blog.kubovy.eu/2019/02/09/bm78-bluetooth-module-first-glance/ we looked into basics of the BM78 module. Now lets talk about commanding this module in detail. Operating the BM78 module is done over UART commands send to the module. The module’s response is an…
BM78 Bluetooth Module – First glance
To enable interaction with the environment our project will need some kind of communication interface. After some research we decided to go with Bluetooth. A nice comparison can be seen in the video below starting at 8:20. To summarize: Tech….