Skip to content

raulcatena/raspi_clock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

  1. Install Raspberry Pi OS Lite
  2. wpa_supplicant to /boot
  3. ssh to /boot
  4. Start computer
  5. ssh into it
  6. sudo raspi-config
  • Timezone
  • Localization
  • Enable camera
  1. sudo apt-get update & apt-get upgrade
  2. sudo apt-get install sense-hat
  3. sudo apt-get install python-pip
  4. sudo pip install psutils
  5. sudo nano /boot/config.txt
  • Add a line at the end: dtoverlay: rpi-sense
  1. sudo nano /etc/rc.local
  • Add at the end but vefore exit 0: python /home/pi/sense/play.py # (or whatever is to be run)

About

A cool binary clock on a sense hat

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages