Skip to content

A Zephyr RTOS application shares the environmental data from BMP280 sensor with BLE advertisement.

Notifications You must be signed in to change notification settings

electricalgorithm/house-enviromental-sensing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

House Environmental Monitoring

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.

Building

  1. Enter the virtualenv created for your Zephyr environment.
  2. Run the script "zephyr-env.sh" which is in the zephyr/ directory in your Zephyr Environment.
  3. Build the firmware with west build -p auto -b esp32.
  4. Upload it with west flash --esp-baud-rate 115200.
  5. You can watch the serial monitor with west espressif monitor

Installing Zephyr

Please refer to the Getting Started Guide on Zephyr's own documentation.

About

A Zephyr RTOS application shares the environmental data from BMP280 sensor with BLE advertisement.

Topics

Resources

Stars

Watchers

Forks