Posts by Ibrar Ayyub:
AmazonDRS NFC Replenisher
Posted on: 09 Aug 2024
You just say what the thing does and then you add ‘-er’.” Replenisher keeps your fridge, office…stocked! Just scan! “I’m going on break! Story TL;DR; This project utilizes the AmazonDRS Arduino library to initiate frictionless purchases on Amazon by scanning NFC tags. Looking for some help getting started with AmazonDRS Dash Replenishment for Arduino and […]
DIY Arduino Soldering Station
Posted on: 09 Aug 2024
In this project I will show you how to create an Arduino based soldering station for a standard JBC soldering iron. During the build I will talk about thermocouples, AC power control and zero point detection. Let’s get started! Step 1: Watch the Video! The video gives you all the basic information you need to […]
How to Make an Arduino Capacitance Meter
Posted on: 09 Aug 2024
With all the different ways capacitors are labeled, figuring out the values of your capacitors can be challenging. Especially if you don’t have a digital multi-meter to test them. In this tutorial, I’ll show you how to build three different capacitance meters using an Arduino and a couple resistors. After finishing this project, you’ll be able to measure all […]
YouTube Subscriber Counter With ESP8266
Posted on: 09 Aug 2024
I was inspired by the Play Button awards YouTube sends out for subscriber milestones and whipped up a simple circuit using an ESP8266 wifi board and seven segment display to show off my realtime subscriber count. This is a great IoT beginner project, with just a little soldering and a code personalization required to make […]
EEZ H24005, Two-Channel Programmable Power Supply
Posted on: 09 Aug 2024
Envox Experimental Zone (EEZ) is an open hardware and open source development website, that creates and shares various open source hardware and software projects using as much as possible open-source tools and technologies. One of their projects is the programmable bench power supply ‘EEZ H24005’. The goal is to make a reliable, modular, open and […]
Make An Old-School Arduino-Based Two-Way Pager
Posted on: 09 Aug 2024
This Arduino-based pager by Mike Schaus will allow you to send and receive real SMS text messages. This messaging device has its own SIM card and phone number. In order to build this project you need the following parts: 1* Arduino UNO 1*Hologram SIM Card w/Device Management 1*Arduino GSM shield V2 1*Adafruit LCD Shield Kit […]
How to Set Up an Ultrasonic Range Finder on an Arduino
Posted on: 09 Aug 2024
Ultrasonic range finders are fun little modules that measure distance. You can use them to find the distance to an object, or to detect when something is near the sensor like a motion detector. They’re ideal for projects involving navigation, object avoidance, and home security. Because they use sound to measure distance, they work just as well in the dark as […]
Make an Arduino Temperature Sensor (Thermistor Tutorial)
Posted on: 09 Aug 2024
The DHT11 humidity and temperature sensor makes it really easy to add humidity and temperature data to your DIY electronics projects. It’s perfect for remote weather stations, home environmental control systems, and farm or garden monitoring systems. In this tutorial, I’ll first go into a little background about humidity, then I’ll explain how the DHT11 measures humidity. After that, […]
How to Set Up the DHT11 Humidity Sensor on an Arduino
Posted on: 09 Aug 2024
The DHT11 humidity and temperature sensor makes it really easy to add humidity and temperature data to your DIY electronics projects. It’s perfect for remote weather stations, home environmental control systems, and farm or garden monitoring systems. In this tutorial, I’ll first go into a little background about humidity, then I’ll explain how the DHT11 measures humidity. After that, […]
How to Set Up and Program an LCD Display on an Arduino
Posted on: 09 Aug 2024
In this tutorial, I’ll explain how to set up an LCD on an Arduino and show you all the different ways you can program it. I’ll show you how to print text, scroll text, make custom characters, blink text, and position text. They’re great for any project that outputs data, and they can make your project a lot more […]