Investigating The World’s Rarest Game Boy

Early last year, a very unique Game Boy Color showed up on Chinese shopping site Taobao. Rather than the rather anemic-looking display of the original GBC, this version was modified with a modern IPS LCD. Even in the pictures shown on the product page, it was clear the display on this unit was far more advanced than anything Nintendo ever packed into a Game Boy. The retro gaming community went wild, and soon the site was overwhelmed with orders. The majority of the sales were canceled by the seller, and it’s believed as few as 75 of these hacked GBCs were actually shipped out.

Thanks to one of his viewers, [Colin] was able to get his hands on one of these extremely rare customized handhelds. Clearly a man after our own heart, his first inclination was to tear the thing apart and see how they built it. While he had a fairly good idea of how they managed this hybrid of modern and classic technology, there were a couple of surprises inside.

The device has a completely stock main board, and as such works and plays like a normal GBC. But upon flipping the main board over, [Colin] found a nest of thin magnet wire connecting the new display controller to individual buttons on the front panel. As he later confirmed when he reassembled the system, this allows the user to adjust the display’s brightness by holding “Select” and using the directional pad.

As for the screen itself, the big surprise was that it’s clearly pulled out of a relatively recent smartphone. The screen is physically much larger than the opening in the GBC’s front panel, but through some software trickery the image is displayed only in the area that’s visible to the player. [Colin] managed to get a hold of a few contacts “in the know” who confirmed to him that both the hardware and software for the display controller were specifically created for this application, and are unlikely to be duplicated by anyone else.

Considering most of the Game Boy hacks we cover are about somebody jamming modern hardware into them, it’s an interesting change of pace to see a group that was so adamant about retaining as much original hardware as possible while still managing to improve the user experience.

[Thanks to Doc Oct for the tip]

Continue reading “Investigating The World’s Rarest Game Boy”

One Week Left For Hackaday Belgrade Proposals

Do you have your tickets for Hackaday Belgrade? Our premiere European conference is on 26 May and tickets are on a rapid trajectory to sell out.

Those of you weighing the idea of presenting a talk, you now have less than one week to get your proposal to us. While we have already accepted several exemplary talks, final decisions won’t be made until after the submission deadline passes on Sunday, March 4th.

Mike Harrison showing off his demo work on the 2016 Hackaday Belgrade badge. If you have stories of the demoscene, consider sending in a talk proposal.

What kind of talks are we looking for? We’d love to have a few talks about the demoscene. The conference badge this year is a full-blown retrocomputer, and we’re working on a BASIC for it. If you can push pixels on a Comodore 64, we’d love to hear you talk about it. We’re also suckers for the lesser known stories of tech history (Mike Harrison’s talk on the Eidophor projector tech all but forgotten to history was a delight).

We’re always interested in creative design; think circuit boards that aren’t square and enclosures that go beyond just putting something in a simple box. And of course we’re forever in search of the rare gems that share a glimpse of the research world, like this computing cluster built to get around limited supercomputer time when calculating quantum effect simulations.

These are great talks presented to an audience hungry to share your excitement. Get those proposals in by the end of this weekend!

Reverse Engineering Opens Up The Samsung Gear VR Controller

We love a bit of reverse engineering here at Hackaday, figuring out how a device works from the way it communicates with the world. This project from [Jim Yang] is a great example of this: he reverse-engineered the Samsung Gear VR controller that accompanies the Gear VR add-on for their phones. By digging into the APK that links the device to the phone, he was able to figure out the details of the Bluetooth connection that the app uses to connect to the device. Specifically, he was able to find the commands that were used to get the device to send data, and was able to read this data to determine the state of the device. He was then able to use this to create his own web app to use this data.

Continue reading “Reverse Engineering Opens Up The Samsung Gear VR Controller”

Old Modem, New Internet.

