RPi Control Your Server PSU Over The Internet

remote-server-psu-control-via-RPi

Here’s an interesting use of a Raspberry Pi to control the PSU on a server. [Martin Peres] is going to be away for a few months and still wants access to his PC. This isn’t really all that tough… it’s what SSH is made for. But he also wants lower-level access to the hardware. Specifically he needs to control and get feedback on what the PSU is doing, and even wanted to have access to the serial console without having to go through the computer’s NIC.

The image above shows one part of his solution. This is a custom Ethernet port that connects to his Rasberry Pi header breakout board. Inside the computer the jack is wired to the motherboard power LED to give feedback about the current state of the power supply. It also patches into the green wire on the PSU, which lets him turn on the power by pulling it to ground. After working out the cable routing he developed a web interface that makes it easy to interact with the setup.

As with other hacks along these lines letting an embedded computer run 24/7 is a lot less wasteful than leaving a PC on. That’s a concept we can really get behind.

Continue reading “RPi Control Your Server PSU Over The Internet”

3W Handheld Laser Raises Hope For A Real Lightsaber Someday

That banner image may seem a little bit theatric, but it’s a good representation of what this 3W handheld laser can really do. Turn the thing on in a slightly smoky room and it looks exactly like a thin beam Lightsaber.

What kind of tricks would you expect this thing to perform? Perhaps it’ll pop some black balloons? Prepare to be shocked because it’s orders of magnitude more powerful than that. The video below shows it burning and igniting a collection of items almost instantly. [Styropyro] tested his creation by igniting paper, cardboard, flash paper, flash powder, burning through a stick of wood, and igniting an undisclosed substance at the end of the video. But one of our favorites is when he drives a solar powered toy car with the intense beam.

He pulled the diode from a DLP projector, and drives it with a pair of 18650 Lithium Ion batteries which are commonly found in laptops. He made the enclosure himself. It looks great but we can’t help but wonder if the components would fit in a painstakingly made replica.

Continue reading “3W Handheld Laser Raises Hope For A Real Lightsaber Someday”

Tamagotchi ROM Dump And Reverse Engineering

tamagotchi-rom-dump-and-reverse engineering

Often the true key to success is persistence and that holds true for this project which dumped the ROM from the current generation of Tamagotchi toys. If you’re a fan of learning the secrets built into consumer electronics — and you know we are — you’ll want to go back and watch the 24-minute lecture on Tamagotchi hacking which [Natalie Silvanovich] gave a 29C3 last year. She had made quite a bit of headway hacking the playable pods, but wasn’t able to get her hands on a full ROM dump from the General Plus chip on board processor. This update heralds her success and shares the details of how it was done.

As we learned form the video lecture it was a huge chore just to figure out what processor this uses. It turned out to be a 6502 core with a few other things built in. After prowling the manufacturer’s website she found example code for writing to Port A. She was then able to execute her own code which was designed to dump one byte of ROM at a time using the SPI protocol.

[Natalie] posted her code dump if you’re interested in digging through it. But as usual we think the journey is the most interesting part.

[Thanks Itay]