The Nokia 3310 Finally Gets A USB-C Upgrade

The Nokia 3310 has a reputation of being one of the most indestructible devices ever crafted by humanity. It’s also woefully out of date and only usable in a handful of countries that still maintain a GSM network. It might not be easy to bring it into the 5G era, but you can at least convert it to work with modern chargers, thanks to [Andrea].

[SGCDerek] whipped up their own solution for USB-C charging.
If you don’t want to buy the parts, you can just DIY the same mod. [SGCDerek] did just that a few years ago. From what it looks like, you likely don’t even need to worry about doing any fancy charger handshaking. The 3310 will happily grab a charge from a low-current 5V supply straight off the USB pins.

You might think this is a messy, complicated mod, but [Andrea] engineered it as a drop-in upgrade. He’s combined a USB-C port with a small plastic adapter that enables it to sit in place of the original phone’s charge port module.  Contact between the port and the rest of the phone is via spring-loaded contacts. The only additional step necessary is popping out the mic from the original charge module and putting it in the new one. You need only a screw driver to disassemble the phone, swap out the parts, and put it all back together.

If you want to upgrade your own handset, [Andrea] is more than happy to provide the parts for a reasonable price of 25 euros. It’s almost worth it just for the laughs—head around to your friend’s house, ask to borrow a charger, and then plug in your USB-C 3310. You’ll blow some minds.

Once upon a time, it was big news that someone hacked a USB-C port into the iPhone. Video after the break.

Continue reading “The Nokia 3310 Finally Gets A USB-C Upgrade”

Throwback Handheld Built With Modern Hobby Hardware

magpi-gaming-handheld

Remember all of those fantastically horrible handheld LCD games that hit the toy stores back in the ’90s. You know, the ones that had custom LCD screens to make for some fake animation. Here’s an example of what those should have been. It’s an LCD-based handheld with some soul.

The entire thing is roughly the size of a television remote, with a 3D printed case making it very presentable. But looking at the wiring which hides inside proves this is one-of-a-kind. The Arduino Pro Mini is probably the biggest difference in technology from back in the day compared to now. It has plenty of space for all of the different settings and games shown off in the clip below. The user interface itself is definitely a throw-back though. The Nokia 3310 screen boasts a whopping 84×48 pixel monochrome area. There are four buttons serving as a d-pad, and two as action buttons. Perhaps the greatest feature (besides the printed case we already mentioned) is the ability to recharge the internal battery via USB.

[Zippy314] built this with his son. What’s more fun: learning to program the games, or mastering them and discovering the bugs you missed along the way?

 

Continue reading “Throwback Handheld Built With Modern Hobby Hardware”

Arduino-Based Power Failure Alert System

arduinoPowerFailBox

When the power went out at his parents’ shop and ruined the contents of their fridge, [Lauters Mehdi] got to work building a custom power failure alert system to prevent future disasters. Although some commercial products address this problem, [Lauters] decided that he could build his own for the same cost while integrating a specific alert feature: one that fires off an SMS to predefined contacts upon mains power failure.

The first step was to enable communication between an Arduino Micro and a Nokia cell phone. His Nokia 3310 uses FBus protocol, but [Lauters] couldn’t find an Arduino library to make the job easier. Instead, he prototyped basic communication by running an Arduino Uno as a simple serial repeater to issue commands from the computer directly to the phone, and eventually worked out how to send an SMS from the ‘duino. [Lauters] then took the phone apart and tapped into the power button to control on/off states. He also disconnected the phone’s battery and plugged it into an attached PCB. The system operates off mains power but swaps to a 1000mAH 9V backup battery during a power outage, logging the time and sending out the SMS alerts. A second message informs the contacts when power has been restored.

Head over to [Lauters’s] project blog for schematics and photos, then see his GitHub for the source code. If you want to see other SMS hacking projects, check out the similar build that keeps a remote-location cabin warm, or the portable power strip activated by SMS.