A Zephyr RTOS application shares the environmental data from BME280 sensor with BLE advertisement.
- It shares temperature, pressure and the humidity.
- Uses Bluetooth Low Energy.
- Written with Zephyr -- ready to use in any board.
- No need for BME280 hardware, simulation included.
- Enter the virtualenv created for your Zephyr environment.
- Run the script "zephyr-env.sh" which is in the
zephyr/
directory in your Zephyr Environment. - Build the firmware with
west build -p auto -b esp32
. - Upload it with
west flash --esp-baud-rate 115200
. - You can watch the serial monitor with
west espressif monitor
Please refer to the Getting Started Guide on Zephyr's own documentation.