Most Popular

1500 questions
3
votes
2 answers

Magnetometer to measure high angular velocity in small object

I have to measure the frequency of a little circle in rotation. You can image this circle flying in air, because this circle can't touch anything that is not in rotation. So I can't use some simple trick to count the number of complete rotation in…
3
votes
2 answers

PID line follow with three sensors in Not eXactly C

I'm currently working on a line-following robot which uses three sensors to follow a black line. The sensors are pretty much in line and right next to each other. Right now, I'm doing a simple line follow: if on the line go forward, otherwise turn…
shea
  • 364
  • 2
  • 18
3
votes
3 answers

iRobot Create 2 and Open Interface 2 Spec not syncing up with incoming data

I have the create 2 and have it hooked up to an arduino. Almost all the commands work fine except when retrieving sensor information. If i send a request for packet 18 I get back values that while consistent don't match up, unless I am missing…
3
votes
1 answer

Are robotic pollenators being designed?

With the bee hive collapses, growers are desperate for pollenation options. Is anyone working on swarms of tiny flying robots to augment the bees? They could look for a certain color, poke around inside the flower for a moment, and move on to the…
3
votes
0 answers

choose ZigBee modules for full wireless mesh

What is the most common ZigBee IP Modules to create full wireless mesh mode? I know that it should be 1) coordinator and 2) router to create full-mesh But I am interesting about what kind of modules it would be better to buy by comparing price,…
3
votes
1 answer

Robot Navigation Feedback using Image Processing

In my project, I've successfully analyzed the arena and have detected the obstacles using an overhead webcam. I also have computed the shortest path. The path data is transmitted to the robot via Zigbee, based on which it moves to its…
heethesh
  • 188
  • 5
3
votes
2 answers

How to connect HC-sr04 ultrasonic sensor to APM 2.6?

I am working on my final project by autonomous Quadcopter. my tasks are to make a quadcopter which should do object avoidance and it should auto land using ultrasonic sensors. any possible ans to it, how should i connect HC-sr04 ultrasonic sensor…
3
votes
2 answers

Is there a name for the steering style/wheel actuation used on Curiosity?

I read up on the wheels of Curiosity, and also about the suspension. But is there a name for the steering? It looks similar in nature to the front landing gear on an airplane, but searching those terms didn't turn up and answer. I've attached a…
Matt Brown
  • 328
  • 1
  • 7
3
votes
3 answers

Particle filter weight function

I am trying to implement a particle filter in MATLAB to filter a robot's movement in 2D but I'm stuck at the weight function. My robot is detected by a camera via two points, so a single measure is a quadruple (xp1, yp1, xp2, yp2) and states are the…
Khali Abd
  • 31
  • 1
  • 2
3
votes
1 answer

MMA7361 Accelerometer Always Displays Same Values

I recently purchased a 3-axis accelerometer from Amazon, and can't seem to find how it works. I've been looking for quite a while now, and haven't found any real clues. The x, y, and z values always seem to return the same values. They change when I…
Dylan Katz
  • 441
  • 1
  • 4
  • 13
3
votes
1 answer

State space and control space

I would like to know the difference between state space and control space in relation to motion planning. I would like a simpler explanation.
boon
  • 319
  • 2
  • 8
3
votes
1 answer

Basic programming in arducopter

I am starting with a project using Arducopter. I am a person familiar with arduino, but seeing the arducopter for the first time. Commands codes and everything is completly different compared to normal Arduino programming. I am not getting any help…
3
votes
3 answers

Accounting for error in multiple electric motors

Our goal is to drive an autonomous robot with a differential locomotion system using two identical electric motors and an Arduino Uno (1 for each wheel). From our understanding, over time the motors can lose accuracy and may result in one motor…
Nolan Rempe
  • 53
  • 1
  • 3
3
votes
1 answer

Battery system for a robot with a RaspberryPi or microcontroller

I'm building a robot which is actually a rotating ball. All my circuitry will be inside this ball. I'm using a Raspberry Pi as the brains. Apart from Raspberry Pi, I've an H-bridge IC (L298N), a 6-axis Accelerometer + Gyroscope (MPU6050), and…
3
votes
2 answers

Understanding the Bode Plot

I'm not sure if this is the correct forum for this question about Automatic Control, but I'll try to post it anyway. So, I've just started to learn about Control Systems and I have some troubles understanding Bode plots. My textbook is really…
Djamillah
  • 145
  • 2