Posts | Comments

Planet Arduino

Archive for the ‘nokia 3310’ Category

Apr
04

Throwback Handheld Built with Modern Hobby Hardware

arduino hacks, arduino pro mini, handhelds hacks, magpi, nokia 3310 Comments Off on 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?

 

[via Brad's Projects]


Filed under: Arduino Hacks, handhelds hacks

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.


Filed under: Arduino Hacks, home hacks, Microcontrollers


  • Newsletter

    Sign up for the PlanetArduino Newsletter, which delivers the most popular articles via e-mail to your inbox every week. Just fill in the information below and submit.

  • Like Us on Facebook