The tag has no usage guidance.

learn more… | top users | synonyms

-1
votes
0answers
17 views

Lithium ion battery to power Arduino UNO R3, 4 micro servos and potentially a joystick? [closed]

I'm a bit new to certain aspects of Arduino, but I know enough to know that a 9v battery isn't going to cut it here. Details: - I've got 4 TowerPro SG90 servos hooked up to it (all are hacked to be ...
0
votes
2answers
50 views

Multi-threaded Robot

I am working on a small robot project, the code which i made for this has a sequential execution in a single thread. There are a lot of Delay() function needed. Due to which the accuracy is extremely ...
1
vote
2answers
45 views

How do I make/get a odometer for a lunch box sized robot?

Say I have given the robot a map of the place, it needs to navigate it. I need a odometer to keep track of its current position in the map. I need it to be precise up to a cm. Can I simply use the ...
0
votes
1answer
33 views

Servo Speed Control

I work in a robot using arduino, and i have a few questions: It is possible to increase the speed of a servo, for example a parallax? It is possible to measure the current that pass through a servo?
0
votes
0answers
39 views

How to reverse BLDC motor using programming arduino?

I bought ESC from here but it rotates motor in one direction only. Is there any program which will control direction of rotation clockwise or anticlockwise with same wire configuration.
0
votes
1answer
49 views

Error in code saying “expected primary expression before ”<“ token” and other errors

I am Creating a laptop controlled robot using an arduino nano using the instructbles. I have tried running the code but it is throwing back lots off error and the main one is "expected primary ...
0
votes
1answer
49 views

What is the best way to make a good but simple line follower? [closed]

I am new in this site, and like you can see I want to do a line follower, not a clumsy and slow line follower, but a fast and "fancy". I investigated about the PID method, but can someone explain me ...
0
votes
2answers
59 views

Beginner Arduino Project: Drumming Robot

So, I've got a music degree, 5 years programming with Ruby and 7 with Pure Data. I've also got hold of an Arduino and a Raspberry Pi. Anyway, I've seen a number of Arduino projects which involve ...
2
votes
1answer
243 views

How to convert a String number Into a int value?

I want to convert a string into a int value. in my real code, I receive a string "Slider 255" the number after slider changes from 0 to 255, so I want a int value to be equal to that number. This is a ...
0
votes
2answers
75 views

Disassembling a RC car for a Arduino Robot

I am looking at making an Arduino robot car. I have a RC car( photos below). I was wondering if I could take the chassis of the car and modify it to make it Arduino controlled, if so how could I do ...
0
votes
1answer
57 views

Arduino Robot Chasis [closed]

I am looking into building a robot with my Arduino Nano but I don't want to shell out more then 50 bucks. Does anyone have any suggestions for a four wheel robot chassis at this price that I could use ...
1
vote
3answers
85 views

How to control Arduino robot wirelessly?

I have a few potentiometers connected to analog inputs in an Arduino UNO. These are then processed and then the servo motors start moving to move the bot. I would like to keep the motors with the uno ...
2
votes
1answer
72 views

Line Follow Vehicle

I know this is very common project and it's already been done, however, most of the guides don't have a clear instruction, and being this inexperienced, I struggle to understand exactly what's going ...
0
votes
1answer
23 views

Questions Concerning Arduino Compatible Boards

I've seen an Arduino-compatible board called Bluno from DFRobot. I'm curious if a shield, specifically the DFRobot motor shield can be connected to the Bluno. Can anyone confirm if it can be ...
1
vote
2answers
367 views

Detect movement on moving robot? PIR Sensor

I am working on a human following robot project and I am trying to achieve this with 1 Ultrasonic sensor that makes sure the robot won't crash into something and 3 PIR sensors that will detect human ...
2
votes
1answer
58 views

Arduino Nano Motor

If I had four of these motors and attached them to the Arduino Nano on four separate digital pins or analog pins without transistors and a 9v power supply attached to the regular power supply input ...
0
votes
0answers
61 views

My Arduino Robot doesn't move, and it's the only thing that doesn't work

It will be simple. I started to look at the sketch of the Arduino Robot and just tried one, Disco_Bot, and uploaded it one the top board. The Arduino started to play some music and the name was on de ...
0
votes
1answer
125 views

MIT happy board like shield for arduino

