Thursday, May 10, 2007
Compost Bin Build
Tuesday, April 24, 2007
Firewood Crib Build: Part Uno
Mario had a big arse oak tree cut down so I was able to scavenge some nice firewood for the winter. The only problem is Idon't have a proper firewood crib to stack the wood in so that it will dry adequately to burn well by winter, and so that the pile won't topple over atop myself, or any innocent bystander. I have therefore decided to make a firewood crib from some 2x4's and a bed frame that I salvaged. I have just a rough picture in my head of how this project will come together, but I've already started cutting steel so hopefully it comes
My coworker together alright. So far I've cut up the bed frame and removed the casters and such by drilling

out the rivets that hold them on. It was a bit of a PITA to do so because my drill bits are apparently crap. That, and the automatic center runch that I got from Metro Tool flattened its point after the first two blows. Oh and "runch" was not a typo. That's actually what the cheap Chinese tool said on the package. That's how you know that it's a quality tool. I've also cut the arms that will connect the two angle iron beams together to form the base of the crib. It would be really nice if I had a cut-off saw to do this, or even if the battery was charged in my sawzall. Alas, neither was the case so the situation required the trusty ol' hacksaw. There are brackets already attached to one end of each of the beams on which the headboard would normally be fastened. This will be a handy way of attaching the 2x4's to one end of the base. The other end will require that I fabricate and weld a bracket on for the same purpose. For the bracket I'll just use the angle iron that I cut from the cross beams earlier. That's all for part one. Stay tuned for part 2 where I discuss the perils of drilling without properly fixturing the workpiece, and how much it hurts to be hit in the testicles by a rapidly spinning piece of angle iron.
Friday, April 06, 2007
From guns to cars: Using advanced polymers from firearms to fabricate parts for my RC car.
While I wait for some replacement parts to arrive from Tower Hobbies I've decided to fabricate some parts for my old RC10. I decided to use some plastic parts from work that are otherwise going to be thrown away. They are made out of a polymer called polyphtalamide which is a relatively new polymer that is most commonly used in the automotive industry. Lee and I decided to use it because of it's dimensional stability and stiffness. That, and we found that a high priced European r
Remote Control Carnage
Tuesday, December 12, 2006
PIC Programming
I've been trying to figure out how to program Microchip's PICs in order to create peripheral devices for the BOE-Bot such as stepper motor drivers and such. This has proven to be much more difficult than I had hoped. Apparently I need to get a degree in computer science to be able to achieve this. That, or I need to spend around $250 on a PICbasic Pro compiler to match the ease of use of the Basic Stamp. I've been trying to learn C but I haven't found any helpful websites that teach C programming as it applies to PIC devices. Perhaps I'm just being impatient and want it all to be uber simple like the Basic Stamp. Hopefully sometime soon there will be an open source Basic or Pbasic compiler for PICs. Then I can accomplish what I want to do without having to pay college tuition to advance my hobby. I've got to surf some more forums to see if I've missed one where someone writes tutorials that apply to beginners with little or no experience programming... wish me luck.
Wednesday, October 18, 2006
Sparkfun's Triple Output LED RBG on the BOE-bot
I bought a few doo-dads from sparkfun.com a while back and finally got around to playing with the triple output LED. It works like any other LED only it has four leads instead of two. I always forget what is the anode and what is the cathode, but regardless it has one lead that goes to ground and the others go to the output leads from the BOE-bot, with a 470 Ohm resistor to drop the voltage down to a level that won't fry the LED. Please note that the red portion of the LED had a lower max voltage than the green or blue. I ignored this and used the same LED circuit I had used in a previous BOE-Bot LED excersize. It hasn't killed the LED yet so I think it will live. Anyway I wrote a little code using pulse width modulation to fade from one color to another. It works pretty well. I'll see if I can post the video I took of it working. See the code below:
'RGB LED Changer
' {$STAMP BS2}
' {$PBASIC 2.5}
counter VAR Word
DO
FOR counter = 1 TO 100
PULSOUT 9, 1000 - (10 * counter)
PULSOUT 11, 10 * counter
PAUSE 5
NEXT
FOR counter = 101 TO 200
PULSOUT 11, 1000 - (10 * (counter - 100))
PAUSE 5
PULSOUT 10, 10 * (counter - 100)
PAUSE 5
NEXT
FOR counter = 201 TO 300
PULSOUT 10, 1000 - (10 * (counter - 200))
PAUSE 5
PULSOUT 9, (10 * (counter -200))
PAUSE 5
NEXT
LOOP
'RGB LED Changer
' {$STAMP BS2}
' {$PBASIC 2.5}
counter VAR Word
DO
FOR counter = 1 TO 100
PULSOUT 9, 1000 - (10 * counter)
PULSOUT 11, 10 * counter
PAUSE 5
NEXT
FOR counter = 101 TO 200
PULSOUT 11, 1000 - (10 * (counter - 100))
PAUSE 5
PULSOUT 10, 10 * (counter - 100)
PAUSE 5
NEXT
FOR counter = 201 TO 300
PULSOUT 10, 1000 - (10 * (counter - 200))
PAUSE 5
PULSOUT 9, (10 * (counter -200))
PAUSE 5
NEXT
LOOP
Thursday, August 17, 2006
Cheese Stuffed Hamburgers
I know, I know, Kraft had this on a commercial. So it isn't an original idea. Maybe I just wanted to document my attempt at it. Is that alright with you? Why are you so judgemental? Here it goes:
Step 1
You need to add some junk into the ground beef to add flavor and help retain the moisture. Here I add breadcrumbs, my special spice mix, Worcestershire sauce, salt and pepper.





