- Install Raspberry Pi OS Lite
- wpa_supplicant to /boot
- ssh to /boot
- Start computer
- ssh into it
- sudo raspi-config
- Timezone
- Localization
- Enable camera
- sudo apt-get update & apt-get upgrade
- sudo apt-get install sense-hat
- sudo apt-get install python-pip
- sudo pip install psutils
- sudo nano /boot/config.txt
- Add a line at the end: dtoverlay: rpi-sense
- 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)