Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
interfaces:bme280 [2016/10/02 04:00]
darron [Raspberry Pi]
interfaces:bme280 [2016/10/02 04:10] (current)
darron [Raspberry Pi]
Line 36: Line 36:
  
 Install [[projects:telegraph|Telegraph]] and use it's BME280 demo for PHP and the apache2 web server to create and display graphs of the sensor (see the three graphs on this page). Install [[projects:telegraph|Telegraph]] and use it's BME280 demo for PHP and the apache2 web server to create and display graphs of the sensor (see the three graphs on this page).
 +
 +Within the [[projects:telegraph|Telegraph]] directory you will find the `demo' directory and within
 +that `bme280'. Two further directories exist, the `etc' directory demonstrates how to set up telegraph to poll the BME280 device and store the results in a database. The `htdocs' directory contains files which you can be served by the apache2 web server to display images like the examples on this web page.