Current sensing with the Arduino

Luca made an Amp-meter using the ACS712 current sensor, and the Arduino. The ACS712 is a fully integrated, hall effect based, linear current sensor. It converts the current that passes through its input pins to a proportional voltage on an output pin. He connected the output pin to an analog pin of his Arduino, and […]

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 a every week: Free PCB Sunday. The classic. Every week, […]

Clock source for the EasyDriver

Henrik designed and built an adjustable clock source for the EasyDriver that maintains the same motor speed over a range of step resolutions. It adjusts the driving frequency depending on the resolution of steps the EasyDriver makes per input pulse. EasyDriver is a stepper motor driver that moves the motor one preselected step for every […]

Soldering the Bus Pirate v4

Watch us solder the Bus Pirate v4. The Bus Pirate is an open source hacker multi-tool that talks to electronic stuff. For a comprehensive overview check out our previous post. Here are the main differences and advantages of V4 over V3: Integrated USB in the microcontroller (faster) Data storage EEPROM to hold settings Pull-up voltage […]

PIC12LF1840T48A MCU with Integrated Sub-GHz Trasmitter

Octal tipped us off about the new PIC12LF1840T48A microcontrollers that have a built in sub-GHz transmitter: Microchip just published the datasheet related to using the PIC12LF1840T48A Microcontroller with Integrated Sub-GHz Trasmitter. The PIC12LF1840T48A is a Microchip microcontroller that has an on-board transmitter. The transmitter is suitable for operation in the 418, 434 and 868 MHz […]

I2C controlled 4X4 RGB LED matrix

Mashiara designed an I2C controlled 4×4 RGB LED matrix. He uses 3 PCA9635 I2C-to-PWM drivers with 16 PWM outputs. Each IC controls a different basic color of the LEDs. The up-side to this design is that all of the drivers are on-board, and only control signals are needed to manipulate the matrix. The down side […]

DIY ultrasonic range finder

Zipppys123 is building a DIY ultrasonic range finder based on this design. Once it’s externally triggered a PIC12C508 is used to generate generate the ultrasonic pulse, and measure its echo. The ultrasonic pulse is amplified using a MAX232 TTL-to-RS-232 level converter, while the echo is amplified and demodulated using two op-amps and comparators. Via the […]

Switch AC appliances remotely with cellular control

Ezflyr built an AC relay switch that receives commands over the cellular phone network. An ADH8066 quad-band GSM cellular module handles the communication, while a PIC18F2550 controls the relays and reads temperature sensors. The goal of this project is to remotely switch heaters on his aircraft, which requires a few hours of preheating before a […]