ENBLE is the ENvironmental sensor which measures temperature, humidity, and air pressure and sends them over BLE. Because it consumes little current, it can work several years.
Using bridge server and ThingsBooard which are runnning on Raspberry Pi3, you can collect data from some ENBLEs and view measurement data via web browser.
This repository consists of two components.
It contains PCB design and firmware for a ENBLE device. The details is in README.md.
It constains a bridge between ENBLE and ThingsBooard as a sample code to utilize ENBLE. Bridge server listens BLE advertise packets from ENBLEs and sends data to a ThingsBoard server. Using ThingsBoard enables you to collect and visualize measured data.