Controlling Arduino Motors via Raspberry-Hosted Website (Part 1)

In ideal geek world, we want to control our Arduino rover miles away via the Internet. Here is some idea on how to do it. Ingredients Hardware 1 Raspberry Pi 1 set of 4WD Rover Platform, like from Dagu or DFRobot 1 solar panel battery 2 usb-to-micro usb cables 1 DFRobot Romeo All-in-One…

Arduino codes for DFRobot Romeo v2 to control motors via keyboard and S1-5 buttons

Romeo V2 All in One Controller is an independent motor controller that can run without any PC. We can program the 5 buttons with scripts from Arduino IDE, or we can use the miniUSB port to communicate with a Raspberry Pi. This board can control 2 motor channels, and several…

Raspberry Pi Motor and Servo Controller Expansion boards

Raspberry can control Motor and Servo with the help of its various expansion helpers. The main difference betwen DC motor and servo is that motor will only have 2 wires: positive (red) and ground (black), whereas servo have 3 wires: positive (red), negative (black), and signal (white). There are a…

Faster Video Streaming on Raspberry Media Server with MJPG STREAMER

MJPG Streamer is a simple and straight forward video streamer, but it is faster than most streamers, so this may be ideal for your remote control projects in which real-time video feed is crucial for navigation and orientation purposes. Installing MPJG Streamer on Raspberry Pi On Raspbian (wheezy), here is…

Raspberry PI – Remote desktop access using RDP

Some people want their Raspberry as headless server, that means no monitor necessary. Instead, we will install an RDP server to allow remote desktop connection from another computer. To install RDP, please follow these instruction: sudo apt-get update sudo apt-get install xrdp Check Raspberry Pi IP address buy running ifconfig…

« Previous PageNext Page »