BridgeDuino: A wireless Arduino HUB and shield

TechBitar shared his latest project the BridgeDuino with boards from DirtyPCBs: BridgeDuino is a Swiss army knife PCB for rapid networking of inexpensive wireless communication modules. Breadboards are super for one-off experiments. But after prototyping half a dozen wireless prototypes involving more than just two Arduinos, the wiring mistakes and associated debugging grew more time consuming. […]

Guitar booster pedal (MPX-1)

Bastl3r  wrote this instructable detailing the build of his guitar booster pedal project: I chose an overdrive pedal design off of generalguitargadets.com (Schematic) and modified it like this: added a simple positive/middle/negative supply added a noise filter I found on beavisaudio.com right after the DC Jack (Huminator) took away the clipping diodes on the output connected […]

Burn c into other chips using Arduino Duemilanove

Kathy Yang writes, “We may often encounter such situation as bootloader falls off when using Arduino, this thing can freak us out especially when we got no bootloader tools on hand. So what shall we do? Here we’ll introduce a way on how to burn c via Arduino, which is rather practical in cases when without […]

App note: Unique and novel uses for ON Semiconductor’s new One-Gate family

One-gate logic uses and their benefits application note (PDF) from ON Semiconductor. One–Gate logic devices have been in use for several years, and are nothing more than single–gate derivatives of their multi–gate cousins. Traditional ICs were packaged in 14 and 16 pin Dual–in–line Packages (DIPs), and the goal of the IC manufacturer was to get […]

App note: Ambiguity of the peak power rating of TVS devices

Here’s a tip app note (PDF) from ON Semiconductor on selecting specs for an TVS diode. There are two important properties of a TVS device during an electrical stress. The TVS must be able to self-protect and survive the stress current, and the TVS must clamp the protected line to a low voltage during the […]

App note: Sorting through the low voltage logic maze

Here’s how to guide (PDF) from NXP in choosing the right standard logic from various choices that fit your application. Digital systems are running at faster speeds, operating at lower voltages, and they are becoming more highly integrated. Many functions can be integrated into FPGAs or ASICs, however, this does not mean that generic standard […]

App note: Low Voltage Agile I/O GPIO Input/Output Characteristics

App note (PDF) on NXP’s Agile I/O expander, discussing its capabilities and how to use it efficiently. I2C-bus GPIO devices are widely used and expand a control processor’s pins to 8-, 16- or 24- bits of general-purpose input or output. The characteristic of these I/O needs to be accurately known to efficiently use them in […]

DIY 60W adjustable electrical load

A DIY 60W adjustable electrical load project from Electro-Labs: In this project, we are building a useful board which should take place on your bench. It is an adjustable electrical load which can sink up to 5A @ 60W continuously. This board will come to aid when you need to draw an exact amount of current […]

A four channel remote control using EnOcean Pi

A four-channel remote control built using the EnOcean Pi by Kerry Wong: In my last couple of blog posts, I did a brief overview of the EnOcean Pi sensor kit from Newark and demonstrated how to compile and run the example code using a Raspberry Pi. In this blog post, I will show a real world example […]

Free PCB coupon via Facebook to 2 random commenters

Every Friday we give away some extra PCBs via Facebook. This post was announced on Facebook, and on Monday we’ll send coupon codes to two random commenters. More PCBs via Twitter on Tuesday and the blog every Sunday. Don’t forget there’s free PCBs three times every week: Free PCB Sunday. The classic. Every week, get […]

Teensy MIDI USB foot controller for controlling Mobius Looper

Thrifleganger wrote this instructable detailing his Teensy MIDI USB foot controller for controlling Mobius Looper: The concept is quite simple and straightforward. You press a button, the arduino interprets the signal arriving from the button as a midi “control change” signal (typically represented as MIDI CC), and this signal can be mapped to respond to any of […]

Node-RED hacking – audio library front-end

Paul over at Dorkbotpdx writes: When I started the Audio library, a nice GUI (like Puredata or Max/MSP) seemed an impossibly distant dream. Then, in this forum thread, I learned of the open source Node-RED project. Over the last few days I’ve been coming up to speed on modern Javascript tools like jQuery and D3, to […]