PiClock

PiClock – Time And Weather Information Overload

[Kevin] wanted a display where he could take a quick glance and get all the current environmental information he uses throughout the day. That information includes, of course, the time and date as well as weather information. We’re not just talking the current weather information but the forecast for the upcoming week as well as a map showing current weather patterns. To do this, [Kevin] came up with a unique system he’s calling the PiClock.

[Kevin] did some serious programming to get this clock project off of the ground. The weather data comes via the Weather Underground API and the map data from the Google Maps API. The main program is written in Python and will run on any OS running Python 2.7+ and PyQt4. If you’re interested in doing something similar, check out the source at github.

From the project’s name, it is no surprise that a Raspberry Pi is the brains here. A USB WiFi adapter allows access to the internet but an Ethernet connection would do just fine. Having the RaspPi hanging out with wires everywhere would be a little lazy, so [Kevin] opened up his 19″ LCD monitor and mounted the RaspPi inside the case. He tapped 5vdc off of the monitors power supply and used that to power the RaspPi, no external wall wart necessary! And if the PiClock’s background isn’t cool enough, some RGB LED strips were mounted to the back of the monitor to give an Ambilight effect.

Part Finder, Vacuum Attachment

Super Cheap Vac Attachment Helps Find Small Dropped Parts

It’s pretty much guaranteed that when working with small parts, you will drop at least one. This phenomenon is just how the universe works, there is no avoiding it. Digging though a carpet or dirty shop floor usually results in frustration and subsequent scrambling for a replacement part. Tired of crawling around on his knees looking for runaway parts, [Frank] decided to do something about it. He made a vacuum attachment that helps with the search… and it’s made from stuff he had kicking around the house.

The idea here is to suck up and contain the part without having it making it’s way into the vacuum. To do this there would have to be an intermediate chamber. For this, [Frank] used a multi-pack CD container. This was a great choice because it is clear, allowing him to see what enters the container, and it unscrews quickly making it easy to retrieve the tiny part. The inlet and outlet connectors are made from PVC and are attached to the CD container’s base with adhesive. To keep the debris from getting past the CD container, an old kitchen strainer was cut up and the screen material was used to only let air pass. Once a shop-vac is connected to the outlet pipe, the sucking can begin. [Frank] shows that he has to sift through a bunch of shop-floor crud to find his dropped screw, but it works!

Kids Electric Mini Goes Brushless, Pops Wheelies

[ThatHpiGuy] had a problem. He wasn’t impressed with the performance from his kids’ electric-powered Mini. The 6 volt system was anemic at best, and was just begging for an upgrade. Pulling off the seat and checking the undercarriage, [ThatHpiGuy] realized the motor and gearbox were a perfect fit for the Turnigy 2300 Kv motor from his R/C short course truck. A couple of screws later, car-docuand he had the fastest ride-on toy on the block. Since this was a quick hack, [ThatHpiGuy] kept the truck’s R/C receiver, electronic speed control, and 2 cell LiPo power setup intact. The result is a cooperative system where he controls the throttle via R/C, and his kids control the steering.

That steering is still a bit of an issue though. Like many kid toys, the Mini only has one drive wheel, in this case the right rear. If [ThatHpiGuy] pours on the power a bit too quickly, the single wheel either spins or forces the car into a hard left turn. Aside from that, it looks like both [ThatHpiGuy] and his children are having a ball with this hack. The car will even pop a wheelie from a standing start! You’ve got to see it after the break.

Continue reading “Kids Electric Mini Goes Brushless, Pops Wheelies”

Hackaday Prize Entry: A Bit Dingus

There was a time when just about every computer – even laptops – came with a parallel port. That’s 25 pins of bit-banging goodness, accessible from every programming environment, that could control any random pile of electronics sitting on a desk. The days of parallel ports are behind us now, and if you want to blink a pin with a computer, you’re looking at controlling a microcontroller over USB or something.

[ajlitt]’s Tiny Bit Dingus is just that: a microcontroller stuffed into a USB plug with a few pin headers. With the right app, you can control these pin headers over USB. It’s the closest you’re going to get to a parallel port with modern hardware.

