Simple constant current driver for a high power LED

Elmars Ositis has been working on a simple constant current driver: In my previous post, I slapped together a quick LED lighting solution for my workbench… but it is truly a hack. What I really want to do is make a simple constant current driver, so the power LEDs can be used in other projects. One […]

Use sublime text 2 to replace Arduino IDE

Kathy Yang over at Elecfreaks writes: We could often feel frustrated when programming using the Arduino IDE. Why? Not because of how many errors we encounter in the program, but it is so difficult to find out the errors in source code, which is really something freaking out. For example Arduino IDE does not seem […]

Adding bluetooth to an EEG headset for mind-controlled projects

An instructables on adding bluetooth to an EEG headset for mind-controlled projects by AndreLe: I had serial bluetooth module HC-06 lying around and decided to see if I could integrate the two and skip the Arduino altogether. Turns out, it works almost as good as the commercially available NeuroSky MyndWave for a quarter of the […]

App note: Accelerometer Errors

Temperature dependence, Sensor bias, Ratiometric error due to supply voltage variation and etc. These are some of the errors made by accelerometers, here’s an app note from Kionix to help you deal with it. Although everyone would like them to be, sensors are not perfect. Understanding the accelerometer’s errors is just as important as understanding […]

App note: Warranty Protection Using a Kionix MEMS Tri- Axis Accelerometer

Shock and vibration detection as part of product warranty protection, these sensors can be part of any drop sensitive devices i.e. Hard disk drives to record shock instances for warranty claims. Here’s an interesting app note (PDF) from Kionix. This application note describes how to use a Kionix MEMS tri-axis accelerometer as part of a […]

Trio JR-310 and TX-310 restoration project

Dilshan Jayakody did restoration of TX-310 transmitter and JR-310 receiver step-by-step: I got Trio (now Kenwood) JR-310 and TX-310 SSB receiver and transmitter pair recently. When it comes to me both receiver and transmitter are in very bad shape and most of the PCBs and chassis are covered with dust and some of the components are very […]

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 […]

Week in (p)review September 05, 2014

Here’s a summary of major developments over the last week. Free PCB Friday is coming up soon. Goodies from DirtyPCB´s Bus pirate, 5110 LCD interfacing Controlling a PiGlow with the Bus Pirate USB IR Toy v3 free PCB build + updated irWidget firmware Check out Aon’s finished project the ytimer and Bertho’s digitally controlled bench PSU in […]

ATtiny84 USBtiny AVR ISP programmer

Rupert Hirst writes: My through hole, home etch friendly version of the surface mount FabISP, which is based around the USBtinyISP AVR ISP Programmer. The new USBtinyISP drivers also support for Windows 8 This design uses the ATtiny84 microcontroller instead of the larger ATtiny2313 of the USBtiny. Project design flies can be found on RunawayBrainz […]

ytimer, visual feedback timer

Here’s Aon’s finished project the ytimer  a visual feedback timer. We wrote about it previously: A countdown timer with super bright 7-segment displays that flash when the time is up, instead (or in addition to) an audible alarm. The design is based on a PIC16F886 microcontroller which drives the displays using a TLC5916 LED driver and dual […]

Controlling a PiGlow with the Bus Pirate

Aaron Brady has written an article on controlling a PiGlow with the Bus Pirate: PiGlow provides 18 dimmable LEDs and is designed to be used with a Raspberry Pi. It sits right on the GPIO header of the Pi. It doesn’t use actual GPIO pins though, because the PiGlow is actually based on the SN3218 I2C PWM LED […]

Free PCB build: USB IR TOY v3 + updated irWidget firmware

mikelelere writes: I’ve finally put some time and acquired most of the required parts to assemble the USB IR Toy v3 free PCB I received a few weeks ago. I’ve been lately interested in making a “backup” of several remotes I’ve at home, and the USB IR toy with the IRWidget firmware seems like the perfect candidate […]

First impression on HLK-RM04 serial-to-wifi module

Ray Wang wrote a blog post review of the Hi-Link HLK-RM04 Serial-to-WiFi module:  It’s a pretty easy-to-use and low-cost solution to add WiFi capability to Arduino or similar microcontroller boards. Basically it allows you to receive/send Ethernet buffers through serial RX/TX pins. Programming wise, it’s similar to using the standard Arduino Ethernet shield. The module can […]