Shop OBEX P1 Docs P2 Docs Learn Events
Work in Progress: Networked ATV robot using Spinneret — Parallax Forums

Work in Progress: Networked ATV robot using Spinneret

P!-RoP!-Ro Posts: 1,189
edited 2013-03-29 07:27 in Robotics
Since giving up on my 5 horse robot I couldn't help myself, I wanted to get something to work. So when I found a 110cc ATV on Craigslist for $100 I couldn't help myself! It's taken 2 months but I've finally gotten some of the biggest challenges out of the way: I gave it brakes and steering. I still have to get the motors controlled by the Propeller, but after what I went through to figure out how to setup motors in the first place, the electronics are the easy part.

I still have a long way to go to setup all the electronics, especially since I've invested enough now that my budget is tight until I find a job, but for now here are the goals:

The robot and the controller will use a Spinneret to communicate, using Open-Mesh routers that will allow for an expansion of domain using multiple nodes repeating the data. (phew---long explanation)
Packets will be consistently sent to ensure the robot is in wireless range. If not, it will be able to backtrack using GPS.
The robot will be able to patrol a perimeter for a security guard.
It will be able to travel to set locations, or be given GPS coordinates and autonomously navigate.
Someday (when I can afford it) it will be able to coordinate with a quadricopter to bounce wireless signals down to it for long range wireless communication.

Potential uses someday:
Security Patrol
Military
Border Patrol
Search & Rescue
Hazardous area surveillance

Sorry for the long explanation, I at least hope you will enjoy following this as I make this thing work! And I look forward to your advice as I move forward so I can avoid costly mistakes (already made a few, guess that means I need you guys!).

Will keep you all posted as I move forward, hope you enjoy the pics!

Comments

  • P!-RoP!-Ro Posts: 1,189
    edited 2012-06-27 17:25
    For those who forgot, I'm including some pics of my 5hp robot B&B (never did get finished of course).
    556 x 361 - 83K
    572 x 600 - 58K
    448 x 313 - 39K
    43.jpg 82.7K
    44.jpg 58.1K
    45.jpg 38.6K
  • NWUpgradesNWUpgrades Posts: 292
    edited 2012-06-27 18:30
    So what did you do with the 5HP monster????
  • P!-RoP!-Ro Posts: 1,189
    edited 2012-06-27 19:47
    Oh it's just sittin' around, gettin fat. It's put on so many pounds I don't think it could twist it's front wheels anymore, and forget about stoppin, there's too many pounds for that. All it's good for is a battering ram, or a cat-chaser, assuming the cat only runs forward :tongue:
  • tobdectobdec Posts: 267
    edited 2012-06-27 20:24
    If you play battle field 3 you'll get this. Since forward only works and no brakes you have yourself a fine jihad jeep! Just add C4
  • P!-RoP!-Ro Posts: 1,189
    edited 2012-06-27 21:19
    Not a gamer, but it sounds funny. Great advice though, the whole forward then C4 thing. I was planning on recycling it after all...
  • tobdectobdec Posts: 267
    edited 2012-06-28 15:45
    http://www.youtube.com/watch?v=clDpZIaU3-Q This is basically all I do in that game lol.
  • P!-RoP!-Ro Posts: 1,189
    edited 2012-06-28 20:19
    Lol, yeah I'm not planning on building anything like that unless you're going to pay me to do it! J/K
  • tobdectobdec Posts: 267
    edited 2012-06-29 00:05
    Go buy a 500 dollar car..add C4 and jump out right before impact lol how hard can it be?
  • P!-RoP!-Ro Posts: 1,189
    edited 2012-06-29 21:39
    Tobdec--lol

    Currently I'm working on setting up the electronics so I can begin testing different parts of the robot. Most of my setup however is meant to be temporary, since I intend for the testing to help me determine the best way to set everything up permanently, and also because a lot of what I would like to do will require much more time and more resources than I currently have.

    Below is the picture of the motor in charge of my front brakes. Eventually I want it in an enclosure with a relay and capacitors setup to run the motor long enough to apply the brakes if there is a power loss. Also, it will probably later have a microcontroller in it to ensure there is communication to various parts of the robot or it will apply the brakes.

    DSCF0053.jpg


    The electronics in the pictures below aren't mounted yet. First I will be getting everything inside setup for controlling the robot, then I will be attaching it temporarily with zip-ties until I get the chance to improve the case how I want, which will include a clear dome over the camera. Then I will create a bracket for the case to be bolted on to. Currently the intent is for the robot to use a Spinneret, a Protoboard, and if I run out of pins for sensors, then possibly the MSP430 chip. But for now, I'm trying to keep things simple.

    DSCF0052.jpg
    DSCF0054.jpg
    1024 x 768 - 151K
    1024 x 768 - 152K
    1024 x 768 - 110K
  • P!-RoP!-Ro Posts: 1,189
    edited 2013-03-29 07:27
    It's been a while since I've posted in this thread but I'm still working to finish this robot. I'm going to school full time but with spring break I was given the time I needed to work on it. So far I have the Wi-Fi connection working, basic steering working (will need some additional sensors), controller working, and hopefully before my break is over I can work on the brakes and/or throttle.

    I have a video below explaining and showing my setup, but I'm going to explain it better here:

    Wii classic remote connected to spinneret, sends tcp packet via ethernet to an Open-Mesh router.
    The second spinneret receives this packet from a second Open-Mesh router.
    The data received is then sent serially from the spinneret to the prop proto board.
    The prop proto board (I call it the main board) finds out the position of the steering using the rotations of the motor.
    The main board requests data continually from a ADC chip connected to a hall effect sensor I glued inside the motor. When the magnet glued inside passes near, the ADC values decrease.

    -I need to mount an effective sensor to zero this system after a reset.
Sign In or Register to comment.