Behringer v-tone GMX212 Hybrid tube amplifier mod

Davide Gironi wrote a post on his blog showing how he modified the Behringer v-tone GMX212 Hybrid tube amplifier: For this project I’ve used 12AX7 vacuum tube. This tube is one of the most used for the guitar preamplification. So there are many resources available on web. The first problem i faced it’s the power stage. […]

STM32 FM song transmitter using tricky crystal feedback modulation

Vinod writes, “This is an FM transmitter directly made from STM32F407 discovery. It transmits the wav file stored in internal flash via FM at 100MHz. The modulation over here is happening by a tricky feedback from the analog output of the same mcu to the crystal oscillator there by disturbing the crystal frequency and creating […]

mavroOBD, an open source Arduino compatible OBD/Can-Bus module

Mavromatics’ open source project designed to “hack” your vehicle, that is available on github: The goal of this project it to create an Arduino based OBD port module that can be used to enhance a vehicles capabilites. For example, if you want door locks to close when moving faster than 5mph or to invoke/emulate certain […]

Atmega16u2 virtual serial example using LUFA Library

Shane of Wattnotions has published a new build, an Atmega16u2 virtual serial LUFA board: What I wanted the LUFA library to do was pretty specific – the atmega16u2 should show up as a virtual serial port so that the computer can connect and read data from it like any other serial port. All of the other […]

Sniffing BLE With The TI SensorTag CC2650

Jan Clumps over at Element14 turns his CC2650 SimpleLink SensorTag into a BLE sniffer. He writes: In a previous post I connected the Texas Instruments SensorTag talk to a Cypress CySmart USB Dongle and made the dongle sniff Bluetooth traffic. This time I’ll switch this around. We’ll turn the SensorTag into a BLE sniffer, and let […]

Continuous Autofocus laser cutter hack

Continuous Autofocus of a laser cutter using a wiimote controller from Martin Raynsford, he writes: We were inspired by the Glowforge laser cutters ability to continuously autofocus it’s z axis. A camera mounted in the head of the laser detects a laser dot being shone onto the surface of the material and from there it can […]

A hack for Hacks using AnalysIR & USB IR Toy

The crew from AnalysIR  writes: One of our users from Italy, Guido, was tasked with upgrading an old in-house WRC system to allow the team of Sport’s Journalists to access the rack of satellite receivers relaying the various sports events around the building.  The challenge is that all of the STB (Set Top Boxes) are […]

XinSound Fuzz FD-20 mod – Big Muff V2 Ram’s head clone

Davide Gironi writes,  “The XinSound Fuzz FD-20 is a Big Muff V2 Ram’s Head guitar pedal clone.  It’s schematic is next to the Electro Harmonix Big-Muff Pi 1975-15-10 original circuit. As usually, I would like to experiment on this pedal, doing some mods.” Project info at Davide Gironi’ blog. Check out the video after the break.

Software Serial Modbus Master over RS485 transceiver

Colin writes: We like cheap, well-made temperature controllers. Sure, we can make our own, but for a modest sum we can get a nice NEMA-rated package capable of reasonably complex logic with a communications interface. The Love 4C and 16C controllers can both be had for <$100 fit this description and make dependable control and higher-level […]

Backdoor uPWM Hack on Photon for Infrared signals using UART

The crew from AnalysIR has written up an article on Backdoor uPWM Hack on Photon for Infrared signals: Since we received our Photon several months ago it has been difficult to find a working example of Hardware PWM on the Photon (suiteable for IR signals). Initially, we ported our softPWM approach to the Photon, which is excellent. […]