MEEP! WhoMe? In Progress
Well, here is step 1.
Been working on getting what to me is a major step. Right now, Arduino is sweeping the a servo with a Ping ))) mounted on it. Got that working and feeding back readings in in millimeters. Those are currently being fed into a simple graphing setup in Processing. It's right nice.
Major thanks to Myc for help.
Named inspired because someone said it resembled Beaker (muppet)
Current Results: Those curves are scan and rescan of a cup that was in the way.




@ Tue, 2009-06-02 22:38
Chart of scans.
.
@ Mon, 2009-06-01 17:27
Answers & Questions
Anyone know how to do the polar type display? I have seen a few, but they're for programs I either don't have or am exceptionally clueless how to use. I have MS visual studio pro available, but thats the clueless part. I have processing too. With processing and the arduino IDE I'm at about a 3/100 proficiency, really at the tweeking existing code very slightly.
one example similar to what I'd like to see: from the parallax forums http://forums.parallax.com/forums/default.aspx?f=6&m=129099
@ Wed, 2009-06-03 00:03
Trig?
@ Wed, 2009-06-03 01:01
Part of the problem on it is
Part of the problem on it is that I don't know enough about coding to start from scratch. I've been able to learn what i have so far by adapting code that i've found, having to figure out what it's doing where to be able to change it. Backwards approach, I know.
I've gotta check that instructable linked earlier. Right now my biggest problem is why the movement of the servo is inconsistent when doing sweep and ping.
@ Mon, 2009-06-01 18:19
polar type display
Do I understand correctly that your problem is showing your readings from VStudio?
If that is the case, maybe this can help:
http://www.instructables.com/answers/Can_you_control_an_Arduino_with_Visual_Basic/
In your Arduino program you have to send the readings using Serial functions. For example serial.println(angle) and then serial.printl(sensor_reading).
And on the PC side you need to program a loop reading serial messages and painting the dots, as explained in the previous link.
I hope it helps.
@ Mon, 2009-06-01 20:49
Polar Display
@ Mon, 2009-06-01 15:59
Funny robot face
Why does eveyone put their ping upside down?
@ Mon, 2009-06-01 17:29
Does it hurt anything or
@ Mon, 2009-06-01 16:30
well