Instructions for setting up the Rasberry Pi. This has been tested on a Raspberry Pi 5, but will most likely run on some other models as well.
- Boot the Raspberry Pi with the image in this repository.
- Connect the Raspberry Pi to the internet.
- Start the Raspberry Pi up, the web interface should be running at:
http://ip-address:5000/
, ip-address being that of the Raspberry Pi.
- Boot Raspberry Pi OS to the Raspberry Pi. Guide
- Connect the Raspberry Pi to the internet.
- Install pynanovna with
pip install pynanovna
. - Clone the repository picc-device and run the setup.py file with
python setup.py
. - Restart the Raspberry Pi.
- The web interface should be running at:
http://ip-address:5000/
, ip-address being that of the Raspberry Pi.