Let's Make Robots!

control

How do I set up a RC control system. Cheep.

I am going to try to make a small cheep telepresence bot using a board of education and an Ipod touch (for the actual chatting) and I was wondering how I should control it. I am trying not to use a another microprocessor.    

How to build BeagleBoard based WiFi robot

AndreyNech's picture

Some time ago I have announced my remotely (over the Internet) controlled robot. However, there were not too much documentation and details. So with this post I would like to announce the availability of more detailed project documentation and make brief overview of some interesting aspects of the project. The whole available documentation could be found on the project Wiki.

Receives IR signals from a remote control to drive around and avoids obstacles.
Using a
Hello LMR! This is my first ever Arduino bot. Although it's not a SHR, it's something good to start with! I cant make a SHR currently due to the "faultyness" of my … Read more

Real-time enough? About PWMs and shaky servos

AndreyNech's picture

We are currently working on the next incarnation of our software and hardware platform for vehicles controlled over the Internet. Among others, we decide to investigate the way to control our robot without micro-controllers. In fact, BeagleBoard has a lot of GPIOs available. In addition, three hardware PWM generators and I2C bus should be enough at least to control the tank with camera, compass, GPS, and sonar.

Embedded video: 
Drive around, stream video back to the driver.
Using a
We are working on the software and hardware infrastructure to control vehicles (car, tank, quad-copter, etc.) over the internet. This is complete opensource project … Read more

Bluetooth control from your Android phone or tablet

Mintoris's picture

Hello, I am the author of Mintoris Basic for Android phones and tablets.  I recently added Bluetooth serial communications to the language with the intention of making it very easy to communicate and control robots.

Here is a short example program in Mintoris Basic which connects to a device then transmits data from the phones accelerometer.  So as you tilt the phone or tablet in any direction, the amount of tilt is sent to the Bluetooth device.

dim a$(0)
dim c(4)

' Get a string array of all the paired Bluetooth devices

a$()=BTGetPaired$()

Controlling motor speed with 293 without a POT

This is my first step to robotics. In this project all i did was use an arduino with L293D to control the motor speed without a potentiometer. this was actually an assignment / a small test given to me by CtC (chris the carpenter). the motor is suppose to speed up and down with a delay. 

"stop - ramp up - hold - ramp down - stop"

Embedded video: 

LMR series of PCB's

Krumlink's picture

I think that LMR should have its own series of circuit boards, with the designs open source for all LMR'ians to use. Heres a couple ideas for PCB's:

Pololu RP5 motor

Hi there, I have recently bought a RP5 chassis from pololu, this chassis is holding 2 brushed DC motors (6V) and I have some questions: first of all; how can I control it? I mean, do i need to control it by PWM or is just 5v or 0v?

second, I built a little pcb with a L293D to protect the controller (Arduino) from reverse current, is this ok? 

Servo time/speed and position control (using an Arduino)

Markamas's picture

Is there a way to control servo position and speed at the same time? ex: you want to build a biped but you don't want the movements to be jerky.

thanks

Flashes LEDs in cool 3D patterns
Using a
Video 3: Completed LED Cube with 8 patterns           Read more

Remote 3 Axis Camera Head with motion control

newimaging's picture