Step 2
To keep it all together and reduce the amount of melty cheese that escapes from the tasty burger, add an egg to the mixture.
Step 3
Mix it altogether. Yeah sure, you could use that fancy Kitchenaid mixer that sits on your counter begging you to turn it on and let it make some delicious foods with it, but where's the adventure in that? I say, put your grubby hands right in there and mix it together like a real man.

Step 4
Give some meat to the dog. Seriously, he's been staring at you with his crazy eyes for a while now and your starting to be more than a little frightened.
Step 5
Roll the meat into little balls and then press flat into thin meat discuses... diski?

Step 6
Fill with glorious cheese. Yes, that is cheese. No, it isn't butter. Mmm, butter burgers.

Step 7
Place meat discus B atop discus A.

Step 8
Pinch around the edges of the diski to seal the goodness.

The result is some bigass meat patties that look like normal hamburgers, but lurking inside is a cheesiness that will shock and amaze you.
Step 1
You need to add some junk into the ground beef to add flavor and help retain the moisture. Here I add breadcrumbs, my special spice mix, Worcestershire sauce, salt and pepper.





Step 2
To keep it all together and reduce the amount of melty cheese that escapes from the tasty burger, add an egg to the mixture.
Step 3Mix it altogether. Yeah sure, you could use that fancy Kitchenaid mixer that sits on your counter begging you to turn it on and let it make some delicious foods with it, but where's the adventure in that? I say, put your grubby hands right in there and mix it together like a real man.

Step 4
Give some meat to the dog. Seriously, he's been staring at you with his crazy eyes for a while now and your starting to be more than a little frightened.
Step 5Roll the meat into little balls and then press flat into thin meat discuses... diski?

Step 6
Fill with glorious cheese. Yes, that is cheese. No, it isn't butter. Mmm, butter burgers.

Step 7
Place meat discus B atop discus A.

Step 8
Pinch around the edges of the diski to seal the goodness.

The result is some bigass meat patties that look like normal hamburgers, but lurking inside is a cheesiness that will shock and amaze you.
Saturday, June 17, 2006
DIY 5G Ipod USB Charger
I've seen several USB charger projects online and these work well for most devices that charge off of USB, but never quite worked for my fifth generation Ipod. Most of these chargers are
based off of the LM7805 voltage regulator, in order to step a voltage down to the 5V required for USB. What these designs lack is the data in-out signal that tells the 5G Ipod that it is a high power USB outlet. I recently found a suggestion online to use 4 equal resistors to make a voltage divider to supply a 2.5V signal to each data line on the usb connector. Check out the thread where I found it here for more details. Anywho, I used the bread board on my Parallax BOE-Bot to prototype the circuit for testing. You may notice that there is no LM7805 on this circuit. That's because the BOE-Bot has one integrated into it, which sped up my testing. After verifying that I did
indeed get 2.5V on the data lines I plugged in the Ipod. Previously the Ipod needed to be reset in order to charge on such a circuit, but now it charges as if it were plugged into a real USB outlet. Now I just need to figure out if the LM7805 will hold up to the rigors of being wired into my truck's 12V power so that I can make a charger to integrate into the Ipod car dock that I'm slowly designing.
based off of the LM7805 voltage regulator, in order to step a voltage down to the 5V required for USB. What these designs lack is the data in-out signal that tells the 5G Ipod that it is a high power USB outlet. I recently found a suggestion online to use 4 equal resistors to make a voltage divider to supply a 2.5V signal to each data line on the usb connector. Check out the thread where I found it here for more details. Anywho, I used the bread board on my Parallax BOE-Bot to prototype the circuit for testing. You may notice that there is no LM7805 on this circuit. That's because the BOE-Bot has one integrated into it, which sped up my testing. After verifying that I did
indeed get 2.5V on the data lines I plugged in the Ipod. Previously the Ipod needed to be reset in order to charge on such a circuit, but now it charges as if it were plugged into a real USB outlet. Now I just need to figure out if the LM7805 will hold up to the rigors of being wired into my truck's 12V power so that I can make a charger to integrate into the Ipod car dock that I'm slowly designing.
Saturday, April 08, 2006
We've got ants in our pants!!! Or our porch.

Carpenter ants that is. Lots of them. Tens of thousands perhaps. Lots. We called Terminix and a guy named Steven came out to kill our bugs(I know that isn't very DIY but those guys can use better poisons). Anyway I ripped off some of the wall board and revealed what Steven says is the second largest nest of carpenter ants that he's ever seen. Man I hate being second... most of the time. So Steven sprayed lots of poisonous stuff and killed all of the ants we could find, but I'm sure as I do more demolition on the porch that I will find more of these lovely creatures. I can't wait.
Wednesday, February 22, 2006
Hello Toyota Tacoma

OK, I haven't gotten the Tacoma yet so I hope I'm not jumping the gun just yet, but I'm excited. I grabbed some pics off of the dealer's site so everyone c
an see what it looks like. Pretty sweet, eh? It has BF Goodridge All Terrain TA/KO's on it and everything. Those are just the tires that I'd put on if I were't so cheap. My best friend Jon and I went many places we never thought possible atop four BFG's, ignoring the fact that those were considerably bigger and being powered by a Chevy V-8, and I can't wait to see where these can take me. Most likely just to work and back several hundred times, but nonetheless, they look pretty badass don't they? Yeah, I thought so too.

