0
votes
2answers
166 views

PIC18 Robot - Travelling exact distance straight using two wheel encoders problems

(EDIT: Added TMR0 & TMR1 set-up code) I have a small robot vehicle controlled by a PIC18f4585. It has two wheels (ball bearing on the front) as well as two rotary encoders. The following ...
1
vote
1answer
87 views

navigating every spot of a room [closed]

I want to build a robot that will navigate over every spot it can in a room. But i thought some kind of a laser to map the room would be best or maybe a ultra sonic sensor. Could anyone guide me in a ...
1
vote
1answer
84 views

Is it possible to use USB port with a transmitter to control a robot

I have a project in mind that works as a robot accepting input from the computer through a male connector. I have seen the circuits that use a wire system to connect to the robot. But is there any ...
1
vote
0answers
51 views

Recommendations for Mobile Robotics Platform [closed]

Can anyone recommend a simple mobile robotics platform for testing vision based sensor processing? I'm looking for a basic two-wheeled platform, with a monocular webcam, and enough on-board ...
1
vote
2answers
6k views

Motor control with an Arduino UNO… Is it possible (and safe)?

I have an Arduino UNO and an inexpensive RC jeep with a functional DC motor and front-wheel turning servo, but I don't have an Ardumoto shield to control it (yet). I'd really like to learn if it's ...
1
vote
1answer
757 views

How do i navigate RC car with a gps module on it from point A to point B?

I want to navigate the RC car from point A to point B. The gps module is used to find the current location coordinates i.e point A. The user enters the point B coordinates based on point A. I am ...