Posts by Ibrar Ayyub:
Make Your Own Power Meter/Logger
Posted on: 09 Août 2024
In this project I will show you how I combined an Arduino, an INA219 power monitor IC, an OLED LCD and a Micro SD Card PCB in order to create a power meter/logger that has more functions than the popular USB Power Meter. Let’s get started! Step 1: Watch the Video! The video gives you […]
comment mesurer la maison en courant alternatif 110v / 200v avec arduino
Posted on: 09 Août 2024
The cool thing about an ACS712 is that current is measured is measured in two directions. What this means is that if we sample fast enough and long enough, we sure to find the peak in one direction and the peak in another direction. With both peaks known, it is a matter of knowing the […]
Arduino Touch Screen Music Player and Alarm Clock Project
Posted on: 09 Août 2024
In this project I will show you how you can make an Arduino Touch Screen MP3 Music Player and Alarm Clock. You can watch the following video or read the written tutorial below. If we enter the Music Player we can start playing the music by pressing the big “Play” button in the middle of […]
Arduino Remote Control Tutorial
Posted on: 09 Août 2024
In this tutorial I am going to show you exactly how to make an Arduino remote control. You can use this project to combine functions from different remote controls and make your super-awesome dream remote control! If you are not familiar with Arduino, check out What is Arduino and where to start? A remote control […]
ESP8266 Standalone WiFI Relay Control
Posted on: 09 Août 2024
AIM To control a relay switch using esp8266 in standalone mode(without arduino,pic or any other Micro-controller) via Web-UI The ESP broadcasts its own SSID.It does not connect to a router.local IP address of esp is 192.168.4.1 Step 1: Gather Hardware ESP 8266 (There are a lot of variants available in the market.for this tutorial lets […]
Teardown: Amazon Dash Button keeps you connected
Posted on: 09 Août 2024
Amazon’s Dash Button, which I previously mentioned back in late May 2015, is the ultimate in consumer convenience (or, if you prefer, consumerism gone crazy). Simply press a button on the inconspicuous adhesive-backed device (perfect for attaching to your washer and dryer, refrigerator, counter, or cabinet), and your Amazon account is charged for the purchase […]
Reverse engineering the popular 555 timer chip (CMOS version)
Posted on: 09 Août 2024
Reverse engineering the popular 555 timer chip (CMOS version) This article explains how the LMC555 timer chip works, from the tiny transistors and resistors on the silicon chip, to the functional units such as comparators and current mirrors that make it work. The popular 555 timer integrated circuit is said to be the world’s best-selling […]
Reverse engineering the popular 555 timer chip
Posted on: 09 Août 2024
This article explains how the LMC555 timer chip works, from the tiny transistors and resistors on the silicon chip, to the functional units such as comparators and current mirrors that make it work. The popular 555 timer integrated circuit is said to be the world’s best-selling integrated circuit with billions sold since it was designed […]
555 Timer Teardown
Posted on: 09 Août 2024
If you’ve played around with electronic circuits, you probably know[1] the 555 timer integrated circuit, said to be the world’s best-selling integrated circuit with billions sold. Designed by analog IC wizard Hans Camenzind[2] in 1970, the 555 has been called one of the greatest chips of all time with whole books devoted to 555 timer […]
How To Make A Simple Arduino Voltmeter Prototype
Posted on: 09 Août 2024
In this instructable, I’ll show you how to make a simple Arduino voltmeter. It can measure voltages in excess of 30VDC depending on how you configure it. The smaller the voltage range you want to measure, the more accurate that your meter will be. This project is going to be apart of a gauss meter […]