Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 717 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 717 Bytes

PoE Hat

Configuration of waveshare poe head

Preview

Install python and python tooling

apt-get update && apt-get install python3.6 python3-pip

Installation library

pip3 install RPi.GPIO smbus

Enable i2c module

Add the following modules to /etc/modules:

  • i2c-bcm2708
  • i2c-dev

Pull repo into

git clone https://github.com/NBprojekt/poe-head.git /usr/share/poe-hat

Add script to startup

Open crontab crontab -e and add the following line @reboot /usr/bin/python3 /usr/share/poe-hat/src/main.py &