Shop OBEX P1 Docs P2 Docs Learn Events
My new and improved Slammer II — Parallax Forums

My new and improved Slammer II

Hal AlbachHal Albach Posts: 747
edited 2018-08-08 16:41 in Robotics
Thanks to an inspiration from Whit, I have embarked on remaking my wooden bot, Slammer, into something aesthetically more pleasing and with increased versatility and functionality. Slammer II consists of two decks made of High Density Polypropylene, the power deck being black and the logic deck from a budget bread board from Bed, Bath, & Beyond. It is a creamy white translucent unit I picked up for around $13. This will be the home for my Parallax Flip module and all the things I can think of to make this a somewhat autonomous rover. Attached to the underside of this deck is the logic deck interface and a digital voltmeter that displays the battery voltage through the deck, behind the Flip module.
Most of my work so far has centered around the power deck, which holds two Turnigy 3 Amp Lipo batteries, buck Voltage regulator, the Parallax Bracket and Wheel Kit, power deck interface board, a dual LMD18200 motor driver, and a switch panel and charging station.
One of my goals was to make separating the two decks as easy as possible and I accomplished this by repurposing an old floppy drive cable which connects both decks together through a single cable. It's a 34 pin cable of which all the odd wires are ground and all the even wires are signal, which surrounds each signal wire with two ground wires.
I am currently using the motor quadrature encoders for providing speed control of each motor. On the power deck interface board I mounted a MC74HC86 quad xor gate to combine the A-B signals from each encoder into a single channel for each motor and sent that up to the logic deck. This particular chip is spec'd for 2-5 Volts Vcc, and runs just fine on 3.3 Volts. For the time being, I do not need the full quadrature capabilities but made arrangements to be able to switch over should I decide to do that.
I am going to try and attach a few pictures of this project and look forward to any suggestions or criticisms to help improve Slammer II.

Comments

  • WhitWhit Posts: 4,191
    @"Hal Albach" - Wow! Looks really good. I love the display through the deck. The ribbon cable between decks is a great idea too.

    Keep posting your updates, please!
  • Hal AlbachHal Albach Posts: 747
    edited 2018-08-08 19:44
    Thanks, Whit! We all have things in progress, just trying to make this one special. I'll definitely keep updates coming.
  • Amazing!
    So this 'bot is a descendant of the one you described in earlier postings that it earned its name because of colliding with walls? Yes? I remember it surfacing in a discussion regarding adding photos of stuff to a posting?
  • Buck, your memory is awesome! Yes, this is an upward evolution from the original plywood model. I seriously need to rethink its name, since it currently is not autonomous but under manual control via an NEC type IR remote control. My thoughts are to change from the IR remote to a wireless Sony PS2 control pad for which I have Propeller 1 software in C. Be kind of neat to drive the bot with the two analog joysticks. That and replacing the aging Lipo 3 Amp batteries with two 4 Amp Graphene batteries I just received from Hobby King. That will give me an opportunity to clean up the rat's nest on the power deck. Further down the road I'm going to try and utilize some of the Pololu VL53L1X Time of Flight distance sensors (Laser) I grabbed when Pololu offered them for $5 apiece. The problems with them is that the API is yuge and although the I2C address can be changed it is volatile and has to be set up again after each power down/fail. Ahh, the fun and games to be had when designing on the fly!
Sign In or Register to comment.