Hackaday Podcast 052: Shorting Components, Printing Typewriter Balls, Taking Minimal Time Lapse, And Building A Makerspace Movie Prop

Hackaday editors Elliot Williams and Mike Szczys recap a great week in hardware hacking. There’s perfection in the air as clever 3D-printing turns a button and LED matrix into an aesthetically awesome home automation display. Take a crash course in RF modulation types to use on your next project. Did you know the DB-9 connector is actually a DE-9? Building your own underwater ROV tether isn’t as simple as it sounds. And Elliot found a treasure trove of zero-ohm jumpers in chip packages — what the heck are these things for?

Take a look at the links below if you want to follow along, and as always tell us what you think about this episode in the comments!

Take a look at the links below if you want to follow along, and as always, tell us what you think about this episode in the comments!

Direct download (60 MB or so.)

Continue reading “Hackaday Podcast 052: Shorting Components, Printing Typewriter Balls, Taking Minimal Time Lapse, And Building A Makerspace Movie Prop”

Browsing Modern Day BBS On The Epson PX-8 Laptop

As you read this, there are still people chatting away on Bulletin Board Systems all over the world. Running on newly written software and without the need to actually use a dial-up modem, these (slightly) more modern takes on the BBSs of yore can be compelling diversion for those who might want to decompress a bit from contemporary social networks.

[Blake Patterson] is one of these people, and he writes in to tell us about his recent experiments with using a particularly gorgeous example the Epson PX-8 “Geneva” laptop on modernized BBSs. The form factor of the device makes it a fairly convenient client for chatting, despite the somewhat unusual screen. Luckily, modern BBS software is able to cope with the PX-8’s 80 character by 8 line LCD display, it’s just a matter of getting the thing online.

The trick is tethering the PX-8 to a Linux machine as a serial terminal. [Blake] had to build a serial cable for the laptop, and then used a basic USB-to-serial converter to get it connected to a Raspberry Pi. Once you’ve logged in over serial, you can simply fire off a telnet command to connect to the BBS of your choice. In the video after the break, he demonstrates what it’s like browsing and chatting on a BBS using the PX-8. The screen certainly takes a bit of getting used to, but actually works fairly well given the nature of the BBS interface.

[Blake] recently gave us a look at a Wi-Fi “modem” for retro computers based on the ESP8266, if you’d rather cruise your favorite BBS without a dangling Pi.

Continue reading “Browsing Modern Day BBS On The Epson PX-8 Laptop”

Cable Butchering For Logic-Level Serial

Early PCs and other computers had serial ports, sometimes as their main interfaces for peripherals. Serial ports still survive, but these days they are more likely to have a USB connection into the main computer. However, when you are working with a microcontroller, you probably don’t want a proper RS232 port with its plus and minus 12 volt signals.

You can get converters that specifically output logic-level signals but you probably can’t pick one up at the local office supply store. They might, though, have a normal USB to serial cable. [Aaron] had the same problem so he hacked into a cable to pull out the logic level signals.

On the one hand, hacks like this are a good inspiration for when you have a similar problem. On the other hand, you probably won’t wind up with the same cable as [Aaron]. He got lucky since the board inside his cable was clearly marked. Just to be sure, he shorted the transmit and receive lines to see that he did get an echo back from a terminal program.

Unsurprisingly, you can also repurpose an ESP8266 to perform this same task. Or, you can use a cable as an I/O device.

DIY $6 Serial Cable For Vintage Apple QuickTake Cameras

diy-serial-cable-for-vintage-apple-cameras

Knowing he was a guy who liked electronics and taking things apart, one of [Erik]’s friends sent him a vintage Apple QuickTake 100/150 digital camera as a bit of a joke. [Erik] enjoyed the gift, but since his friend hadn’t sent the necessary serial cable he really couldn’t do that much with it. He searched online only to discover the cable is very difficult to find these days, and thus very expensive. So, being the handy guy he is, he built his own.

Starting with an Apple MiniDin8 Male cable, he cut off one end and attached the wiring to a RJ45 connector. That got plugged into a modular adapter with a DB9 Female Plug end and wired up. The procedure required no soldering, and cost less than $6. Awesome.

Unfortunately the lack of serial cable isn’t the only problem he faced. QuickTake isn’t compatible with newer Apple computers that use Intel. You have to either have a much older Mac, or use a Windows XP emulator. If that wasn’t bad enough, the cameras only want to save photos in QuickTake file format. Luckily, [Erik] documents how he overcome all these issues in his post.

[Thanks Erik]