HamShield

Some time ago I posted that I’ve been involved in a Kickstarter to create a ham radio shield for the Arduino platform. That project is called HamShield, and is now complete and the boards have been shipped to the Kickstarter backers.

I decided to take my board, and 3D print a box for it, to make a portable APRS tracker I could take down with me to Black Rock.

A home etched GPS board, and some 3D printing time later, I had a nifty little box.

IMG_4119 IMG_4120Just one example of many of potential uses for your HamShield board!

Posted in 3D Printing, Electronics, Ham Radio, Technology | 2 Comments

2016 Balloons Launch

Launch happened the morning of Saturday, May 21st. We had one launch from Moses Lake, WA, which reached approximately 18.5km in altitude. While this is lower than we normally expect burst heights, student experiments were successful. 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

Part Organizer

With all the electronics projects I do, I’ve ended up with a lot of very small spare parts that are hard to keep track of. Previous to now, I’ve kept them in a large number of small bags from the supplier, randomly strewn in a box, which made it very hard to know what I had, or find a specific part I needed.

I decided to inventory all the parts into a spreadsheet, so I’d know what I had, and then organize the parts into small vials so I would be able to find the specific parts I needed.

To keep the vials themselves organized, I set to building a case to keep them all in, and 3D printed a number of trays to keep the vials organized and upright inside the case.

Starting with some hobby wood from the local box store, I set to making two halves of the case.

IMG_4061 IMG_4062 IMG_4065

While I was working on that, the 3D printer was churning out a number of small trays to hold the vials.

IMG_4066 IMG_4067

Finally, after staining the box, attaching the hardware, and putting all the trays/vials in, the box is complete.

IMG_4070 IMG_4071

And now I know all the parts I have, and can easily find them when needed, in a beautiful custom wooden case.

Posted in Electronics, Projects, Random | Leave a comment

Awards

I’ve been holding onto some trinkets from a work event some time ago, in anticipation of finding a proper use for them. The other day I decided the most befitting use would be to incorporate them into an award to be passed around the team at work recognizing the individual who is most deserving that week.

I took a bit of 2×4 wood, sanded and stained it, mounted the trinkets to it, and stamped a brass plaque on the front.

I think the newly created Lotus Appreciation Award came out pretty well.

IMG_4045 IMG_4046

Posted in Art, Random | Leave a comment

Homebrew GPSDO

I’ve had an older HP 10544A ovenized crystal oscillator laying around for some time now, waiting for a good project to be put to use. It’s a high precision frequency source that fell out of spec and was pulled from other test equipment.

IMG_3965

The first question if I was going to re-use this part, is why it fell out of spec to begin with. These crystals are inside an insulated case with a heater that keeps the crystal at a constant, hot temperature. The problem could lie with the crystal itself, the circuitry supporting the crystal, or with the oven maintaining a stable temperature for the crystal. In this case, hooking it up, and doing some quick measurements showed that the oven wasn’t turning on properly, and if the crystal never gets warm, it will never be at the specified frequency.

After opening it up and doing some digging around, it became clear that the thermistor, which measures the temperature to control the heater, had gone bad, and always read that the oven was very hot, so the heater would never turn on.

IMG_3971

After replacing the thermistor, the heater started working again as expected, so I was ready to use the crystal as the oscillator for a homebrew GPSDO.

A GPSDO or GPS Disciplined Oscillator, is a combination of a local oscillator like this crystal, and a high quality GPS receiver, which allows you to combine the best timekeeping aspects of both. The crystal will be very stable over the short term, but over longer time periods may drift, whereas the GPS may hunt around a bit in the short term, but over the long term, GPS is incredibly accurate, as it’s sourced by atomic clocks on the ground and on the satellites. Combining the two lets you take the short term stability of the crystal, and use the long term stability of the GPS to “push” the crystal to stay on target and avoid the drift.

I set to work gathering together the components I’d need to build the overall device, a power supply, the GPS, the Crystal, and a processor to measure the crystal and GPS, then adjust accordingly.

IMG_4016 IMG_4036

I used an Arduino Due to handle all the measurement and processing, as it has some very fast, and capable timing functions, and packaged everything up into an aluminum box I grabbed from the local electronics hobby store and painted.

I’m still working on the code, and doing some final tweaks to the hardware to get everything just the way I want it to be, but now it’s just a matter of *time* till it’s done.

Posted in Electronics, Projects, Technology | 1 Comment