I'm working with the robotics lab at the university to try and find a replacement for the obsolete Handy Board. We're considering purchasing arduinos because of their ease of use but we can't seem to ...
0
votes
0answers
740 views

TCS 230 colour sensor using arduino

i m working on a robot that can sense different colours and then follow a particular path accordingly.previously i was using "pulseIn" function to read the out frequency but the results are not very ...
1
vote
1answer
60 views

The Arduino robot tutorials describe a cord comming with the official robot, now I'm confused

I recently got the Arduino Robot and have been looking at the examples for the RobotLibrary. As I looked, I found something quite confusing (for me at least), a few of them describe connecting a ...
0
votes
1answer
96 views

Control arduino with keybaord via computer

I'm brand new to arduino but I'm trying to figure out how to set up a WASD steering system for my robot I made. I have the physical setup all ready but I don't know the code to use that would allow ...
0
votes
0answers
89 views

Beat Detection with Mic on Arduino

I'm trying to make a robot dance on several songs using Arduino. I need to understand how to get the rhythm from the songs, something like detecting the beats, calculating the bpm.. I'm not expert but ...
4
votes
1answer
253 views

Which reflectance sensor array for a line following robot?

I'm working on a line-following robot with my son. We've found a sensor array on Robot Shop that will help us but .. there's two and I'm not sure which will be the best for us. The difference between ...
0
votes
1answer
1k views

Pixy(CMUcam5) robot Distance code

Can anyone help me with the code-ing to allow the robot to stop at a certain distance when the robot is approaching the tracked object. I am trying to implement it as a colour tracking wheel chair. ...
0
votes
1answer
174 views

Arduino + simple DC motors? (4WD kit)

I am trying to connect 4 small DC motors to Arduino, like those in the following image: The specification for each of them is: Suggested Voltage: 3V DC; No Load Speed: 65 ± 10rpm; No Load ...
2
votes
4answers
1k views

How useful could the Arduino Yun be in computer vision in a robotics project?

I've recently ordered an Arduino Yun and several other components to begin on a small robotics project (based on an old 4x4 RC Truck). Although not mandatory for what I'd like to do, I was wondering ...
1
vote
1answer
219 views

Lockup while evaluating Wire.requestFrom function (Arduino)

I am currently working on a Arduino project that combines an InertiaOne IMU sensor board (from Atmel), with an Arduino UNO and two motors driven by a Makeblock driver board. All sensors communicate ...
1
vote
3answers
482 views

What's wrong with my undetected, unresponsive Arduino Robot?

I was wondering if someone could try and solve a major problem I've been having with a brand new Arduino Robot (similar to an Arduino Leonardo). Any input would be very much appreciated! I've been ...
-1
votes
1answer
275 views

Grid Based navigation [closed]

I have a Dodecagonal mobile robot base with 12 HC sr04 ultrasonic range finders mounted and connected to an arduino. I would like to use them to avoid obstacles and make the robot find the best way ...
1
vote
1answer
704 views

How to make an electronic suction cup?

The uArm is a robot arm with a suction cup (or gripper). I'd like to try to make just the suction part of it, and I'm wondering what components I'd need? By the looks of it, I'd need a hobby vacuum ...
1
vote
1answer
133 views

Connect Arduino with fischertechnik TX Controller

Is it possible to cinnect the Arduino with a fischertechnik TX Controller? Maybe with I²C, but i want to use I²C for something else on the arduino. So are there multiple I²C Ports on the Arduino (I ...
1
vote
1answer
1k views

What are the main differences between the Arduino Tre and the Intel Galileo?

I'm looking to find a suitable board for a robot I'm developing (it'll involve computer vision, else I'd be using my Arduino Micro) and I've come across two possibilities: The Intel Galileo and the ...
2
votes
1answer
246 views

Arduino Lego Robot

I'm currently developing a Lego Robot, the mindstorm series to be specific. I want to replace the lego NXT brick with an arduino, maybe an intel galileo in the future. How do I establish connections ...
5
votes
3answers
672 views

Using more than one Ping Ultrasonic Range Finder

I have done various applications with the Ultrasonic example project but it is always using one pinger. I'd like to make a scanner resting on a servo sweep but to reduce sweep time use more than one ...
1
vote
1answer
136 views

Arduino + IMU vs ArduIMU

I am working on a UAV and we are currently exploring inertial measurement units or IMUs. The two options that we have come across are: Using an Arduino Uno and a 9 DOF IMU like this one Using an ...