https://github.com/pioreactor/hardware
https://github.com/pioreactor/hardware
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pioreactor/hardware
- Owner: Pioreactor
- License: other
- Created: 2020-12-12T19:49:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2026-01-16T19:07:29.000Z (4 months ago)
- Last Synced: 2026-01-17T06:59:08.202Z (4 months ago)
- Language: Python
- Homepage:
- Size: 10.1 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### HAT hardware setup
#### Installation
0. Install git: `sudo apt-get install git -y`
1. git clone this repo to your Raspberry Pi: `git clone --recurse-submodules https://github.com/Pioreactor/hardware.git && cd hardware`
2. Install eeprom utils: `cd hats/eepromutils && make && sudo make install && cd ..`
3. Move some files over: `mv ../eeprom/write_eeprom.py eepromutils/ && mv ../eeprom/pioreactor_eeprom_settings.txt.template eepromutils/`
#### Setting up a new HAT
0. Attach the HAT to the RPi.
1. Run `sudo bash setup_HAT.py`
2. Record the serial number/UUID
2. After a `sudo reboot`, try `pio version -v` to confirm that HATs version.