Sunday, June 17, 2012

Summer in Colorado: HardwareHardwareHardware

An embarrassing amount of time has passed since my last blog post. I don't resent that, because I think it just means my life is getting more interesting, so I have had less time to myself. Certainly though, I have missed my secret life as a rogue robot tinkerer, and all the creative stimulation that having projects to work on seems to bring. My six-wheeled friend, TOBL (soon to be TOBL2), has been waiting patiently, yet eagerly in his little box. He's finally about to get some attention!

Box O' TOBL has a pretty nice view. 

Yesterday, I moved to Colorado to spend the summer interning as a hardware engineer...sort of. My first day is Monday so we'll find out what work really entails then. As far as I can tell, I'll be beating some oscilloscopes to death and then when they fail, attempt to figure out why from a hardware perspective. I was told that you're either a hardware guy, and you'll absolutely fall in love with it, or the opposite. I'm hoping for the former.

In a way, I'll learn more about my various robotics projects this summer more so than ever before. Hardware is at the heart of each of them after all. It's also going to be tantalizing working somewhere with so many oscilloscopes, logic analyzers, a machine shop complete with CNC mills and a water jet, pick-an-place machines, clean room, the lot. Surely, I won't have access to any of these nice things for my personal projects, so it'll be a true test of character not to use my keycard to sneak in on weekends.

So, last time I had just got my motor controller boards back and soldered together. There were (and still are) a lot of loose ends to take of for MKI. In the original DigiKey order, I forgot to put in the resistors for the current detection circuit and the ones for the hard-short between the signal and power ground planes. The board has also yet to be hooked up to a scope (this is going to kill me), though this isn't as critical until I get around to the current detection stuff. It would also be nice to take a look at the pwm too, though.

All of the hardware! Arduino board, motor controller, motors, radio, servos, everything.

As for the rest of TOBL2, all of the pieces for the new drivetrain are in but I still don't have a frame. Most likely this will be a water jet piece(s) so that's something I can work on here. Since last time I got some new XBee radios. They're still Series 1 but this time I opted for the chip antenna, which has slightly worse range but should help keep the electronics a little more compact. The old ones I had worked great but were salvaged and had such old firmware that it couldn't be changed. This doesn't matter since they were already set to talk directly to each other. It's nice to have a second set so I can have multiple boards going at once. I updated the firmware and paired them so they're ready to go. I also modified the code so the servos trigger on a new button I added to the iPhone control layout. Though the way I did it would probably make CS people cry.

Well, that's not much of a progress post but all I got for now. Looking forward to summer of hardware and outdoorsy things!

Tuesday, January 24, 2012

MKI: First steps

Yesterday three MKI boards came in the mail and today two motors were driven by one MKI board. I'm very pleased with this controller so far because whenever it doesn't do what I want it to, it turns out it's my fault and not its; which is great! Let me explain...

Top

Bottom

MKI was easy to solder together, despite having no solder mask. The trickiest part was actually preparing XPWMShield. To accommodate a motor controller upstairs, the 5V regulator was just too tall and had to be bent down; which also meant putting the battery input terminal on the bottom. In addition, two of the servo pwm inputs were flipped (to eventually incorporate servos). All power is passed through a temporary splitter that supply the boards individually. When TOBL2 comes together I'll make a nicer connector.

Soldered

Shield mode

Once it was all together I ran into a slight problem with motor A. With no solder mask I shorted a small gap by one of the diodes which meant the motor would run fine and make the L298 burning hot in the other. After a few tests runs - being oblivious to this problem - it still works fine so the stock heat sinking does a great job, which was a concern given there is no space on the board to add heat sinking. Here are the motors running through a quick forward and reverse ramp program:



In getting to this stage I learned some subtleties about the L298. For example, I forgot to mention why the motors took their first steps today and not yesterday. In the datasheet ST says "The sense resistor, not of a wire wound type, must be grounded near the negative pole of Vs that must be near the GND pin of the I.C." Maybe it's just me but this doesn't get across the same message as "The current sense pins must be connected in some way to ground for the motors to work!" -which I found digging though forums. Until I get small enough resistors there is a wire in their place to keep the controller happy.

