Modifying The HC-05 Bluetooth Module Defaults Using AT Commands

The HC-05, a Bluetooth to serial bridge, can be found for around $5 on the internet and therefore may be the cheapest way to add Bluetooth connectivity to your project.

However, its default settings may need to be changed depending on your application. [Hazim] explains a way to enter the HC-05 AT command mode to benefit from the rich set of features that the device can provide. The process is fairly simple as it only consists of maintaining the key pin of the HC-05 high while powering on. The device then boots in AT command mode with a default 38400bits/s speed and listens for all of the AT command set (PDF). As an example [Hazim] provides a sketch allowing you to write the AT commands directly in your favorite terminal.

With the basics out of your way you may want to further research the hardware, especially if you will be using modules from different sources. They don’t always come with the same firmware.

Another Arduino Clone Is The Last Thing The World Needs

duino

One might think the last thing the world needs is for The Great Old Ones to rise from their near-death sleep deep in the Pacific ocean, and begin again their reign over Earth.  Actually, the last thing the world needs is another Arduino clone. Here’s this one. Fittingly, it’s called the Ktuluino.

Actually, this isn’t yet another attempt to build an Arduino clone that adds nothing to existing designs; it’s just [Jeff]’s attempt at PCB design. He needed something to practice on, so why not something that ends in -uino?

The board is just about as simple as Arduinos come – an ATMega328P is the brains of the outfit and also the most expensive component, closely followed by either the power jack or the header pins. As an exercise in PCB design, we’ll give this a thumbs up, but this could also be used for an ‘introduction to soldering’ workshop at a hackerspace, or alternatively a coaster.

Radar Detector Integrated With Dashboard Display Screens And Steering Wheel Controls

CAN Bus hacking is all the rage right now. This particular project uses an early development version of an Arduino compatible CAN bus tool to integrate radar detector control into a Mazda dashboard. This image shows the output as the Whistler Pro-3600 radar detector boots up. The self test demonstrates what you would see on the dashboard display if your speed is checked using any of a handful of technologies. But it’s not just the dash display that’s working. The steering wheel controls are also capable of affecting the radar detector so that it can always be hidden from sight.

With auto manufacturers adding more numerous and larger displays to our vehicles it’s refreshing to see someone come up with a hack that makes pushing our own info to those screens possible. The CANBus Triple is an Arduino compatible board which patches into the data bus found in all modern vehicles. To integrate the Whistler for this hack [TheDukeZip] prototyped the interface on a regular Arduino board, then moved it over to the CANBus Triple once he had it working. Check out the video after the break to see the setup in action.

Continue reading “Radar Detector Integrated With Dashboard Display Screens And Steering Wheel Controls”

360° Photography Made Easy

rotate

The graphic above wasn’t painstakingly stitched together by rotating a camera lens on a lazy suzan a tiny bit, taking a picture, and repeating the process fifty times. This is high tech stuff, courtesy of Zcapture, a tool for automated 360 degree photography of small objects.

For the last 15 years, [Jared] has been spending a lot of time on eCommerce and found existing solutions to displaying products online to be very lacking. After playing around with the Basic Stamp eight years ago and most recently the Arduino, [jared] decided he would build something to solve his problem – an automated box that takes pictures of a rotating product.

Inside the Zcapture is an Arduino connected to a motor and the software to control Canon and Nikon DSLRs. Put the Zcapture in a soft box, light it up, set up your camera, and you have a computer-controlled lazy suzan robot that will take pictures of any object, then stitch them together into an animated GIF or a fancy eCommerce rotating image viewer

Stopping A Hackerspace From Rusting Away

steel

The illutron hackerspace in Copenhagen makes their home on a barge sitting in port. Not only is this awesome, but the members of the hackerspace also worry about corrosion to their beloved fablab. In an effort to ally some fears about rust slowly eating through the hull, [Dzl] has rigged up a cathodic protection system for their hull, essentially preserving their barge at the expense of a few old steel rails.

Cathodic protection systems are able to protect the steel of a ship’s hull by offering up a sacrificial anode made of aluminum or zinc. This can be done by either attaching a sacrificial anode directly to the hull, or with a more complex system that connects both the cathode (the ship) and the anode (an engine block) to a DC power source.

[Dzl] is converting mains voltage down to 12 VDC, then further lowering the voltage with an Arduino-controlled buck converter. The control panel allows for adjustments in the voltage, as well as a nice uptime meter to make sure it’s running.

The results are fairly impressive; in the above pic, the right piece of steel was electrically connected to the barge’s hull, while the left piece was free to rust in the North Sea. That’s only two days worth of corrosion there.

The Difference Between Bitcrushers And Sample Rate Reducers

bit

If you look around a few electronic music forums, you’ll see a lot of confusion over the difference between a bitcrusher – a filter that reduces the bit depth of an audio signal – and a sample rate reducer – a filter that does exactly what its name implies. With the popularization of 8-bit and retro synth music, this difference is obviously of grave import of concern to saints and kings alike. [Michael] is more than happy to walk us through the difference with real-time sample and bit rate adjustment with his audio hacker board.

The audio hacker board is an Arduino shield with a 12-bit DAC and a 12-bit ADC. With two 1/8″ jacks and a pair of pots, [Michael] was easily able to whip up a sketch that is able to adjust the sample rate and bit depth of an audio signal in real-time.

Contrary to nearly everyone’s opinion of what ‘8-bit’ music is, it’s actually the sample rate that makes music sound like a cassette deck jury rigged into a Nintendo Entertainment System. Reducing the bitrate just makes any audio source sound louder and worse.

Check out the excellent demo video of the effect of bitcrushers and sample rate reducers below.

Continue reading “The Difference Between Bitcrushers And Sample Rate Reducers”

Browsing The Web One Step At A Time

After modifying his new manual treadmill to fit under his standing desk, [Brian Peiris] found a way to let him stroll all over the internet.

After removing the treadmill’s original time/distance display, [Peiris] reverse engineered the speed sensor to send data to an Arduino and his PC.  We’ve seen a number of projects that interface treadmills with virtual worlds, but what really makes this project stand out is a simple script using the Throxy Python library which allows the treadmill to throttle his machine’s internet connection.

The end result is a browsing experience that reacts to how fast the user runs.  In the demonstration video, you can see Peiris tiptoe through images or jog through YouTube videos.  A minimum bandwidth setting keeps the connection live, so if you can’t make it all the way through that HD Netflix movie, taking a breather won’t time out the connection.

It’s certainly a great way to get in shape, or at the very least, it’ll make your ISP’s bandwidth cap feel a lot bigger.

Video after the jump.

Continue reading “Browsing The Web One Step At A Time”