Skip to main content

Questions tagged [robotics]

use this tag for questions about robotics.

Filter by
Sorted by
Tagged with
2 votes
1 answer
538 views

I made a spider robot using arduino and from esp. I made an audio output device which is linked to python program which writes a particular data (when we speak a command) to esp board and accordingly ...
Akshit Singh's user avatar
1 vote
3 answers
434 views

I'm actually new to using arduino , and trying to make a simple car, using two dc motors, a l298n and an arduino, the problem is that a 9v battery doesn't seem enough to just power the l298n and one ...
Marouane Rakine's user avatar
1 vote
0 answers
27 views

how do I reinitialize an Arduino kit registration number for a new student using a kit previously registered? We recently ordered 50 of the IoT Explorer Kits and they will be used in a robotics class ...
Mike Warholak's user avatar
1 vote
3 answers
597 views

I'm making a robotic arm using three SG90s and one Futaba s3003 servo motors and an ESP32 dev_kit_V4. The problem is when I am controlling the arm, the voltage regulator gets so hot that I can't touch ...
kamal MKA's user avatar
0 votes
1 answer
851 views

I want to use it in my real car for daily use to measure yaw angle when needed. Is is ok to only calibrate it once at first then use it every day when driving without any problem? if not, how often ...
sadegh yeganeh zadeh's user avatar
3 votes
1 answer
581 views

I am using a zumo bot with a reflectance sensor used to follow a black line. I want to use an arduino to make the zumo bot stop once it gets a certain distance from an obstacle. I have an ultrasonic ...
Princess Wilson's user avatar
7 votes
5 answers
5k views

I will be controlling a robot with more than 10 motors which means I'll need 2 buttons each to control moving forward and backward. My controller is an Arduino mega. Is 1 pin = 1 button the best ...
Julius's user avatar
  • 91
1 vote
0 answers
48 views

I am testing my BTS7960 Module with my UNO for bi-directional rotation of DC Motor. I am using a small DC motor as a test (like the one here) and I am powering the UNO via USB cable. The problem is ...
Khuzaim Khan's user avatar
0 votes
3 answers
3k views

This is not and will not be a duplicate. This is a thread meant to share a solid soliton I figured out with the rest of the community and update it as I optimize it, ad-hoc. So I had visited ...
George Eco's user avatar
0 votes
1 answer
166 views

I'm working on a project involving stepper motors. It is important for this project to track the position of these motors, so I decided to buy an optical rotary encoder, specifically an HKT30(HKT3005-...
jimmyfinestein's user avatar
1 vote
0 answers
558 views

I'm currently making a line following robot using PID control. My robot uses an Arduino Uno board, a L298N motor, 1 9V battery, 2 motors, 5 TCRT 5000 infrared light sensors to detect a black line on a ...
Nhật Chương Lê's user avatar
1 vote
0 answers
179 views

I have a toy car and I want to measure the coordinates/location of that car in my house. It need to bee high precision equipment so GPS won't work here. My precision requriments is 5+- cm and the ...
euraad's user avatar
  • 111
2 votes
2 answers
2k views

Suppose a bot with wheels is traveling in a a straight line, and we want to measure this linear distance traversed by it as accurately as possible. One of the ways is to use an optical encoder to ...
karnyrocks's user avatar
1 vote
1 answer
84 views

While working on a project I tried sending data from my Arduino NANO to ATMega64 placed on AREXX Robot arm PCB via TXD/RXD. After plugging in VCC, GND, TXD and RXD to UART socket it didn't work so I ...
FewArc's user avatar
  • 13
-1 votes
1 answer
375 views

I have a problem with my line follower: My robot has 4 wheels with DC motors connected to L293D shield (Arduino Uno). The robot is a line follower controlled by IR pilot with an IR receiver, it has 4 ...
Wojtek Hawryluk's user avatar
2 votes
0 answers
31 views

I've got a project in which I'll be controlling 8 24V/10A brushless DC motors with an Arduino Due on a quadrupedal robot. I've been having trouble finding ESCs that would work well for this ...
Andrew Euredjian's user avatar
0 votes
1 answer
535 views