It's also important to note that for now at least, the regulator I had planned to use is bypassed by a wire, supplying 7.4 uncensored volts. It was hard to find a regulator with a low enough differential between input and output voltages to be efficient. Essentially with the current 2S pack I'd need a 4V regulator to support the voltage overhead and voltage loss during use. This would mean dissipating (read: wasting) a stupid amount of power. Combined and unloaded the motors draw 10mA times 3.4V loses only 34mW. However, during loading and more extreme conditions 2A is feasible which would be a 6.8W loss; which is quite significant! We'll see how it works without a regulator for now...glad I was talked out of it.

Next steps are to test the current sensing and implement my iPhone controller setup. Classes start tomorrow. Boooo.

Friday, January 13, 2012

MKI: Motor Controller

At some ill-defined point in time routing becomes art, I think. I've spent the greater part of the last week transforming that schematic from my last post into the pretty pictures you will see below. It's my first motor controller so I don't want it to suck. Call it MKI if you like (i.e. motor kontroller one or MKI like the VW GTI). The point is I've hung around Shane too long and am beginning the motor controller phase of my life; which is sure to see many iterations.


This first - shield - controller is being produced for TOBL2 and is therefore stupid compact. I know this because routing was a beach. It's contained within a 1.65" x 1.85" form and will plug directly into the headers on XPWMShield I created last year.

MKI has some things that I'm proud of:

There are isolated ground planes on the bottom layer of the board. This technique was suggested by Shane, of course. The logic pins are tied to a ground plane (SGND) which is only connected to the main power ground plane (PGND) by an 0805 resistor. This resistor is sized such that it will explode when too much current is drawn, acting like a fuse to protect the current-sensitive pins on the logic end. In this case running at 6V and fearing 2A gives a 3ohm resistor.

Power ground plane.

Signal ground plane.

Each motor has three diagnostic LEDs. One to indicate forward, one for reverse, and another for over-current. The latter I cannot tout until I write the software for the controller. This LED is not connected to the actually current sensing pin but will use feedback from it to illuminate. More on that once I have a board to test.

It's not visible now but originally several traces wove through the seven-pin header; which the DRC did not like. Moving these traces basically meant ripping up half the wires and starting fresh...#firstworldproblems. (<-- first and last time I will hash tag...yuck...Twitter)

Things I'm not proud of:

Looking at the images above the ground planes are pretty well-contained save for a few wires that need to reach the top header. We'll see if any noise results from this, shouldn't be too bad.

There are 50 f***ing vias. On a via/area basis that isn't bad at 16.4/in^2. However, this board is being ordered 4pcb Bare Bones which allows 35/in^2 maximum, and I'm sure you could pick a given 1" x 1" where that is the case. Hopefully they don't check that so carefully but regardless, that is a shameful quantity of vias.

Switching to the mechanical realm the Robot Marketplace order is in and I suspect so is the McMaster order. In addition I have been working on the frame design. Don't believe me?

Boom.

This wasn't meant to be in the "things I'm not proud of" section but now that I think of it I'm not proud of how little attention the mechanics have received. Maybe I can make it up by over-engineering servo-automated belt-tensioners...

Wednesday, January 4, 2012

Space Invaders and Motor Controllers

The first order of business to address in buildapalooza is TOBL2's motor controller -that way the new chassis can be built while the board and parts are being shipped! This is the first motor controller I've designed and it's based off of the L298 Dual H-Bridge, PowerSO 20 package. Essentially it's an Arduino shield...shield, because it will stack onto XPWMShield. Here's the schematic:


Actually this is the schematic, but it does kinda look like the Space Invaders alien:



