0
votes
0answers
92 views

arduino and the rc car [closed]

I am trying to build a chassis for my robot, so I chose the base of a RC car. I took out its receiver board and replaced it with an arduino board to control its motors (steering and rear motors) but ...
1
vote
1answer
129 views

Building block components for robot sensors and controllers

I'm planning on building a robot using Microchip PIC 16-bit MCUs, which I'm familiar with, and for which I have supporting hardware (demo boards, programmer, debugger, etc). After spending hours ...
0
votes
1answer
644 views

how do i drive the h bridge to control a motor?

I am using the ZXMHC3F381N8 MOSFET H-Bridge to drive a motor forwards and backwards. I am using a PIC16F1946. The H bridge is connected to PORTE of the PIC. This is the code I am using to set up the ...
1
vote
2answers
521 views

Need oscillating servo/stepper motor guidance

EDIT: Additional Information below original post... Looking for a 360 degree servo motor that has adjustable control for timing of steps (or at the least timing per full oscillation) and can support ...
1
vote
2answers
400 views

Powering a Servo: Do I need a separate power source?

I have a project that utilizes two strong digital, coreless servo motors. Whenever I use DC motors, I usually need to have separate power sources for both the microcontroller and the motors (due to ...
4
votes
2answers
385 views

Builiding a catapult that runs continuously with a motor

I need some ideas for designing a catapult that runs on a motor. Basic requirements: able to launch a cookie 30m, capable of continuous operation, fits within a 0.4 m × 0.6 m × 0.4 m high box, ...
3
votes
4answers
319 views

Suitable motor for robot

I'm planning on building my first robot using an Arduino. It's going to be a small obstacle avoiding robot powered with a 9V battery. What should the voltage of the DC motor used in the robot be? ...
7
votes
2answers
1k views

Methods of filtering noise caused by DC brush motors

I am looking for any information that would help me reduce the power rail noise and EMI of DC brush motors. I am building a robot that is powered by 2 x 250 W 24V DC motors. Thank you in advance
2
votes
3answers
2k views

how to count 2 wheel encoder signal?

I'm looking to a simple solution to keep the position of a robot. It has two DC motor and one wheel encoder for each. The encoder are incremental type. I need to be able to get the current count of ...
8
votes
3answers
290 views

Measuring force developed by a robot

I've been playing around with a Lego Mindstorms NXT robot, gearing it for speed and power. To my dismay, when geared for power, it wasn't any harder to stop than when geared for speed -- I suspect ...