Home Made Lightbulb Is A Fun Proof Of Concept

home made lightbulb

Do you ever look at some of the most classic and world-changing inventions and think, “Darn, I totally could have invented that if I was born 100 years ago!”. Sometimes its a lot of fun to try to recreate these inventions making use of period-accurate materials — like this jar-based carbon filament light bulb!

The project is made out of simple household materials that you probably already have. A jar, some pencil lead, a clothes hanger, some nuts and bolts, a bit of silicone, piano wire and a bit of JB weld. The only thing you might not have is some compressed CO2 — unless you have a kitchen fire extinguisher, a paintball gun, or one of those home-made pop carbonation machines… Alternatively you can just buy some dry ice and let it sublimate in the bottle before you seal the bulb.

No fancy tools are needed (except for an air nozzle for filling the bulb), and it’s not too difficult to construct. The trickiest part is probably drilling small holes through the screw, but if you choose nice brass screws it’ll be quite easy to do.

Once it’s all assembled, plug it into a car battery and enjoy your inefficient 1-lumen light bulb! Still — pretty fun experiment!

A Simple Commodore 64 Cart Dumper

c64

While [Rob] was digging around in his garage one day, he ran across an old Commodore 64 cartridge. With no ROM to be found online, he started wondering what was stored in this ancient device. Taking a peek at the bits stored in this cartridge would require dumping the entire thing to a modern computer, and armed with an Arduino, he created a simple cart dumper, capable of reading standard 8k cartridges without issue.

The expansion port for the C64 has a lot of pins corresponding to the control logic inside these old computers, but the only ones [Rob] were really interested in were the eight data lines and the sixteen address lines. With a little bit of code, [Rob] got an Arduino Mega to step through all the address pins and read the corresponding data at that location in memory. This data is then sent over USB to a C app that dumps everything in HEX and text.

While the ROM for just about every C64 game can be found online, [Rob] was unlucky enough to find one that wasn’t. It doesn’t really matter, though, as we don’t know if [Rob] has the 1541 disk drive that makes this cart useful. Still, it’s a good reminder of how useful an Arduino can be when used as an electronic swiss army knife.

Old Laptops, Modems, And The Hackaday Retro Edition

We haven’t been getting very many submissions of extremely old computers loading up the Hackaday Retro Edition in a while. For shame. Thankfully, [alnwlsn] is here to pick up the slack from the rest of you with his latest accomplishment, getting two old laptops on the Internet with some old telecom equipment.

The first is a Toshiba from about 1995, Pentium processor, 12 MB of RAM, and a 10 GB (!) hard drive. [aln] had a PCMICA modem sitting around, and with Windows 95 and IE 5.5, he was able to slowly connect.

Pentium class machines are okay, but the next one – a Zenith Data Systems laptop from about 1987 – is awesome. 80C88 CPU, two 720k floppy drives, and the exact amount of RAM in that quote falsely attributed to [Bill Gates]. [alnwlsn] is connecting with a 28.8k modem, but the serial port only supports up to 9600. It’s a computer so old, even the retro edition’s main page times out. The about page, though, loaded fine.

[alnwlsn] used a modem with both of these laptops, but he doesn’t have dial-up or even a landline. This forced him to make his own line simulator that requires plugging in the phone line at the right time, manually ringing a modem connected to another computer, and letting PPP take it from there. It’s a crude circuit, but it works. slow, but it works. Video below.

Continue reading “Old Laptops, Modems, And The Hackaday Retro Edition”

MIDI And Vintage FM Synthesis

FM

Before the days when computers could play and record audio that far surpassed the quality of CDs, sound cards were very, very cool. Most audio chips from the 80s, from the Commodore SID is pretty much a synth on a chip, but you can also find similar setups in ancient ISA sound cards. [Emilio] pulled one of these cards with an ADLIB OPL2 chip on it, and used a PIC micro to create his very own FM synthesis synth (IT, translatatron, although Google is screwing up the formatting).

