What’s the coolest piece of tech you got the chance to interact with on your job?

Location 57.1511 N, -170.2501 W

U.S. Coast Guard Loran Station St Paul, Saint Paul Alaska. This was a one-month temporary assignment where they needed an experienced transmitter technician to cover while the replacement was identified.

St. Paul is certainly cold. The diesel engines purred, and the transmitter was a wonder of technology. The transmitter’s water cooled F1086 vacuum tubes were the highlight of the tour.

Note: This post is part of DigiKey’s celebration of engineering week. The question was selected from social media feeds.

The coolest piece of tech is the one that inspires you

What would you do on an island 300 miles past the point of nowhere?

One month isn’t a long time. As far as professional duties were concerned, it was appropriate to maintain the status quo to provide continuity for the new technical supervisor.

To keep busy, I purchased the equipment necessary to program the PIC16C71 as shown in this picture. This included a laptop, two ceramic chips, a UV erasure, several books describing the PIC and a collection of parts: some from DigiKey and some from Radio Shack.

Figure 1: Image of the author’s first microcontroller project. The LEDs would move back and forth with a brief tone emitted once every cycle.

For that entire month, I dedicated myself to learning PIC 16 programming. That’s over 100 hours dedicated to a single task. I learned assembly language techniques for functions, jumps, and acceptable program organization.

Years later, I discovered that I had done things the hard way as the very first program featured a timer-based Interrupt Service Routing (ISR). Concepts such as saving the microcontroller’s context (W and status registers) and polling for the source of the interrupt were among the first lessons learned.

The 8-bit Microchip PIC will always be the coolest piece of tech because it was an essential learning process that reshaped the way I thought about technology. In one month, I learned some of the most valuable lessons in electronics that started me on the journey to my current position at DigiKey.

The time spent with the PIC16 microcontroller was as profound as first learning how to compute Ohm’s law. This was also a wonderful lesson in interpreting microcontroller data sheets.

Parting thoughts

The PIC16 is forever part of my story.

I’d love to hear your answer—what’s the coolest piece of tech you got the chance to interact with.

By the way, in northern Minnesota it is perfectly acceptable to end a sentence with a preposition, especially when it’s too cold outside to worry about grammar. We just say, “Do you want to come with?” It’s much easier that saying, “Will you please take a moment to share your story to inspire the future generation of engineers?”

Sincerely,

Aaron

Image of a F1086 vacuum tube which is the hottest piece of technology I have ever worked with.

About this author

Aaron Dahlen, LCDR USCG (Ret.), serves as an application engineer at DigiKey. He has a unique electronics and automation foundation built over a 27-year military career as a technician and engineer which was further enhanced by 12 years of teaching (interwoven). With an MSEE degree from Minnesota State University, Mankato, Dahlen has taught in an ABET-accredited EE program, served as the program coordinator for an EET program, and taught component-level repair to military electronics technicians. Dahlen has returned to his Northern Minnesota home and thoroughly enjoys researching and writing articles such as this.

Interesting story, @APDahlen.
I haven’t seen that type of veroboard before. Seemingly optimized for DIL packages. Didn’t know PICs were once UV-erasable. How did you regulate the supply voltage?

During pre-professional era, the coolest thing for me was probably Z80 (Zilog). Had no chance to play with the actual HW, thus learned the assembler by writing code using paper and pencil. Was dreaming to own one day Luxor’s ABC80, containing the Z80. That never happened. The first CPU to run compiled assembly code was then Intel’s 8085 (on Nokia MikroMikko 1). That was cool as well.
During the professional era the coolest tech piece (so far) is probably HP’s 8510 VNA. Bulky, but fun to use of. A real instrument. A legend.
Cheers, heke

Hello @heke,

Did I hear the Z80 (original form factor) was going to be discontinued? I wonder how many people learned on this chip.

I also wonder how many of today’s student learn assembler.


Back in the "good old days i had one PIC in the project and one under the UV light. The turnaround time between successive programming was about 2 minutes. Never was I so happy as when I changed to flash.

Regulation - 3 AA batteries or a 7805.

The board was from Radio Shack - designed to match their single rail breadboards. This is the same idea as this modern part.

I once visited the HP factory near Santa Rosa California. I don’t remember if they made HP’s 8510 VNA at that facility, but they did have a fiber optics line and a spectrum analyzer line.

Cordially,

Aaron

P.S. Regarding HP, of all the instruments, I’ve spent more time with 5061 and 5071 than any other. Tick tock!

2 Likes