-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhwspecs - Copy.txt
44 lines (22 loc) · 1.12 KB
/
hwspecs - Copy.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
DROK DC Buck Converter x2
https://www.amazon.com/DROK-Numerical-Switching-Adjustable-Stabilizers/dp/B00BYTEHQO/ref=pd_bxgy_23_img_2?ie=UTF8&psc=1&refRID=QJJMT22ZZ7SP7H3W6H8K
8*2 = 16$
Adafruit 16-Channel PWM / Servo HAT for Raspberry Pi - Mini Kit
https://www.amazon.com/Adafruit-16-Channel-PWM-Servo-Raspberry/dp/B00SI1SPHS/ref=sr_1_1?s=aht&ie=UTF8&qid=1478479106&sr=8-1&keywords=pwm+servo+hat
20$ bucks.
Raspberry Pi 3 Model B Motherboard
https://www.amazon.com/Raspberry-Pi-RASP-PI-3-Model-Motherboard/dp/B01CD5VC92/ref=sr_1_1?ie=UTF8&qid=1478479138&sr=8-1&keywords=raspi+3
37$
TowerPro SG90 9G Micro Servo 10pk For RC Airplane Boat Helicopter Robot Controls
https://www.amazon.com/TowerPro-Micro-Airplane-Helicopter-Controls/dp/B01D6FEI1W/ref=sr_1_2?ie=UTF8&qid=1478479177&sr=8-2&keywords=servo+10+pack
22$
16+20+37+22 = 95$
sudo apt-get update
sudo apt-get install node
sudo npm install http
sudo npm install express
sudo npm install ws
sudo npm install adafruit-pca9685
sudo nano /etc/rc.local
Add this before the "exit 0" line.. this makes the bot code launch at startup.
su pi -c '~/bot/exobot/nodebot.sh < /dev/null &'