Posts by Ibrar Ayyub:
Arduino-based Inductance Meter
Posted on: 11 Aug 2016
I’ve just finished a little Arduino project. It’s a shield for the Arduino Uno that lets you measure inductance. This is a functionality that I found missing in just about any digital multi meter. Yes, there are specialized LCR meters that let you measure inductance but they typically won’t measure voltages or currents. So I […]
Momentary switch controls mains with latch-on and remote shutdown
Posted on: 11 Aug 2016
The purpose of this Design Idea was to improve reliability, add new features, and replace a latching power switch with a momentary one. The features are: The switch has foolproof protection against too frequent switching, which can be harmful for many applications. It can handle significant power because manual control and switching are separated. If […]
Simple timer with PIC16F628A
Posted on: 11 Aug 2016
This is a quick project for a timer. Recently I finished my UV light exposure box and thought that it will be convenient to have a build in timer to switch off the light after preset time. So I had a PIC16F628A lying around and after searching the web I found a Brazilian site (I […]
Build A Sound Activated Outlet Using Ardiuno
Posted on: 11 Aug 2016
The Clapper was a popular gadget in the 80’s and 90’s. It let you turn appliances on and off just by clapping. This can be pretty useful, but it has some limitations. First there is the problem of loud noises accidentally turning the lights off. Also, you can’t control multiple outlets independently of each other. […]
Stream support for the Arduino MQTT library
Posted on: 11 Aug 2016
MQTT is a lightweight messaging protocol for the Internet of Things. This post details the use of Stream support for large payload storage in the Arduino MQTT library. MQTT is a lightweight protocol, but that doesn’t mean that the payloads have to be small. The spec was designed to allow for messages up to 256MB, […]
Power Stacker: Stackable USB Rechargeable Battery System
Posted on: 10 Aug 2016
Please click below to visit our Kickstarter project page for Power Stacker, and pre-order a production model! http://www.kickstarter.com/projects/249225636/powe… Power Stacker is a portable, modular, USB rechargeable lithium-ion battery pack. Stack them together for power hungry projects or separate them for smaller projects with this modular system. The Gerber, BOM, and .STL files are available below. […]
Dual MOSFET squeezes into PQFN package
Posted on: 10 Aug 2016
EL SEGUNDO, Calif. — International Rectifier, IR® (NYSE: IRF), a world leader in power management technology, today announced the introduction of the IRFH4257D FastIRFET™ dual power MOSFET housed in a high performance 4×5 PQFN power block package. The new package option expands the power block family’s capability to lower power for compact designs in 12V […]
Smart RGB Strip with BLEduino DIY Guide
Posted on: 10 Aug 2016
Smart RGB LED Strip is based on the development of our BLEduino, using the Bluetooth 4.0, and the sample code written by EF men, by mobile phone APP, to control the switch of RGB LED strip, and the RGB LED color changing. The main principle is that using BLEduino mega328P chip three PWM pins respectively […]
How to Drive a Latching Relay
Posted on: 10 Aug 2016
Latching relay (a.k.a. impulse relay) can be turned on and off by momentarily applying a voltage across the relay coil. The relay would maintain in its last switched state without the need to maintain the coil current. In this post, I will show a simple circuit which can be used to drive such relays. In […]
Technical Details of Logging Seawater Temperature
Posted on: 10 Aug 2016
Block Diagram This diagram shows the basic components required for collecting temperature readings from seawater and transmitting the data to a base station where it can be collated into a database for analysis. To the left is a schematic of 10 temperature sensors, spaced 1 metre apart and immersed in seawater to a depth of […]