Let's Make Robots!

ping

navigate in various ways, teach me about robotics
Using a
Hi! MAEP 2.0 is the second version of MAEP (please check it out if you haven't already). I won't go into all the details about things that are the same as the … Read more
Simple kit robot platform to start learning about robotics.
Using a
Our goal is to learn about robotics and programming as part of our homeschool lessons.  We decided to use kits to help get us up and running faster and get into … Read more
My newest bot. I hadn't had time to build one recently, so I MADE time. Heh. Not too much to say about the little guy. I scavenged the tracks/base off of a toy … Read more

Kinda stuck again

bdugh's picture

OK I have re-writen my code and now I am having a problem where my left side motors are not being driven.I know it is not a hardware problem. I upload an older version of code with out the scanning portion and everthing works.I have included LEDS on the proto board to see if I am getting comands from my uC and right side is working but not getting anything for the left. the new code is basicly an addition to the old. I just added the servo and varibles so it can look left and right.

Simple Arduino Obstacle Avoidance
Using a
Hi guys, This is my first robot and I am having some difficulty moving forward with the project. I hope you can help The project is a simple Arduino obstacle … Read more
Obsticle avoidance via a Ping UltraSonic sensor
Using a
This was my first build and I consider it an on going project. I built the frame work and drive line about a year ago. Due to lack of budget it sat until about … Read more
Autonomous roaming using a variety of gaits
Using a
This critter has been with me for some time. Built around a (discontinued) Crustcrawler quadwalking kit, UGLY is now an autonomous 2dof, 4 legged roamer using a … Read more

Area mapping

Markamas's picture

I have (that is relative because I have not yet ordered my first parts from Robotshop) a PING ultrasonic sensor. I'll be having an arduino mini - though I'll no doubt buy something bigger after - and I wonder if I can efficiently make my upcoming rover (differentially driven, nothing special really) map it's surrounding area using a grid. Is it possible or will I run short on memory with the arduino mini? And more importantly, I need help with the code (I have 0 experience with code, though I have enough theory I guess...). Any suggestions are appreciated.

PING sensor question

Oh hello there! I'm pretty new with robotics and all of that exciting stuff. I'd been wanting a microcontroller for a few years, and when mbed gave out free mbeds, (yay) I got one and messed around with it a bit.

  This is a review of the Cyperbolic Reflector  Available at Gadget Gangster   For complete specifications and assembly process, download the PDF at the top … Read more
Bender is a medium sized robot based on the Crustcrawler Nomad HD platform. It uses the Parallax Motor Kit with Position Controllers, a pair of Parallax HB-25 Motor … Read more

arduino,pimng,motor

hi i have got a ping sensor , arduino duemilanove and a motor h bridge how ever i need help programming i need the sensor to tell the motor to turn when it gets too close say 5cm close to a object

thanks for all the help

rhys

Roams around right now, also can find his way out of a maze of obstacles pretty well.
Using a
I have been a stalker here for about a year, absorbing all the great ideas, information and inspiration that i can get my hands on.  I have learned a lot, and am … Read more
Simple object detection & avoidance. Testbed for tracked locomotion
Using a
July 24, 2009 Update: Upgraded to use the new Pololu chassis plates.   This is my second bot.  This one uses a RP5 tracked chassis that I bought from Pololu.  It … Read more

sonar

hi all,

I'm new to this forum. And I am making a new robot that will have a "go to home" functionality....
Our shield that we designed with Eagle arrived today from batchPCB.com.   We have to test it out yet to make sure it works properly. I was just excited to show … Read more
This compact sonar range finder by Maxbotix detects objects from 0 – 254 inches (6.45 meters) with 1-inch resolution for distances greater than … Read more

help with aparallax ultrasonic distance sensor on arduino

mattmitch's picture

I just got my parallax ultrasonic distance sensor (#28015) and I have the "test code" running as I type, but how do I use it to warn my robot of walls?

P.S I am using an Arduino diecimila.

Navigate around via ultrasound / Remote controlled / Line follower / Sumo bot
Using a
This is the second robot that I've ever build. The first robot was Rebel. But this robot had some limitations and shortcomings. The things it missed are among other … Read more

Picaxe 18 and Ping

jgillick's picture

I just picked up a Parallax Ping distance sensor from my local Radio Shack and am trying to figure out to how hook it into my Picaxe 18 project board.

The ping uses a single pin for both input and output.  It first requires a trigger pulse to be sent and then it responds with a variable length pulse that determines the distance.  Can a Picaxe pin be switched from output to input?  If not, can I connect 2 pins to the single Ping pin?  Normally I would jut go ahead and try it, but I don't want to fry my Picaxe or the sensor.