I am using a L298n driver to make a basic RC car. I realise that PWM is used to control the speed of the motors and that the car would turn when the wheels on one side of the car have a rpm different ...
idunno's user avatar
  • 67
2 votes
4 answers
413 views

I am fairly new(having less hands on experience) to Arduino and electronics in general. I have a project for which I know the features and required electromechanical parts. I need some advice in ...
user50927's user avatar
1 vote
3 answers
341 views

I am making a line follower robot. The issue is trying to make the motors run. The L239D module has 4 input pins (to control two motors), 4 output pins (to drive motors), and 6 power pins (5V, 5V, GND,...
Mokka Naresh's user avatar
1 vote
0 answers
144 views

I'm trying to make a prosthetic hand that can play rock, paper, scissors with a human. It is based on the premise that you push a button and it randomly selects a move to play. After each move, I'd ...
Atharva Purohit's user avatar
1 vote
1 answer
437 views

I have been working on a 4WD robot for a while now. The parts I'm using are Arduino v4 shield, l298N driver motor, Hc 05 ultrasonic sensor, DHT 11, mq2, Bluetooth module, servo motor, ir transmitter ...
Ayanfe Adekanye's user avatar
1 vote
0 answers
62 views

I developed an android app to control a robot using nodemcu. I have added some buttons to on/off or blink some LEDs. It works fine but, if I on the one LED or drive the robot, the other LEDs goes off. ...
Debarshi Das's user avatar
1 vote
0 answers
449 views

I'm relatively new to the world of Arduino, so don't be frustrated if I ask questions that could be silly. This project has a deadline, so any input is appreciated. THE PROJECT: I am planning to ...
A Confused Student's user avatar
0 votes
1 answer
86 views

Here's the run down: I have a small robot with four continuous servo motors and two ultrasonic sensors. It's run by and UNO board with a Sensor Shield V5 on top. My goal is to program the front right ...
Claire Arp's user avatar
1 vote
1 answer
333 views

I have built a basic obstacle avoidance robot. When the sensor senses an obstacle it gives a RISING interrupt to pin 2. At this moment I want the robot to come back for 2 seconds and turn right for 2 ...
The White Cloud's user avatar
0 votes
2 answers
406 views

I have a line following bot which uses IR sensors (LSA08, more specifically) to detect the white line on black surface and stay on track. For the project however, there is a trick in the track. At a ...
RishiC's user avatar
  • 125
0 votes
0 answers
72 views

I'm working on a similar project that can be found in this link https://howtomechatronics.com/projects/arduino-mecanum-wheels-robot/ It's the same build. To control the 4 steppers (via the NRF24L01), ...
Ash Bougui's user avatar
0 votes
1 answer
795 views

I've been braking my head over this for the past few days and can't make it work.. So, I have a small robot with a rotary encoder on each wheel and i want to track its position (in x and y) on a flat ...
PotatoMan's user avatar
0 votes
1 answer
324 views

I'm building a two-wheeled, self-balancing, remote-controlled robot. I'm familiar enough with the IMU and PID to get it working to just stand up but I need to drive it via remote control. I've got no ...
circuitBurn's user avatar
-2 votes
1 answer
837 views

I need to control the position of a lead Screw Stepper motor using EMS22A Absolute Encoder? I've seen James Bruton do this in his video. can anyone help me? James Bruton Video: https://www.youtube....
Julius's user avatar
  • 91
1 vote
1 answer
1k views

TL;DR does someone know of a advance and reliable/redudent USB protocol for communicating between a raspberry pi and Arduino due (native port) I am trying to learn how to build a little robot which I ...
will.mendil's user avatar
1 vote
2 answers
156 views

#include<Servo.h> Servo ser1; Servo ser2; Servo ser3; Servo ser4; Servo ser5; int poser = 0; int val; int mot; void setup() { Serial.begin(9600); ser1.attach(4); ser2.attach(5); ...
Aditi's user avatar
  • 13
0 votes
1 answer
511 views

Background : Im controlling serial manipulator using Arduino Uno with Servo Shield. Servo work at 20 ms, so i would like to send command atleast every 2.5ms. Command sent from PC. I send 8 bytes of ...
Albert H M's user avatar
0 votes
1 answer
116 views

So, I'm creating this project for school. It's a simple robot with Arduino MEGA 2560 and basically, I create a digital map, feed it into the Arduino program and then the robot can drive. However, I've ...
Gaurav Mall's user avatar
0 votes
4 answers
1k views

How can I hook up four (adafruit) MMA8451 accelerometers (using I2C protocol) using one Arduino Mega? What I'm confused about is I only have one SDA and SCL on the Arduino Mega obviously. So how can I ...
masque's user avatar
  • 101
1 vote
0 answers
280 views

I am trying to control a robot, where I have one HC05 module as a master connected to an Arduino Uno with an attached joystick. This Arduino sends data signals that will run blocks of code on the ...
user avatar
2 votes
1 answer
122 views

The three motors are from windshield wipers, with one of the brushes disconnected in each. The controllers are BTS7960 43A modules One bridge for two drive motors (speed and direction), and the second ...
etorobot's user avatar
0 votes
1 answer
403 views

I'm building an self-navigating robot with an arduino, an ultrasonic sensor, and two DC motors. I'm currently within the process of coding the robot but I've discovered I have an unusual problem; ...
walkman118's user avatar
-1 votes
1 answer
1k views

I am working on a project where I have four DC motors that are controlled by two L293D motor drivers. Two of the motors act as the wheels of the robot, and the other two act as a mop. The Arduino ...
Lloyd Dominic's user avatar
0 votes
1 answer
113 views

I'm trying to call a class function that pulses an LED "x" number of times. I dont want to use a delay, which is making it tough. If I use a while loop, the LED just stays on. I attach an interrupt in ...
rcpilotp51's user avatar
-1 votes
2 answers
161 views

I'm trying to take a sketch and turn it into a class for a library I'm making, but I'm getting compile issues. This is not a duplicate as suggested. as i explain in the comment and my answer. Thank ...
rcpilotp51's user avatar
-1 votes
1 answer
728 views

How should I connect the ZE11 Ethylene Sensor to an Arduino Uno? I want to know how to attach the pins of the sensor to the Arduino and which resistor I should use. I'm very unprofessional at working ...
Mufti Omer's user avatar
0 votes
2 answers
187 views

I am currently making a project involving a self balancing bot & found this code online: #include "PID_v1.h" #include "LMotorController.h" #include "I2Cdev.h" #include "...
Farhan Ishrak Islam's user avatar
-1 votes
1 answer
2k views

I'm using the PCA9685 module with its Adafruit library. In my code I have one object of the servodriver class that has 14 channels (controlling 14 servos basically). void Positioning(){ ServoDriver....
mechanist's user avatar
0 votes
3 answers
1k views

I am learning how to integrate sensors on arduinos and read their data. My ultimate purpose is to place the IMU on a robot and use it in determining the robots location in an environment. Using the ...
sisko's user avatar
  • 109
0 votes
1 answer
3k views

I have made a Bluetooth Controlled Robot Car. Using L298N Motor Driver, HC-05 Bluetooth Module and Arduino R3 I was able to run it by giving one "VIN" and one "GND" to L298N, one "5V" and one "GND" to ...
Naved THE Sheikh's user avatar
0 votes
2 answers
223 views

I am trying to interface this sensor, https://www.robotous.com/forcetorquesensor (RTF60-HA01-C), with the Arduino Mega. The sensor has an input voltage of 5Vs and communicates using CAN/RS232/RS422. I ...
Yeshas Thadimari's user avatar
0 votes
1 answer
146 views

If I'm connecting it in this way I have no issue and I can control the speed. here is a video const int speedMotorA = 9; const int speedMotorB = 3; const int motorPin1 = 4; const int motorPin2 = 7;...
Ahmed Younes's user avatar
0 votes
1 answer
298 views

Here's another one, as you probably have seen before. I'm finishing college, and I'd like, base of my subscription to be a self balancing robot that can send data to a screen. What kind of data? I am ...
Alin Andrei's user avatar
0 votes
1 answer
621 views

I use 2 gearbox motors with 2 wheels .. but if I try to run it, he can not walk straight. he always moves slightly to the right or to the left. How i fix it ?
Riski Maulana's user avatar