<?xml-stylesheet type="text/xsl" href="https://community.element14.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Sensor Dashboard for Raspberry Pi using MySQL, PHP, and Highcharts</title><link>/learn/learning-center/stem-academy/b/blog/posts/sensor-dashboard-for-raspberry-pi-using-mysql-php-and-highcharts</link><description>This tutorial will walk you through the process of getting data from the BME280 Temperature, Pressure, and Humidity sensor to be displayed on a local webserver. We will log the data with a Raspberry Pi, keep it in a MYSQL database, and feed to ...</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Sensor Dashboard for Raspberry Pi using MySQL, PHP, and Highcharts</title><link>https://community.element14.com/learn/learning-center/stem-academy/b/blog/posts/sensor-dashboard-for-raspberry-pi-using-mysql-php-and-highcharts</link><pubDate>Sat, 10 Oct 2020 20:02:23 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:2068fd60-ba00-4333-877a-de8e1bad448f</guid><dc:creator>honza2</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;If I want to run&amp;nbsp; Adafruit_BME280_Example.py, have this issue:&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;pi@HonzaRPi:~/Adafruit_Python_GPIO/Adafruit_Python_BME280 $ sudo python Adafruit_BME280_Example.py&lt;/p&gt;&lt;p&gt;Traceback (most recent call last):&lt;/p&gt;&lt;p&gt;&amp;nbsp; File &amp;quot;Adafruit_BME280_Example.py&amp;quot;, line 3, in &amp;lt;module&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; sensor = BME280(t_mode=BME280_OSAMPLE_8, p_mode=BME280_OSAMPLE_8, h_mode=BME280_OSAMPLE_8)&lt;/p&gt;&lt;p&gt;&amp;nbsp; File &amp;quot;/home/pi/Adafruit_Python_GPIO/Adafruit_Python_BME280/Adafruit_BME280.py&amp;quot;, line 136, in __init__&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; self._load_calibration()&lt;/p&gt;&lt;p&gt;&amp;nbsp; File &amp;quot;/home/pi/Adafruit_Python_GPIO/Adafruit_Python_BME280/Adafruit_BME280.py&amp;quot;, line 147, in _load_calibration&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; self.dig_T1 = self._device.readU16LE(BME280_REGISTER_DIG_T1)&lt;/p&gt;&lt;p&gt;&amp;nbsp; File &amp;quot;build/bdist.linux-armv7l/egg/Adafruit_GPIO/I2C.py&amp;quot;, line 187, in readU16LE&lt;/p&gt;&lt;p&gt;&amp;nbsp; File &amp;quot;build/bdist.linux-armv7l/egg/Adafruit_GPIO/I2C.py&amp;quot;, line 166, in readU16&lt;/p&gt;&lt;p&gt;&amp;nbsp; File &amp;quot;build/bdist.linux-armv7l/egg/Adafruit_PureIO/smbus.py&amp;quot;, line 224, in read_word_data&lt;/p&gt;&lt;p&gt;IOError: [Errno 121] Remote I/O error&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any ideas what is wrong?&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks you&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=4465&amp;AppID=134&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Sensor Dashboard for Raspberry Pi using MySQL, PHP, and Highcharts</title><link>https://community.element14.com/learn/learning-center/stem-academy/b/blog/posts/sensor-dashboard-for-raspberry-pi-using-mysql-php-and-highcharts</link><pubDate>Sun, 12 Apr 2020 12:31:59 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:2068fd60-ba00-4333-877a-de8e1bad448f</guid><dc:creator>rackflot</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Thanks for you write up. &lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I am doing some beacon work and this will be my first use of php and MariaDB as this has replaced MySQL.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any updates on other ways to do this?&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=4465&amp;AppID=134&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Sensor Dashboard for Raspberry Pi using MySQL, PHP, and Highcharts</title><link>https://community.element14.com/learn/learning-center/stem-academy/b/blog/posts/sensor-dashboard-for-raspberry-pi-using-mysql-php-and-highcharts</link><pubDate>Mon, 19 Mar 2018 17:45:59 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:2068fd60-ba00-4333-877a-de8e1bad448f</guid><dc:creator>DAB</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Good post, lots of good information.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;DAB&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=4465&amp;AppID=134&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Sensor Dashboard for Raspberry Pi using MySQL, PHP, and Highcharts</title><link>https://community.element14.com/learn/learning-center/stem-academy/b/blog/posts/sensor-dashboard-for-raspberry-pi-using-mysql-php-and-highcharts</link><pubDate>Mon, 19 Mar 2018 17:28:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:2068fd60-ba00-4333-877a-de8e1bad448f</guid><dc:creator>neilk</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Nice project &amp;amp; well written up!&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Gives me a few ideas &lt;span&gt;[View:/resized-image/__size/16x16/__key/commentfiles/f7d226abd59f475c9d224a79e3f0ec07-2068fd60-ba00-4333-877a-de8e1bad448f/contentimage_5F00_1.png:16:16]&lt;/span&gt; - thanks&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Neil&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=4465&amp;AppID=134&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Sensor Dashboard for Raspberry Pi using MySQL, PHP, and Highcharts</title><link>https://community.element14.com/learn/learning-center/stem-academy/b/blog/posts/sensor-dashboard-for-raspberry-pi-using-mysql-php-and-highcharts</link><pubDate>Mon, 19 Mar 2018 16:19:15 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:2068fd60-ba00-4333-877a-de8e1bad448f</guid><dc:creator>koudelad</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Wow, thank you for writing this blog post. It covers exactly what I would like to build. (But adding smaller boards with BLE capability.)&lt;/p&gt;&lt;p&gt;There are lots of examples how to stream data to some cloud and possibly never see it again, but very few to store the data locally.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Very well done.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;David&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=4465&amp;AppID=134&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Sensor Dashboard for Raspberry Pi using MySQL, PHP, and Highcharts</title><link>https://community.element14.com/learn/learning-center/stem-academy/b/blog/posts/sensor-dashboard-for-raspberry-pi-using-mysql-php-and-highcharts</link><pubDate>Mon, 19 Mar 2018 14:37:36 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:2068fd60-ba00-4333-877a-de8e1bad448f</guid><dc:creator>genebren</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Nice write-up on your sensor dashboard project.&lt;/p&gt;&lt;p&gt;Gene&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=4465&amp;AppID=134&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item></channel></rss>