It will drive TOBL2's two new FingerTech motors at 6V, which promise not to ask for any more than 2.6A combined if both motors stall. The L298 is rated to handle up to 4A, but to be safe the current sensing pins will be in effect and there will be more status LEDs than one could ever need. Oh, and automated belt tensioning/detensioning....yeah I really don't want any more slipping or breaking (which were all part of TOBL1's charm). More details on the controller once I have a physical controller in my hand to test. Just a little amuse-bouche before the feast of blogposts and building commence.

Tuesday, December 27, 2011

< Buildapalooza 2012 >

Did I mention I'm an undergrad? Apparently junior year is is a buttload harder than sophomore year, but after a long semester I'm back for what I call Buildapalooza 2012 (on vacation now won't be building until after the New Year). Here is the plan:

gMeter, the amount of time it will take to write your software, including all the LCD code, was just not feasible this semester. And now that I finally have a break, I simply don't hate myself enough to plow through the datasheets. Unfortunately, I'm putting you on the back shelf until the summer rolls around.

TOBL, you break too much. In the middle of September I brought TOBL to World Maker Faire in New York. Before I could even set up a demo I watched a five year old strip an internal gear on the left servo, by rolling it around like a wind up toy. Maybe that little tyke was trying to tell me something, like "get rid of the servos!" So that's what's going to happen.

Introducing TOBL V2.0 or TOBL2 if you like...there was already a V1.1 when counting the revised XPWMShield board. Some new things I'd like to incorporate into this version:
  • Gear motors
  • Belt/Pulley drive
  • Automated tensioning/clutch
  • Aluminum plates (replacing acrylic)
  • Bearings and proper supporting
  • Revisit the wireless updating on XPWMShield V1.1
  • New control interface (on iPhone)
By swapping the modified plastic geared servos for gear motors the possibility of breaking gears on back-loading should be eliminated. Further to this end, an automated clutch system is in the works to tension and de-tension the drive belts when summoned. The gear motors will also increase TOBL's top speed from a fraction of an MPH up to about 4.6 of them by my maths (using the motors linked above). Swapping the acrylic should work towards the goal of making TOBL more durable, not to mention I'll feel better pressing bearings into aluminum. Oh yeah, and because she'll be running motors I need to design a motor controller to interface w/XPWMShield. So there will be some electronics to keep things interesting too.

Okay, there you have it, Buildapalooza 2012 starts in T-minus one week. Until then I'm gonna go sit on a beach ;-)



Friday, August 19, 2011

gMeter: Electronics

The electronics for this project are simple. So I asked myself, why spend money on a board from Advanced Circuits when I can make my own? After completing the etching process I have plenty of answers to this question, which I will address on a rolling basis.

First, the circuit itself. Laying a board out for single-sided etching adds some headache to the design process. Without vias you have to think a little harder about trace traffic, to minimize using jumper wires. It's a fun game until you realize that's probably something they play at EE parties. I scored a 7 (I think it's like golf). Other modifications for achieving etch-spec: minimum trace size of 24 mil and minimum clearance up to 16 mil. I really wouldn't etch a board that's any more complex than this unless the form factor is less constrained and bigger.

Export to png (monochrome) and...
...ready to be printed.

There are hundreds of DIY PCB etching tutorials out there so I'll spare you the step-by-step procedure. Besides, after etching one board I'm far from pro! I went the iron-on toner transfer route, messing up three blank boards before getting one that was "etchable." Partially that was not my fault because the laser printer I used was good but not great, leaving thin spots of toner here and there. Mainly I wasn't putting enough pressure on the iron. To get it to work, I literally put all of my weight on the iron for two minutes solid. Then 4-5 minutes moving the iron around giving the interior a lot of attention, and still maintaining absurd pressure.

I used a sharpie to touch up the spots the toner missed.

The etching part is where things got really sketchy though. The copper took at least 45 minutes of continuous agitation to etch...? That's at least 15 min longer than what I read online, so I'll need to hunt down the ferric chloride MSDS, perhaps it was diluted more than usual (around 60%). More likely rubbing it with a sponge probably would have cut the time, instead of waiting for the copper to dissolve on its own. As much work as this is, there is an unbeatable zero day lead time and low cost. Having the ability to wake up with an idea for a cool board and use it that day is plain awesome. With practice I'm confident it will take less time and it's far superior to leaving your project at breadboard status.

Soaking in ferric chloride...

Stipped of toner courtesy of spray carb cleaner

Finally got some use out of my Dremel drill press, I think this is what it was designed for.

Next, I soldered it all together and bam....no, who am I kidding it didn't work first shot. Again, I would advise against etching with 24 mil traces, especially in confined spaces. I made this mistake and spent a lot of time with a multimeter and an x-acto knife peeling up traces to resolve about ten different shorts. Finaly I got it to light up.



Ok, the board works. Now there are zero excuses left to procrastinate from coding. Well maybe that classes start next week, but I will do my best not to drag this project too far into the semester. Putting on my software hat...