Yashica Electro Shutter Mod

We saw this picture on Flickr this morning and started getting really curious. The caption says that [Steffanhh1] modified the Yashica Electro Shutter camera to be fully manual. We’re not camera experts so we had to do a little research to see what was going on here. The Yashika Electro got its name due to how the shutter speed is controlled. You have two little LEDs that light up depending on which direction you need to turn the dial (based on ambient light?). [Steffanhh1] really wanted full control, so they hacked in a dial with a knot of resistors under it. The first test photographs are downloading developing, so we’ll have to wait to see the results.

Using An Arduino Or Seeeduino For Its FTDI Chip

We think of the Arduino as a rapid prototyping tool but we never thought of it as an FTDI breakout board before. [Ihsan Kehribar] wrote a quick post to show how it’s done. You’ll find an FTDI chip on Arduino boards that have a USB connector. It’s used to handle the USB communications on one side, and TTL serial communications on the other. The serial pins from the chip are mapped to the UART on the AVR chip, and in turn they appear on the pin headers for easy connections. Just load up a really simple sketch(available from Ihsan’s post) to make sure the processor doesn’t get in the way and you’ve got yourself an FTDI breakout board. If you happen to have a Seeeduino there’s even more functionality as the board has a selector switch that allows you to choose between 5V and 3.3V levels.

This doesn’t hold true to the newest generation of Arduino, as those board have replaced the FTDI chip with an ATmega8U2. That’s basically and ATmega8 with native USB handling… fancy.

[Thanks Marcus]

Pulling Data From The IM-ME Spectrum Analyzer

A small, cheap spectrum analyzer with an LCD can be a fun thing to play with. But to be truly usefully you need access to raw data, and lots of it. [Travis Goodspeed] set out to make that possible by pulling data with a GoodFET and a Python script.

He started with [Michael Ossmann’s] IM-ME spectrum analyzer, which uses a CC1110 chip. The two of them are giving a lecture at Toorcon 12 (called Real Men Carry Pink Pagers) and this will be used as a demonstration device. After studying the datasheet he found the starting RAM address and did some further work to deciphered how the data is stored in it. From there it was a matter of working out the timing for grabbing the data, and coding a method for storing it. Now he’s looking for brave souls to help him trailblaze with this newly-discovered tool. It seems that if you know what you are doing, and have abundant patience, you can use this for a bit of old-fashioned reverse engineering.

Beefy Battery Backup Still Running After A Decade

In 1997 [Michael Butkus Jr.] found an uninterruptible power supply in the dumpster. The batteries were shot, but he needed a backup to keep his pellet stove running for heat, drive the exhaust fan to keep the smoke out of the house, and power his computer and other electronics. After a bit of head scratching he decided to beef up the UPS using deep-cycle batteries.

He actually built two of these. One is smaller, and similar to what we’ve seen before. The other is larger and uses four batteries, two pairs in parallel which are then connected in series. He’s careful to use heavy gauge wiring and 50 amp fuses for each battery, both of which will protect against the risk of fire. One thing we found interesting is that the batteries are stored in the basement, directly below the UPS which is connected via a short run of 12 gauge home electrical wire.

We were happy to see that he’s done updates at the top of his post over the years. He lost a few batteries due to neglectfully letting the water levels drop too much. He did switch over to sealed automotive batteries sometime in 2004 or 2005. Looks like things have been going strong ever since.

[Thanks Spencer]

Reddit Hacking For Votes And Profit

Looks like someone figured out how to game the Reddit system. This probably has been done before, but as far as we know nobody’s actually shared the methods in detail. [Esrun] wrote some scripts that allow him to register multiple accounts and use them to up-vote stories.

The hack goes something like this. A script registers a group of accounts. Each uses a different IP and the only part that requires intervention is typing in the Captcha. This doesn’t take long. You can see the script interface above as well as a demonstration video after the break.

Once the accounts have been acquired a story is submitted and the new accounts vote on it. They’re not all up-votes though, as having both up and down votes puts the article into the controversial section of Reddit (which is desirable), and doesn’t rouse as much suspicion from the moderators. He ran a few tests that he shares and it seems that as long as the article is interesting, this can be quite successful.

Great, more spam with our social media please.

Continue reading “Reddit Hacking For Votes And Profit”

Add Supercaps To Your Exercise Routine

Many exercise machines generate electricity as you pedal or climb in order to run the on-board electronics. Unfortunately if you stop or even slow down too much the juice will die and your exercise program will reset. Wanting to improve on this gotcha, [Mike] cracked open his exercise bike and added some super capacitors.

On the circuit board he found an ATmega128 was in charge of the user interface. He probed the board a little bit and couldn’t find how it was connected to the power regulators. After some additional snooping he found it has its own SOIC regulator separate from the ones that run the display and peripherals. He takes us through the calculations he made before choosing his parts. What he ended up with is a set of three supercaps in series that add about two minutes of juice before the levels drop and the chip resets. The design of the board helped a lot as the high-load electronics (like the LCD screen) are on a separate power bus than the processor.

Game Boy Printer USB Cable And Software

[Furrtek] hooked up his Game Boy printer for use with a PC (translated). The two-part hack started with a cable to attach the device via USB. A Nokia interface cable was used as a base to translate the USB signals into serial, and an ATtiny45 microcontroller added to talk to the printer. He did a great job of free-forming the circuit alterations and fitting it back into the plastic USB plug housing.The next step was to write some software. Using VB6 he coded an application that loads in an image, scales it to fit, and allows you to adjust the contrast that the thermal printer produces. For testing purposes he’s reusing old receipts. See it in action after the break.

Continue reading “Game Boy Printer USB Cable And Software”