For now we're using the adafruit DC motor hat
- Fresh SD card image with Raspbian stretch lite
- Add wpa-supplicant file and ssh file to card
- Boot up pi and log in via ssh
- expand filesystem, change password, and change machne name (raspi-config)
- enable i2c (raspi-config)
- mkdir github, cd github
- sudo apt-get install git python3-dev python3-pip
- sudo apt-get install nfs-kernel-server # if you want to remotely access files on this pi
- install the adafruit python library and setup
- make sure you are in the Adafruit examples library:
cd ~/github/Adafruit-Motor-HAT-Python-Library/examples
No comments:
Post a Comment