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…

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…

slide

Raspberry IP Based camera – Motion

1. Get the software ready Ok so I am going to assume that you have a working PI on some kind of LAN with internet access, the next step as always is to update your PI ensuring you have the latest software and drivers installed.   1 2 sudo apt-get…

« Previous PageNext Page »