4th of July Flags

I really wish I had a boat. There is not much that fills me with a sense of Americana than seeing an old wooden boat flying the Stars and Stripes. I’m not certain what it is about US Flags on boats, but it is pretty awesome.

To a lesser degree, I take great pride in seeing American Flags on front porches. The good old Red White and Blue almost chokes me up…so too (to a lesser extent) do car flags, but that is a topic for later discussion.

nice

so heroic

I’d love nothing more, than to be out on Fort Peck or Canyon Ferry on a boat of some nature, cruising along with a flag cracking in the breeze. I could easily afford a Jet Ski, but the whole flag effect would be diminished. Maybe jury rig a car flag onto the handle bars of an old stand-up machine…doesn’t really have the same effect or street credibility as you can exude if you are a boat owner.

Our plans for this Fourth are still yet undecided. You had better believe that I will have a flag next to the Bell camper, and a cooler full of tasty OML. Maybe a few hot dogs…if there is room.

22 Degrees Solar Halo

I took a spin outside for a brief reading session on my lunch break yesterday. I’m glad I did, as I was treated to a little optical phenominon action…in the form of a 22 Degree Solar Halo. FTW.

I’m posting some pics I snapped…I’ll toss in the full write-up soon.

dang

cool

number 1

inverted

I inverted the colors of that last pic, quite obviously. That will be my template, so to speak, on which to wax nerdy in a Physics-y kind of way. Stay tuned.

Video Card Mania

At the risk of sounding like a grumpy (thirty year) old codger and really dating myself, I’m going to go ahead and wax sentimental for a second. We had an Atari way back in the day. Way back, as in I thought it was called a “Natari.” It was awesome. My two favorite games… Frogger, maybe of course, and an obscure game called Gopher. Gopher involved whacking gophers on the head with a shovel as they tried to eat your carrots, which you planted as a stork dropped seeds. No way to win…just hold off the gophers until you go insane.

Aah, the good old days.

atari

anyone? anyone?

Don’t get me wrong, I’m all about my Wii. Every once in a while, it is good to take a step back from the buzz and take a look at the state of things. I’m going to wager that *most of the games thrown out to the market are not even slightly as rewarding to the player as Frogger, Gopher, or Pong for that matter. It is easy to get wrapped up in new things…super easy. It is often hard to qualify, when everything is marketed to its quantified value.

The same exact thing holds true for my dear computers. I always want a new one. If not a new one completely, I want more RAM, a better video card, a meaty hard drive, etc. Even though I spend most of my time hammering out paid posts such as this, for some odd reason I think I need something that can store the Library of Congress and play two first person shooters simultaneously. It is a problem. Let’s focus on computer video cards for a moment, to illustrate my point.

I could, without a doubt, get by with a budget video card. Like this little guy:

bad

the price is right

However, my tech ego dictates that I look at things like this monstrosity:

bad

the price is wrong


…and, I’m drooling a little.

I don’t need that…if you do, hit that link up there and check them out. I’m going to play some Wii.

Kodak Easy Share

I’m writing this post on the road. Opera Mini is what it is… It certainly is not a blogger’s smoothest means of posting content. That said, another day another dollar; there are paid posts to write. Like this guy about Kodak cameras.

easy

easy breezy

The posting tool isn’t optimum, but the timing is right. We made it to Helena without our trusty
easyshare digital camera. I should say the ‘we’ with a disclaimer, since it is a bright pink Kodak Easy Share. Color aside, I love the thing. The picture quality is super, and the user interface is super easy to use to boot.

I’d you haven’t tried Kodak cameras in the past few years, you should give one a shot before buying another brand. They really have focused on usability instead of the bells and whistles, and have the best easy-to-use product on the market. They still have the features that the average consumer wants, but leaves out the type of additional stuff that is largely unused by most.

Check one out. They are fairly inexpensive now, and give you a ton of bang for your buck.

Bonus LED Action

Aftermath of my last Arduino session in my garage/workshop? Bonus LED action.

bonus

bonus LED action is bonusy

It turns out my florescent lamp was pretty weak…the 7 O’Clock sun put it to shame, in the day-after mess of my ‘lab.’

Indirectly awesome.

***ADDITIONAL BONUS MATERIAL***

See if you can spot the following

* Netbook
* Notebook
* Zoot Badge
* Solar Panel
* USB cord
* Table
* Cardboard Box
* Other Random Electronics Crap

Good Luck!

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.