This week, Editor-in-Chief Elliot Williams and Managing Editor Tom Nardi link up through the magic of the Internet to go over some of their favorite stories from the last week. After revealing the bone-chilling winners of this year’s Halloween contest, the discussion switches over to old-timey automatons, receiving deep space transmissions with a homebrew antenna that would make E.T. proud, and the treasures that can be found while poking around in a modern car’s CAN bus.
They’ll also go over how NASA saved the taxpayers a bunch of money by hacking a remote controlled WWII tank, CNC controlled microscopes, and a cinema-quality camera you can probably build from what you’ve already got in the parts bin. Finally, they’ll detail an ambitious effort to recreate an old computer’s motherboard with a new feature in KiCad, and muse over all the interesting things that become possible once your test equipment can talk to your computer.
Check out the links below if you want to follow along, and as always, tell us what you think about this episode in the comments!









The build uses a pair of stepper motors to control the hands, a simple choice for accurate and reliable motion control. A Microchip PIC18F24J50 serves as the brains of the operation, chosen for its built-in RTC module and the fact that it has plenty of IO for controlling stepper motors. The built-in RTC is programmed with calendar information for the next 100 years, so there is no need to adjust the clock for leap years on the regular. The top hand of the wall calendar is driven in an arc to show days of the month, from 1 to 31. The bottom hand similarly steps through the 7 days of the week. If you’re unfamiliar with the concept of retrograde hands, they’re simply hands that sweep in an arc instead of moving in a whole continuous circle.