Slacklining

Well, this post is very delayed, but oh well. Back in early June, I ordered a new slackline. It’s 200′ long, and should allow for some interesting lines to be set up.

Here’s the required photos.

Note: This image of me slacklining doesn’t actually contain my new line. I had the new line, but this run was not long enough to denote needing it so I used one of my shorter lines.

Posted in Life, Random | Leave a comment

Solar Panels Ahoy!

A little while ago I found a good deal on a pile of solar photovoltaic cells on ebay, so I decided to make myself a solar panel. After getting some tabbing wire, a chunk of plywood, and a chunk of plexiglas, I went ahead with assembling the panel.

To summarize, you connect a bunch of cells together front to back to form strings. Like in this next picture, where there is a string of four cells face down, and some other cells around it, showing the tabbing wire soldered to the front.

After connecting four rows of nine, then connecting those rows together, I end up with the whole setup, which I glued to the plywood, placed the plexiglas sheet over, and sealed it with silicone. This is the final product sitting on my roof.

So now I have a completed panel. However, I’m not sure that it’s producing power at it’s peak capability. I’m thinking that perhaps the plexiglas is blocking UV light which would reduce the amount of power generated by the panel. This is something I’ll have to play with, but for now it’s on my roof, and charges a deep cycle battery that I run one of my ham radios on, as well as some desk lights.

Posted in Ham Radio, Technology | Leave a comment

Purdy Colors

As some of you may have known, XKCD (one of my favorite intertubez sites) has been holding a survey asking people about their gender, and then naming random colors the screen shows you. Here’s a blog post that was made on XKCD concerning the results of the survey. It’s somewhat long, but I do recommend reading it all, there is definitely interwebz gold in them thar blag posts.

XKCD – Color Survey Results

Posted in Random | Leave a comment

Soekris – Part 2

No, unfortunately, I’m not ready to give you guys a tutorial yet. Not because I’m not done setting up the box, more because I just haven’t compiled all the files you need to deal with beforehand to get it loading.

I have played with the functionality of the box though. It seems to be working pretty well on Debian 5. Perhaps in some instances a little slower, but that’s a trade off I’ve made. I chose to install a debian distro because it makes my life a lot easier. I’ve traded making my life easier for a tad bit more “bloat.” Most of the time, this isn’t really noticeable. I mainly notice it when doing things like “apt-get” or “make.” While apt is more specific to debian systems (and derivatives) make is more universal. Mostly it’s just that processor speed is rather low, and debian isn’t the absolute lightest linux distro out there.

Something I’ve noticed thru playing with the box is that the clock is horrible at keeping time. Perhaps it’s just because my box is old, but it probably loses a little more than a second per minute. I had originally thought to solve this with ntpd. This would be a nice solution because it will constantly adjust the clock to keep it as accurate as possible. However, this used about 2M of ram constantly. When you’ve only got 64M to work with, that’s a little much. I settled for a cron job that runs once every fifteen minutes to do a one time ntp time sync. This keeps my clock within a few seconds of accurate time, and saves me some ram.

I’ve also installed lighttpd with php support. I plan on using this box to control some stuff via the GPIO lines, so I’d planned on having a little web interface to do that via. Requires a web server and a scripting language I know. Again, I probably sacrificed a little with php on the performance front, for some ease and familiarity. It doesn’t seem to take too much toll on things, and lighttpd is much lighter than apache.

In response to my mention of the GPIO lines, the soekris boxes have broken out the extra GPIO (General Purpose In/Out) lines to a header. This means that I can connect small/low load devices to the processor, and have linux control them. I’ve been searching ’round the web a bit off and on for the past few days to see how I can gain control of these lines. There were some solutions, but they required building a new kernel with certain support in it, as well as compiling a driver. I found that this was the rather complicated way to do this, and found a simple C program that would take care of this for me, and provide a simple “userland” interface. All I have to do is type

./gpio <pin_number> <on/off>

Anyway, I’ll cover all of this in Part 3 when I actually give the tutorial, and the information on setting all of this up. Look forward to it in the near future.

Posted in Technology | Leave a comment

Random Stuff

Howdy there. I’m not ready with the tutorial about installing debian on the soekris box, so I figure I’ll tide you over with this little image I’ve got here. It came from my spectrum analyzer. Basically, I told it to look at the range that FM radio stations live in, and the lines represent their signal strength at my apartment. I also labeled it so you can actually tell which stations are which. I didn’t both to label the really weak ones that are barely there. Just the main ones.

Posted in Random, Technology | Leave a comment