Commodore C16 Resurrection With A Raspberry Pi

[lactobacillusprime] had a non-working Commodore C16 and too many Raspberry Pi computers, so he decided to bring the C16 back to life by emulating it on the Pi. At the heart of the project is the Pi, along with a small board that converts the old style Commodore keyboards (and joysticks) to a USB port.

Once you have the keyboard as a USB port, the rest of the project is more or less mechanics and software. [lactobacillusprime] did a nice job of getting everything in the new case, along with all the I/O wires routed through the existing ports. For software, Emulation Station does the job of launching the Commodore emulation on the Pi.

Of course, there’s no reason to limit yourself to just the Commodore emulator. Emulation Station along with the right back end emulators will allow this machine to play games that no real Commodore C16 could.

Of course, we were happiest to see him boot up Commodore 64 BASIC. Perhaps we should complete all those half finished C64 BASIC projects we started back in the 1980’s. In general, we hate to see old computers gutted instead of repaired, but at least this one will continue running its software. If you are upset about seeing a machine gutted,  you can always switch over to our previous coverage of putting Commodore guts in a new box.

Continue reading “Commodore C16 Resurrection With A Raspberry Pi”

Hacking An SD Slot For WiFi

Back in the 1990’s moving files via a floppy disk was known as “sneaker net.” While floppies are a thing of the past, SD Cards are the modern equivalent and they still lend themselves to sneaker net operations.

But why? WiFi is everywhere now. Wouldn’t it be great if you could hack those devices with SD slots to use WiFi? Apparently 3D printer [extrud3d] thought the same thing and found a way to reconfigure a Toshiba FlashAir card to put his 3D printer on the network.

The card is aimed at consumers, so by default it creates a hotspot and waits for a connection, a rudimentary web app allows you to move files back and forth over the network to the SD card which is then read by the host device. However, [extrud3d] shows how to modify a file on the SD card’s file system to allow the device to hook up to an existing wireless network and also provides a Python script to make the file transfer easier.

Although this hack is for a 3D printer, it ought to work with most devices that have a full sized SD slot (or can be adapted to take a full sized card). Since the hack is nothing more than changing a text file, it is a lot easier than some other SD hacks we’ve covered. Over on hackaday.io, [Chris Jones] has recently done some hacking on the FlashAir and has a list of its shell commands if you want to go beyond the text file hacks.

Continue reading “Hacking An SD Slot For WiFi”

Tiny Robot Shakes Head At You In Disapproval

If you don’t have enough things staring at you and shaking their head in frustration, [Sheerforce] has a neat project for you. It’s a small Arduino-powered robot that uses an ultrasonic distance finder to keep pointing towards the closest thing it can find. Generally, that would be you.

When it finds something, it tries to track it by constantly rotating the distance finder slightly and retesting the distance, giving the impression of constantly shaking its head at you in disappointment. This ensures that you will either unplug it or smash it with a hammer after a very short time, but you should read [Sheerforce]’s code first: it’s a great example of documenting this for experimenters who want to build something that offers more affirmations of your life choices.

Continue reading “Tiny Robot Shakes Head At You In Disapproval”

Covert Cricket Score Tracker Gets Around Office Rules

[Rohit Gupta] was looking for a stealthy way to keep up with the scores for his favorite game: cricket. Unfortunately, his office blocked access to most sites where he could watch the game, so he came up with a covert way to track the score on a small LCD screen. Using a Raspberry Pi and the web scraping program BeautifulSoup, he wrote a program that grabbed the score once a minute, and displayed it on a screen salvaged from a Nokia 5510 cell phone, driven through the Adafruit 5510 Python display library. Web scraping is a technique where a program grabs a web page, scrapes all of the content off it and processes it so only the data that is needed remains.

[Rohit] doesn’t name the web site that he scraped the score from, but there are two good reasons for that. Firstly, this hack relies on his office not blocking it, and secondly, many web sites frown on web scraping like this, as doing it too often can overload their servers, and you obviously don’t see the ads that the site is running. So, it is a technique that should be used with some caution. That aside, this is  a great example of a stealthy way to display information that you want to track, but without obnoxious (and obvious) alerts popping up on screen. And, given that cricket games can often go on for several days, that’s a good way to keep track of the game you love and keep your job.

Need a little primer on web scraping? Check out this guide.

Saving 25,000 Electronics Manuals And Could Use Help

Textfiles.com is the largest repository of BBS archives and digital writings in the world, and admin [Jason Scott] has a nearly single-minded devotion to saving the documents of and relating to our electronic age. Now, he’s in a bit of a pickle. He found 25,000 manuals for all kinds of electronic items. The collection goes back to the 30s, [Jason] wants to save them, and the current owner of the collection needs the space. Have you ever noticed how terrible books are to move?

Included in this collection just outside Baltimore, MD are thousands of manuals for various pieces of equipment going back to the 1930s. There are Tektronix manuals, HP manuals, and instructions and schematics for equipment that hasn’t been made in a very, very long time. [Jason] put up a Flickr gallery of the library in all its glory. There’s bound to be some very interesting stuff in there.

Of course the acquisition of tens of thousands of out of print manuals will never go smoothly. [Jason] needs to start emptying out the shelves on Monday. The current plan is to go through all the manuals, remove the duplicates, and shuffle them over to a storage unit about a mile away until they can be dealt with properly. If you’re around Baltimore, or more specifically Finksburg, MD, [Jason] could use a few hands to clear out this archive on Monday.

Hacking A NRF24L01 Radio For Longer Range

[RonM9] wasn’t happy with his 50 foot range on his NRF24L01 project. The RF had to cut through four walls, but with the stock modules, the signal was petering out after two or three walls.  A reasonably simple external dipole antenna managed to increase the range enough to do the job.

[RonM9’s] instructions show where to cut away the existing PCB antenna and empirically tune the 24 gauge wire for best performance. He even includes an Arduino-based test rig so you can perform your own testing if you want.

Continue reading “Hacking A NRF24L01 Radio For Longer Range”

Skysphere

Living In A Sphere In The Sky

Wow. Looking to live off the grid in style? [Jono Williams] just finished off his rather ambitious Skysphere project.

Using industrial materials (is that highway lamp post tower?), [Jono] designed and built his ultimate apartment tower out in the country. Kind of looks like a futuristic outlook or security post — something straight out of that [Tom Cruise] flick, Oblivion.

The project has been in the works for years, and [Jono] estimates its taken about 3000 hours so far — not to mention $50,000 USD in building materials. It’s solar powered, Android controlled, has a fingerprint scanner at the door, an integrated beer fridge in the couch, RGB LED lighting, WiFi, a stargazing platform, a custom queen size bed, his own AI voice, wireless sound, and automated heat management!  Continue reading “Living In A Sphere In The Sky”