The Yamaha YM3812 chip, otherwise known as the OPL2, was a fairly complete synthesizer in a very tiny package using FM synthesis for some very unique sounds. Once [Emilio] had the PIC sending commands to the sound chip, he added MIDI support, allowing him to play this vintage ‘synth on a chip’ with a keyboard instead of a tracker.

Judging from the video below, it sounds great, and that’s with [Emilio] mashing the keys for a simple demo.

Continue reading “MIDI And Vintage FM Synthesis”

global transmission logo with earth in the background

Ask Hackaday: Global Energy Transmission – Can It Work?

Atop a small mountain in Colorado Springs sat the small, makeshift laboratory of Nikola Tesla. He chose this location because the air was thinner, and therefor more conductive. Tesla had come to believe that he could use the Earth as a conductor, and use it to send electrical power without the need for wires. Though some facts are forever lost, it is said that on a clear, moonless night, Tesla flipped the switch that fed millions of volts into a large coil that towered high into the air. He cackled maniacally as an eerie blue corona formed around the crackling instruments, while some 200 florescent bulbs began to glow over 25 miles away.

A magnificent feat took place in the hills of Colorado that night. A feat that surely would change the world in how it harnessed electricity. A feat that if brought to its full potential, could provide wireless power to every point on the globe. A feat that took place almost one hundred and twenty years ago…

 

Continue reading “Ask Hackaday: Global Energy Transmission – Can It Work?”

The Raspi GameBoy For The Rest Of Us

We’ve seen quite a few casemods that stuff a Raspberry Pi into a Game Boy with all the required to turn it into a very cool portable Pi and retro gaming device. Most of these builds use a modified 20-year-old Game Boy for the enclosure, and if you have an attachment to your old green screened friend, you might not want to cut it up for a Pi project. [Noe] over at Adafruit has a solution – a 3D printed Game Boy enclosure that turns a Pi and TFT screen into a barely pocketable Raspberry Pi, with all the buttons and batteries required for taking an installation of RetroPi on the road.

The PiGRRL, as this build is called, uses the Adafruit touchscreen TFT kit for the Pi, effectively turning the Pi into a very tiny tablet. This allows for normal desktop interaction with the Pi, and it’s also small enough to fit in the smallest of enclosures.

The 3D printed enclosure is the star of the show here, allowing complete access to most of the Pi’s ports, while allowing enough space in the rest of the enclosure for a largish battery, charging circuit, and buttons taken from an SNES controller.

The end result is a very usable portable Pi that just happens to be in the perfect form factor for loading up a few ROMs and playing some classic video games. Video below.

Continue reading “The Raspi GameBoy For The Rest Of Us”

C64 Emulator For The Arduino Due

c64

Almost a year ago, [miker00lz] started a thread on the Arduino forums telling everyone about a 6502 emulator and BASIC interpreter he wrote for an Arduino Uno. The chip inside the Uno isn’t a powerhouse by any means, and with only 2KB of RAM it’s far less capable than just about any computer from the 70s. Arduino works on a lot of different chips, though, and after a few months, [Jan] turned an Arduino Due into a Commodore 64 emulator.

[Jan]’s code isn’t limited to the DUE, and can be used with any chip with enough memory. If you’re feeling fancy, you can connect a TFT display for all the vintage goodness of PETSCII graphics, all while running a faster BASIC than the very stripped down EHBASIC.

Because the emulator is using software to talk to the outside world, it should be possible to use this project to interface with the cooler chips found in Commodore machines – SIDs for one, but also the cartridge port for some vintage Ethernet goodness. It’s not even limited to Commodore machines, either: the POKEY chips found in Atari 8-bit micros are seriously underutilized in the chiptune and demoscene, and having modern hardware to play with these chips couldn’t hurt in the slightest.

Continue reading “C64 Emulator For The Arduino Due”