A robotic incarnation of Donald Trump
https://www.youtube.com/watch?v=opKqUviw3y8
In the news: http://www.telecomnews.co.il/GeekCon-2016-של-המייקרים-הישראלים-הסתיים-עם-פרויקטים-מרשימים-במיוחד.html
Videos: https://www.youtube.com/watch?v=PjFj2N0UA4U
Photos:
-
download and prep the pi with raspbian https://www.raspberrypi.org/downloads/raspbian/
-
run the pi and do raspi-config for: enable ssh disable uart force audiooutput through 3.5mm enable VNC server expand filesystem Internationalisation - change to en_US enable camera
-
update python and install libraries:
camera: sudo apt-get install python-opencv
-
download the code from github
-
setup local hotspot using this guide https://learn.adafruit.com/setting-up-a-raspberry-pi-as-a-wifi-access-point?view=all test with a mobile phone: connect to the Access Point the ip in the software is 192.168.0.100
-
stuff to fix enable serial0 http://raspberrypi.stackexchange.com/questions/45570/how-do-i-make-serial-work-on-the-raspberry-pi3
-
connect the arduino to the servos according to this schematic [schematic]
-
program it using the provided sketch
-
test servos with processing application https://github.com/barcesat/KinectRobotArm/tree/master/Processing/Servo_control
-
connect the motors, wheels, motor driver and battery to the pi like so [schematic]
-
test the wheels and motors with arduino L298 test program
-
Assemble robot frame from spare parts (or kit)
-
Attach everything together
-
download the app and test it [app link]