Skip to content

smrtfl/bme280-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BME280 Dashboard

Terminal dashboard to display BME280 sensor's readings

Getting Started

  1. Clone the project
git clone https://github.com/smrtfl/bme280-dashboard.git
  1. Setup Python Virtual Environment (optional)
python -m venv venv/
source venv/bin/activate
  1. Start the dashboard
python main.py

Custom IIO path

Optionally, you could specify IIO path to dir with sensor data

python main.py --iio-path=path/to/sensor-data

About

CLI Dashboard to view BME280 readings

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages