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…

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 »