Do you remember the screeching of a dial-up modem as it connected to the internet? Do you miss it? Probably not, but [Erick Truter] — inspired by a forum post and a few suggestions later — turned a classic modem into a 3G Wi-Fi hotspot with the ubiquitous Raspberry Pi Zero.

Sourcing an old USRobotics USB modem — allegedly in ‘working’ condition — he proceeded to strip the modem board of many of its components to make room for the new electronic guts. [Truter] found that for him the Raspberry Pi Zero W struggled to maintain a reliable network, and so went with a standard Pi Zero and a USB  Wi-Fi dongle dongle. He also dismantled a USB hub to compensate for the Zero’s single port. Now,  to rebuild the modem — better, faster, and for the 21st century.

Continue reading “Old Modem, New Internet.”

Quantifying Latency In Cheap RC Transmitters

For those just starting out in the world of RC, a low cost transmitter like the Flysky FS-i6S can be very compelling. But is buying a cheap transmitter setting yourself up for failure down the line? The general feel in the RC community has been that cheaper transmitters have higher latency or “lag” on their inputs, which is precisely the kind of thing you want to avoid when flying along at 40+ MPH. As such, the general wisdom has been that your transmitter is one area where you don’t want to cheap out.

Wanting to put that theory to the test, [Marek Baczynski] set out to compare the response time between the Flysky FS-i6S and the more established Taranis X9D. In the video after the break, he uses his Saleae logic analyzer to time how long it takes movement on the transmitter sticks to get interpreted as servo commands at the receiver.

[Marek] connects the logic analyzer directly to the gimbals of both transmitters, allowing him to see user input before any processing is done by the electronics. It’s particularly interesting to see how the smooth analog curves of the gimbals are converted to a “staircase” digital output.

The final results of the latency test end up being fairly surprising. To put it simply: the cheaper Flysky radio not only more accurately interprets the user’s input, but does it considerably faster than the Taranis. [Marek] says he was so surprised by these results that he re-ran the test three times to verify.

But even taking into account the apparently higher fidelity of the cheap radio, he cautions you shouldn’t swap out your gear just yet. Higher end transmitters have a number of other features which make them worth hanging on to, even if the newer generation of radios is slightly faster. The real takeaway from this video is that if you’re just getting into the RC game, these cheaper transmitters aren’t necessarily the kiss of death the community makes them out to be.

Experiments like this and the recent detailed analysis of common hobby motors show just how seriously people take the world of RC. It’s unlikely this single experiment will quell the debate about “cheap” RC transmitters, but perhaps it’s a start.

Continue reading “Quantifying Latency In Cheap RC Transmitters”

Crankshaft: Open Source Car Computer

Modern cars and head units are pretty fancy gadget-wise. But what if your car still has an 8-track? No problem. Just pick up a Raspberry Pi 3 and a seven-inch touchscreen, and use Crankshaft to turn it into an Android Auto setup.

The open source project is based on OpenAuto which, in turn, leverages aasdk. The advantage to Crankshaft is it is a plug-and-play distribution. However, if you prefer, you can build it all yourself from GitHub.

Continue reading “Crankshaft: Open Source Car Computer”

x86 emulation running DOS on ESP8266

PC-XT Emulator On ESP8266

Do you remember the simpler times when you had a DOS command line, a handful of commands, and you talked to the hardware through a few BIOS and DOS interrupts? Okay, maybe it was a little limited, but nostalgia doesn’t care. Now [mcuhacker] is working on bringing some of those memories back by getting a PC-XT emulator running on an ESP8266.

For the x86 CPU emulator, he ported Fake86 which is written in C, and created an Arduino IDE environment for it. The MS-DOS 3.3 bootdisk image is stored in flash and is accessed as the A: drive. There’s no keyboard yet but he has 640×200 CGA working with 80×25 characters on a 3.5″ TFT display with the help of a low pass filter circuit. In the video below he shows it booting to the point where it asks for the date.

Continue reading “PC-XT Emulator On ESP8266”