Device-tester.py
Raspberry Pi + Pololu Maestro + Python3 + Tornado or CherryPy + Servo Control Part 1 Device-tester.py code listing To run with Device.py $sudo python3 Device-tester.py
Device.py
Raspberry Pi + Pololu Maestro + Python3 + Tornado or CherryPy + Servo Control Part 1 Device.py code listing To run with Device-tester.py $sudo python3 Device-tester.py
Raspberry Pi + Pololu Maestro + Python3 + Tornado + Servo Control Part 1
This tutorial will show you how to have the basic servo control using Raspberry Pi and Pololu Maestro. The implementation of the following instruction can be used for hand gripper, robot leg, or pan/tilt camera. Hardware list: Raspberry Pi Model A 256MB Pololu Maestro USB 6-Channel Servo Controller MG946R Towardpro…
Boot into Raspberry Pi with USB Serial Console Cable
Ethernet port does not exist on Raspberry Pi Model A. And when you got no monitor screen to connect to, configuring your headless Pi may not be possible. Your only option would be to connect to your Pi from a laptop via a console cable. For this exercise you are…
How to upgrade to Linux Mint 17 Qiana
1. Check your Linux Mint version by running the following commands in Terminal. $ sudo cat /etc/issue $ sudo cat /etc/issue.net $ sudo cat /etc/lsb-release $ sudo cat /etc/os-release 2. Make sure you create a backup copy of your system sources. $ sudo cp /etc/apt/sources.list /etc/apt/sources.list.bak $ sudo cp /etc/apt/sources.list.d/official-package-repositories.list /etc/apt/sources.list.d/official-package-repositories.list.bak…