Business Cards!

I’m the first to admit I’m a sucker for shiny things, and when I first saw Moo.com‘s Luxe papers, I figured that was about the shiniest paper I’ve ever seen.

After something like a year of admiring from a distance, I pulled the trigger and designed a little business card and had it printed on their shiniest of shiny paper.

IMG_2229Now I get to be one of those fancy guys who hands out business cards instead of trying to tell people email addresses/phone numbers. Maybe even fancy enough to wear a monacle…

6wGCVmv

Posted in Life, Random | Leave a comment

2015 Balloons Launch

Launch happened the morning of Saturday, May 30st. We had one launch from Moses Lake, WA, which reached nearly 26km in altitude. We were successful in recovering the payload string, and received good data throughout the flight.

The flight carried a number of student payloads, the 900MHz voice telemetry system, a commercial APRS tracker board, my custom IRIS board.

Posted in Electronics, Projects, Random | Leave a comment

Playing with Logic

I was recently speaking with a friend about my project from a while back, hooking up my GPSDO timebase into a Raspberry Pi to create a Stratum 1 NTP server, and he had run into the same issue I had, where the Pulse Per Second output of the timebase was too short for the Pi to reliably catch.

I had built a small circuit to stretch the pulse out and make the Pi catch it reliably, but I didn’t measure exactly how long it was at the time. So, I figured I would pull out my Saleae logic analyzer I mentioned in a previous post, and see about capturing the pulse to see what it looked like and how long it was.

Using channel 0 on my Logic 4 lets me grab both the digital waveform, and the analog waveform. Triggering on a rising edge, and sampling at 12MS/s, I get a nice pretty output like this:

Screen Shot 2015-05-03 at 08.35.24

You can see pretty clearly that the digital functions read this pulse at exactly 10us, and the analog function looks pretty darn close to that. I put the ‘A’ marker pair on about where the signal leaves the 0V level, and where it returns to 0V, but in reality, most digital electronics are going to read the signal changing from a 0 to 1, or a 1 to 0, at about where the ‘B’ markers are located.

10us is pretty quick, so I’m not surprised that it may not reliably be caught by the RPi. Yet another cool use of the Saleae Logic!

Posted in Electronics, Random, Technology | Leave a comment

DC PDU Project

I mentioned a post or two ago that I was working on a project, and had designed a 3D printable case for it, and that I’d get back to posting about the project itself. So, I’d like to introduce my DC PDU (Power Distribution Unit)!

IMG_1975

The design goals here were to create essentially a remote controllable power strip, for DC powered devices. You have one input port that gets distributed to 8 output ports. Each output is individually controllable, as well as individually senses the power flowing through the port.

PDUs aren’t new devices by any means. There are a large variety of PDUs made by companies like TrippLite or APC. However, these are almost universally AC power devices. These devices are designed to sit in a datacenter or with other information technology, and allow administrators to control power to servers and networking gear remotely.

Let’s imagine that you have a remote location where you have some solar panels, batteries, and your devices run on DC power. If you want to be able to control power to these devices with a PDU, suddenly you need to add an inverter, as well as converters back down to DC power on either side of that PDU. It introduces a lot of cost, and more importantly, a lot of inefficiency. Each of those conversion steps throws away power, and with limited power budgets like you see with many solar setups, these are losses that you really can’t tolerate.

I’ve run into this exact situation with a project I’m working on in the local area with some other folks, so I decided to build a PDU that would work directly on DC power. No conversions needed. The PDU itself would draw very little power managing the logic, and there wouldn’t be any conversion losses.

Combine it with some connectors, and a case, and you have a complete device for managing power at remote locations!

I’ve built a small stack of them so far…

IMG_1871

And printed some cases as well.

IMG_1966

While I built the device to serve my needs, and the local project, I figured it may have broader appeal, so I’ve also decided to try my hand at selling them. I’ve created a store on Tindie, and added my product. https://www.tindie.com/products/nigelvh/dc-power-distribution-unit/

I’ve also made the firmware the runs on the device available on GitHub, so that folks who are interested can modify or contribute to the project, or at the least, if they notice any bugs, they can notify me there so I can fix them and release a software update. https://github.com/nigelvh/K7NVH-DC-PDU

I’ve had reasonable luck so far with selling a unit or two, and I’m hoping that over time I’ll see more sales and word of mouth will spread. If it doesn’t, I built it for my needs anyway, so nothing lost there, and if it does, it’s a nice little bonus.

Posted in 3D Printing, Electronics, Ham Radio, Projects, Technology | Leave a comment

Pacific Northwest Rust

Those of you who live in the Pacific Northwest, particularly along the coast, know that just about anything metal you leave outside will be rusted in very short order. The mild temperatures and moist climate tend to encourage such things.

If the paint on something gets chipped or scratched, you can about guarantee it’s going to be rusting before long. Well, where might you expect to find chipped or scratched paint? On a motorcycle!

We had some decent clear weather recently, so I decided to take the opportunity to try and clean up some of the rust on my motorcycle. Some of it was there due to dropping the bike, or rocks causing chips in the paint, but there was quick a large amount of rust on the rear rack, that seemed to just come with a poor paint job from the aftermarket manufacturer!

IMG_1837

So, I went to work with a wire brush on the dremel tool to try and grind away some of the rust in various little spots on the frame of the bike, and took more expansive rust, like on the rack, to a friend’s house, who happens to have a grit blasting chamber.

After blasting and cleaning and a few coats of spray paint, the rack was looking pretty shiny!

IMG_1857

Now, I didn’t have time to disassemble the whole bike, clean every last bit of rust on the thing, repaint, and re-assemble, but I did cover a lot of ground, and every bit helps in maintaining it!

IMG_1853

Posted in Life, Projects, Random, Vehicles, Weather | Leave a comment