Mid-Morning Snack Attack

Wheat Thins are boring, by design. What is a guy to do, when at work with a bunch of boring-ass W Thins?

Easy. Arrange the hell out of the stupid little things and hot snauce them up. Hot snauce the crap out of them.

red lobster

CHOMPCHOMPCHOMP

Here, I went for a crude lobster formation.

If you get a little crazy with said hot snauce, don’t worry. I spent the rest of my afternoon with a small red snauce stain on my yellow notepad. Either my co-workers failed to notice, or thought I was crazy and avoided a rambling culinary pep talk.

+1 Spicy

Servo Schmervo… Arduino Sweep

In preparation for the impending shit-storm that will consist of me, a soldering iron, and dozens of small, fragile components, I decided to see if I can actually get my Arduino to talk to a servo. Well, it turns out that the code is not the issue.

The built in servo library is pretty easy to tackle. A little bit of analogue, a little bit of digital, a little bit of shameless self promotion…

sweep

shameless plug

sweep

messy

Step one…check. I can sweep through 180 degrees. Can I solder to save my ass (and semi-valuable electrical components)…time will tell.

Also, I’m post dating this post. Happy B-Day Betsy.

Arduino Solar Cell Input

Here we go. As I mentioned a few days ago, I’m horsing around with analog input to my Arduino, in the form of input via a solar cell. For the win. It turns out, that I’m getting far better with my casual electronics experimentation…I will chalk this one up as a win.

My basic set-up is this…Radio Shack solar cell, breadboard, florescent light source, Arduino, and a notebook.

Step 1) gauge light source via multimeter.

test

one point twenty-one gigawatts

1.7 V…no need to toss in a resister, as the Arduino can handle 5V without issue. Good to go.

Step 2) Interface with Arduino via breadboard.

setup

breadless soldierboard

This could have been a direct setup, but for the sake of not soldering a solid lead to my solar cell array, I chose to twist the crap out of the existing + and – leads of the wire outs on the unit, and cram them into the breadboard. USB connected to the Arduino, of course

Step 3) Chop in some code for the Arduino. This was the tricky part…not that tricky, however:

~~code snippet time~~

void setup() {
Serial.begin(9600); }
void loop() {
int v = analogRead(0);
Serial.print(v);
Serial.print(‘ ‘);
delay(900);
}

~~~end code snippet time~~~

enhance

enhance...enhance

Note the lack of comments? I’m a flipping math dude, so that is wholly optional in my book. Long story short, Wiring is a stripped cousin of C++…I have to void setup and loop here, since I am not concerned with anything once I let ‘er rip. I will touch on the programming specifics at a later date, but inquiring minds can find this info quite easily on the Arduino project’s main page, or on Wikipedia. Knock your socks off. I added the delay for sake of real-time monitoring, and matched the baud rate to which I had configured my USB connection. ttyUSB0 would be that in question…9600 would be the rate.

Step 4) Read input via serial monitor.

solar

those figures average out to 'awesome'

As you can see, it is pretty much constant, with some fluctuation due to my set-up. Noisy, yes. Cheap components, yes.

Step 5) Testing ‘zero’ state. Here, I have employed my box of smokes. American Spirit Lights, to be precise.

cigs

Yellow Box of American Spirits...A Labritory Must-Have

Step 6) Gauge system.

Here, I’m altering between ‘on’ and ‘off’ states. I start with the ‘off’ (smokes on solar panel) configuration for a time, remove the box to open the system to ‘max input’ for appx 7 secs, and then place the box to remove the input energy.

for the goddamned win

FOR THE WIN INDEED

Most definitely for the win…with the experimental noise, that could be considered effectively zero. For the win.

In summation, I have read in analog, as intended. Lessons learned? Pretty straight forward I suppose. My cheap-o solar cell is rated for a max of 6V, which I was far under. If I was to use this setup with a stronger light source, I would need to take this into consideration. I didn’t perform any data transformation, as I was not concerned with ‘actual voltage input values’ in this case…merely relative. Most importantly, I was able to knock out the task I had set out to do. Hopefully, I can ride my EE high and get cranking on something awesome, like a netbook robot. With some lasers.

Sinks are the New Tubs

I am an amateur plumber. Amateur plumber EXTRAORDINAIRE.

Not really though…my last experience with plumbing involved thirty feet of plumber’s snake and a horribly corroded, angled, 60 year-old, cast-iron pipe to the plumb-out.

Not that I’m venting, or anything.

Regardless, I’ll turn that lemon into some lemonade. To the max. I have a great deal of respect for some awesome (and functional) kitchen set-ups. When putting together a dynomite kitchen setup, step one is to figure out how to incorporate some stainless steel sinks. Note the plurality…there is no such thing as a ‘too many sink’ situation.

Peep this…

steel

blue steel...breathtaking

I’m jealous. No kidding. That good looking fella pictured above is a Mr Direct sink. We have a remodel looming on the horizon, obviously. I’d gladly shell out some loot for a sink of that caliber…and by caliber, I both mean the high quality of the sink, and of the width of the steel, or the ‘caliber’ of the metal.

Sinks FTW, Austin Powers quote in 2010 FTL. You win some; you lose some.

Einstein’s Desk

My pretend homeboy GW tossed up a post over at geekologie[dot]com with a pic of my favorite Albert’s desk when he croaked.

SWANTRON = MC^2 = E

SWANTRON = MC^2 = E

Not too sure what that dark-looking whiteboard is all about. Or, what those odd-looking paper-like laptops are all about. Must be some sort of sick-ass supercomputer laptops, of sorts.

Proast. For real. Read some special relativity…incredible. Very approachable, to boot. Einstein, FTW.