While I was waiting for the ESP32 developement environment to be enough mature I found a presence detection implementation from @ touliloup . It was the opportunity to put my hands on the ESP32 dev board that was waiting for me. I started with the BLE gateway development. The first attempt with the libraries supplied with the Arduino ESP32 environement was not successfull. I had to add the library from Neil Kolban : https://github.com/nkolban/ESP32_BLE_Arduino/tree/master With the examples provided it was quite easy to setup a first system that display on the serial monitor the BLE devices nearby. The next step was to integrate the function with MQTT and by the way to recover the same level of funcionnality we already had with esp8266 + hm10. Not so difficult until there. The goal of OpenMQTTGateway is to be able to have on a single system several gateways so as to centralize the telecommunication part of your controller. In this context the following is
Sharing my technology related projects and other tips on the following themes: arduino, raspberrypi, robotic, home automation