An Awesome Electric Bike

bike

Converting a motorcycle to electric is always a favorite project of ours, and [Peter]’s build is up there with the rest of them.

The bike is a 2002 ZX6E he bought from a salvage shop. It had been parted out over the years and for $250 this very light aluminum frame made the for the perfect electric conversion frame. After learning MIG welding from his brother, [Peter] cut up a few plates and built a motor mount for his new 4.2 kW power plant.

The controller is a 300 amp IGBT he found on eBay, with an extraordinarily sturdy looking circuit built into an ammo box. The motor from the bike was replaced with 16 60Ah LiFe cells providing 52 volts. [Peter] also built his own battery management system using a Cypress PSoC 3 microcontroller and a beautiful custom PCB.

It’s still a long way from being finished, but already [Peter] has a great looking bike and an awesome weekend project on his hands.

Four Cable Drawing Machine Pulls Our Strings

sandplotter

[David] has created a four cable drawing machine for the Telus Spark Science Centre in Canada. Hackaday has featured [David’s] unconventional drawing contraptions before, specifically his center pivot pen plotter. The drawing machine is a new take on a drawbot, and could be considered to be close cousins with [Dan’s] SkyCam. The premise is simple: A stepper motor with a reel of string is placed at each corner of a square. The strings for all four motors come together at a center weight. When all four strings are taut, the weight is lifted off the drawing surface. When a bit of slack is added into the strings, gravity pulls the weight down to touch the sand.

It’s at this point that a simple premise becomes a complex implementation. Moving the weight in one direction is a matter of reeling out string on one motor, and reeling in string on the other. But what about the two “un driven” strings? They have to be slack enough to allow movement in the driven direction, but not so slack that the weight can dig in and tumble on the sand, causing a tangle. To handle some of these questions, [David] called on [Kevin] to write some software. [Kevin] created a custom kinematics module for LinuxCNC to control the drawing machine. The drawing machine runs on Gerber Code, similar to a CNC. Simply feed the machine Cartesian coordinates, and [Kevin’s] module converts to steps.

Continue reading “Four Cable Drawing Machine Pulls Our Strings”

Arduino RFID Car Starter

[Pierre] recently bought his first car and decided to make his own RFID electric starter for it!

An Arduino Nano controls two relays which in turn can turn the car on, start it, and turn it off. Instead of adding a button for “push to start” he opted for a 13.56MHz RFID module. Now when he passes his RFID badge across the dash, the car turns on — if it’s held there for over a second, the car starts. Another pass and it will turn off.

His eventual goal is to relocate this circuit closer to the wheel and use an NFC ring to start it! He’s done an amazing job hiding all the components under the trim in his car so far, you can’t tell anything is amiss!  Check out the demonstration in the video after the break.

Continue reading “Arduino RFID Car Starter”

LED Concert Dress

[Geri] has an awesome brother. He made this amazing LED dress for her to wear at the [Taylor Swift] concert last weekend!

As you may or may not know, she encourages her fans to bring “glowy”  things to wave around at her concerts. A quick check of the exhibition arena’s conditions of entry, and it seemed like LEDs would be allowed, so [Patrick] got to work.

He’s using a set of waterproof red LED strips and a cheap controller ordered from China. They needed a rather beefy battery pack so [Patrick] threw together a switchmode buck converter to drop a 19.8V 4.5A/h battery pack to a constant 12V for the LED controller. Not wanting to mess up the red cocktail dress, their mom sewed the strips into place. The dress is super bright and looks great — it draws about 25W, so the battery pack should last for the entire duration of the concert.

Unfortunately about a week before the concert they discovered Vector Arena is not allowing LED lights into the concert, which as you can imagine, was quite heartbreaking.

Thankfully, someone reached out to the organizers and they made an exception for them! [Geri] even ended up on the front page of their local newspaper! Stick around after the break to see a video of the dress in action!

Continue reading “LED Concert Dress”

Will Dance For Bitcoin

It seems that Bitcoin is all over the news nowadays, but the Bitcoin Bot is probably the first robot that will dance for Bitcoins.

[Ryan] at HeatSync Labs in Mesa, AZ, is a fan of the cryptocurrency, and decided to build something to accept it. He discovered that Coinbase, a popular hosted Bitcoin wallet service, has a callback API. This causes Coinbase to fetch a specified URL any time a wallet receives a transaction, and provides information on the transaction in the request. A Python script handles these requests and updates a running count of the BTC balance sent to the robot’s wallet.

On the hardware side, an Arduino with an Ethernet Shield checks the balance. If it has changed, it calls the dance function and the luau girl dances.

The robot sits in the window of the hackerspace, so anyone passing by can read about Bitcoin and make a donation. The source code is on Github, and a video follows after the break.

Continue reading “Will Dance For Bitcoin”

Super Simple FM Transmitter

Making your own FM radio is practically a rite of passage for hackers. How about making a small FM transmitter?

Originally designed by the Japanese multimedia artist [Tetsuo Kogawa], this simple FM transmitter can be built with only 10 components and about an hour of your time. The method shown here is one of the easiest to build, and it’s called the Manhattan Style — the same method used when [Bill Meara] built his BITX radio. It’s unique in that instead of using traces it uses one copper PCB which is used for all ground connections, and then small islands of the same PCB glued on top to form nodes for the circuit to connect to. Besides being an extremely easy way to make a PCB without any fancy tools, it also makes you think about circuits in a different light. In fact, it gives “floating ground” a whole new meaning!

While its 10 component count is impressive, it can’t beat this 3 component FM transmitter we shared a year ago! Stick around after the break to see how to make your very own.

Continue reading “Super Simple FM Transmitter”

Repairing Bose Active Noise Cancelling Headphones

[Mansour] was disappointed to find out that his Bose QC15 headphones had a dead right channel. These headphones have active noise cancelling, which uses a microphone to capture ambient noise and digital signal processing to insert an out of phase signal. Since they’re quite expensive, [Mansour] was determined to resurrect them.

First, he determined that the right speaker had died, so he found a replacement on eBay. These were designed for a different set of headphones, but matched the impedance of the original Bose part. After replacing the driver, it seemed that the repair was a failure. The sound cancelling wasn’t working, and a the playback was high-pitched. As a last attempt, he potted the speaker with glue, to match the original construction. Much to his surprise, this worked.

The problem was that the new driver didn’t have sufficient sound isolation from the microphone, which is meant to pick up passive noise. This feedback likely caused issues with the noise cancelling DSP. A little glue meant a $20 fix for a $400 pair of headphones.