Skip to content

biesiad/panometer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Panometer

Arduino

Schematic

Setup

# install arduino-cli
curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | sh

# install core for nano
arduino-cli core update-index
arduino-cli core install arduino:avr

# compile and upload
make
make upload # or upload_old depending on the version of the bootloader

Screenshots

TODO

  • Add hour markings on the graph
  • Screen refresh rate slows down with increasing number of samples - investigate and optimize

Raspberry PI (Zero)

Schematic

Setup

touch /Volumes/boot/ssh
  • Enable and configure wifi
country=US
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1

network={
  ssid="my SSID"
  psk="my password"
}
sudo apt-get install python 3
sudo raspi-config
  • Install Common Lisp (Clozure - armcl)
sudo apt-get install libiw-dev armcl
  • Setup a daemon
cp panometer.service /etc/systemd/system/
sudo systemctl enable /etc/systemd/system/panometer.service
sudo systemctl start panometer.service

Screenshots

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published