top of page

sequeira life

This is the permanent home of Keith's projects. 

Hopefully I have some Raspberry Pi projects up here to view.

If not, you can click on the Wedding link and view our wedding invitation from 2014. :)

Projects

  1. Temperature Monitor (using a Raspberry Pi) : This page displays CPU temperature at regular intervals of my Raspberry Pi. The data is captured using Python and stored in a MySQL table. It is then presented in a PHP page using Plotly.js (graphing library). The next steps are to automate the data gathering using crontab and to include local temperature using Weather.com's API.

    1. Front End - PHP ​

    2. Graphing - Plotly.js

    3. Database - MySQL

    4. Backend (data retrieval) - Python​

bottom of page