Showing posts with label Dashboard. Show all posts
Showing posts with label Dashboard. Show all posts

Monday, 13 April 2020

Kivy based Project Dashboard


This is a custom dashboard that I designed for my Raspberry Pi attached to my Tabletop display which you can see here -> https://johnsamarasinghe.blogspot.com/2020/03/tabletop-screen.html. The dashboard design in Kivy with Python, allows you to view up to six projects at once, along with an about section and link to view all other projects.



Saturday, 8 February 2020

Remotely Updatable Raspberry Pi based Dashboard

This article consists of instructions on how you run your python code on a stand-alone Raspberry pi connected to a screen while updating your code from your own personal computer.

For this project, my main intention is to have a dashboard that will be displayed on a large screen connected to a Raspberry Pi while all the codes can be updated using a computer that is not connected to the Raspberry Pi. My dashboard will be a Kivy app running on python. I will be using a Raspberry Pi 3 B to display the dashboard and I will use a Basic Onedr
ive account to synchronize the folder structure and the python code between my computer and the raspberry pi.