This bit dingus isn’t meant to replace the Bus Pirate, an Arduino, or anything else; it’s meant to be a small and simple way to connect random electronics to a computer with as few parts as possible. If you’re looking for a part to add to your electronic tinkerer everyday carry rig, this would be it.

There’s a few bits of interesting hardware inside the Bit Dingus. A while back, [ajltt] ran into the Freescale KL27, a Cortex M0+ that does USB without a crystal, has a USB bootloader, and doesn’t require many additional components at all. It’s the perfect size for the project at 5x5mm, and is unbrickable while still being flashable over USB.


The 2015 Hackaday Prize is sponsored by:

Skateboard

On Your Phone While Driving An Electric Skateboard

Skateboards are fun, but you have to do all that pesky kicking in order to get anywhere. That’s why [Nick] decided to build his own electric skateboard. Not only is the skateboard powered with an electric motor, but the whole thing can be controlled from a smart phone.

[Nick] started out with a long board deck that he had made years ago. After cleaning it up and re-finishing it, the board was ready for some wheels. [Nick] used a kit he found online that came with the trucks, wheels, and a belt. The trucks have a motor mount welded in place already. [Nick] used a Turnigy SK3 192KV electric motor to drive the wheels. He also used a Turnigy electronic speed controller to make sure he could vary the speed of the board while riding.

Next [Nick] needed some interface between a smart phone and the motor controller. He chose to use an Arduino Nano hooked up to a Bluetooth module. The Nano was able to directly drive the motor controller, and the Bluetooth module made it easy to sync up to a mobile phone. The Android app was written using MIT’s App Inventor software. It allows for basic control over the motor speed so you can cruise in style. Check out the video below for a slide show and some demonstration clips.

It’s a popular project, and eerily similar to the one we saw a couple months back.

Continue reading “On Your Phone While Driving An Electric Skateboard”

Battlezone Played On Vector Display With Hand-Wound Yoke

We’ve been admirers of the work [Eric] and friends have been doing over at TubeTime for years. One of the earliest we can remember is the decatron kitchen timer, and we still tell the story of [Eric] purposely leaving out button debouncing in order to make his vector flappy bird even harder.

TubeTime is back at it this year and we had the opportunity to speak with them at Bay Area Maker Faire. The group specializes in working with old tube displays and this year’s offering was spectacular in many ways. First off, the software side of things is an emulator running on an STM32 F4 Discovery board. The chips on these boards have a pair of 12-bit DACs which are driving the X and Y of the vector displays. Code to run the original ROMs was ported from existing projects, but the audio for the games was kind of a hack to get working.

This particular display is where things get really fascinating. The tube itself was originally manufactured as test equipment for television repairmen. What’s fascinating about this is that [Eric] had to rewind the deflection yokes himself to get it working again. Luckily he documented quite a bit about his initial research into this process and his experiments to remedy some distortion issues he encountered once it was working.

Make sure to head on over to TubeTime and read their overview of the Battlezone machine. After the break we’ve also embedded a few of our own pictures as well as the interview at BAMF.

Continue reading “Battlezone Played On Vector Display With Hand-Wound Yoke”

The Greatest Thing Since (Toasted) Sliced Bread

That’s right. [Colin Furze] just made a household appliance obsolete. Who needs a toaster when you can cut your bread… and toast it at the same time!

Leave it to [Furze] to make something out of the Hitchhiker’s Guide to the Galaxy a reality. Submitted as an idea by one of his subscribers to his new series called Furze’s Invention Show, he took it upon himself to make the long revered lightsaber bread knife. We were waiting for this day.

Unfortunately, it’s not exactly a light saber. In fact, its more of a light-saw-ber, which, pronounced with the right accent could be easily mistaken for the real deal. Using a re-wrapped microwave transformer — much like home-made spot welder rigs — [Furze] is pumping a ton of amps at low voltage through a hacksaw blade, making it red hot and ready to toast bread.

Continue reading “The Greatest Thing Since (Toasted) Sliced Bread”