I`ve been wanting to build a mid size remote controlled camera head that has 3 axis and can be computer controlled and repeat its motion. I have a few RC helicopters that we build very basic 2 axis heads on, that work with servos and have a gyro to keep level.

The idea would be for it to rotate at about 300 degrees per second and to be able to feater in and out the motin for it to be smooth. I would also like to try to put some gyros on it, to stabilize it if it is free swinging on the back of a car or helicopter.

Embedded video: 
Communicates with your pc to control your robot
The wiimote is a really cool controller to use with your robots. It has many buttons, accelerometers and even a camera which tells the coordinates of the four … Read more
Well, this is probably the simplest robot I've ever made. It is just this event's robot mounted in a old IBM box. I've built it just to serve as a testing platform … Read more
Remote controls an Arduino/ PICAXE board connected to a computer by another computer using a wirelles network
I've tried to do this a while ago and I've had some problems finding documentation about this, so here is a quick and simple tutorial. First of all you'll have to … Read more
Navigates around avoiding obstacle or bluetooth controlled.
Using a
Hi LMRs again            I've started designing a new robot which will be semi-autonomous. I got a set of Tamiya 70100 tank treads. Quality is good for … Read more
Controls arduino's Inputs and Outputs
UPDATE - 15 September 2010: Here is the second version.  No crossing lines this time, the digital pins are broken in two blocks, and the enumeration of them goes … Read more

Control DC motor easy

Hello,

 

I what to finally make my firs robot, but I have one problem:

I found for my base nice RC car. Its perfect and also have  power supply (6V 620mAh Ni-Cd ) with charger. Also servo in front. So its perfect, but it have very powerfull DC motor... Is can use more then 4 Amps of current (if wheels are blocked). If car is lifted and  wheels are spinning free it uses about 0,4A. Then starts a moment use about 1 A. All my tests were with my 6V Ni-Cd battery.

 

Embedded video: 

Wired Control with Buttons and Analog stick for Mini Arm

ok. Im trying to build a minature arm to lift and move small things. Ive got it built with 4 servos connected to a picaxe 28X project board but i really have no idea as to how i am going to control it. Ive bought a couple of playstation analog sticks which i want to use to control the robot but i do not know how to connect or encode them.

So can anyone make a suggestion as to how i would go about this. thanks

Navigates arround controlled by other computer
Using a
Hi, This is my newest project. It is basically formed by two 28x1that are serial controlled by a processing application, one for the motors and other for the two … Read more

Wireless Control

I found a remote control i want to use it to control my slightly altered start here robot. Do i have to change the code on the remote.If so can you post it??? Also what extra code do i have to put in my picaxe

thanks muchly...

sorry about the quality

XMOS based XC1 robot which tracks your hand

xmos's picture

Just happened to find this on youtube. Is not by me, but is a cute video none the less so I thought I would share it:

Cute little XMOS XC1 robot

Embedded video: 

Building a Universal RF Remote - Questions

Sydney-Floyd's picture

More Recent UPDATE: the competed remote can be found here. Thanks to fritsl and rik for their respective helpfulness.

UPDATE: Attached (and blurrily pictured below) is my schematic that i think will work for this remote. Yes I drew it in paint, Yes it took too long:

*The "To Breadboard" leads are included so that the remote may also serve as a portable power supply.

 

 

 

Radio Controlled Servo?

I am completely new to robot building, and electronics in general.  I am currently working on a homemade airsoft claymore.  It is designed to be toggled via a wireless remote control. The issue is that I don't know much about wiring remote controlled systems. I've built a few remote controlled cars, but they were from kits, so I really didn't understand the electronic aspects: I just assembled them by following the instructions. Here is my problem with my current project:

Parallel port control for a Mac

drmitch's picture
Anyone have experience with controlling a parallel (8 or more lines) output on a Mac (OS X)? I want to control my CNC machine with a parallel interface but Macs don't have parallel ports anymore. I need to find a suitable replacement, but a serial port/MCU would drastically complicate things. Please help! What hardware should I get?

Control DC motors with an ULN2803

Aniss1001's picture

I live in argentina and getting thing shipped here is a mess, so I try to use whatever is available here (which is rather limited) whenever I can.

So I was wondering since I haven't found any of the typical H-bridges ...is it possible to control DC motors (speed + direction) with a ULN2803? These I can buy here. 

If so then how would that setup be? Do I need any additional components? If so then which (transistors, resistors, diodes etc)?

DC motor control with Arduino

Simon Z's picture

Ok, so i had this running just a few days ago, but then when i tried to assamble it didnt work out for me. Now I cant even get this simple DC motor running from the arduino, or to be more precise; the motor will run at a very low speed. Connecting it directly to my two 1.5 batteries it will run at full speed, but when trying to control it from the Arduino it wont work for me.

 Here is my setup:

simple_dc_motor_sch.jpg

and the code is dead simple: 

PID Speed Control

Hello All,

I am new to the site and would like some help with DC motor speed loop control.

A basic proportional  control loop actually works.  The problem I am having is that I need my main power supply to vairy, yet keep the motor speed constant.  The project deals with a helicopter where I need to keep constant speed independent of the battery voltage slowy dropping off.

I have designed and used PID loops for DC gear motor position control, but I am having trouble using similar equations in this application that required speed control and not position control.