How To – DIY – Projects

Stage 4 Complete Beginners Guide For Arduino Hardware Platform For DIY

Stage 4: Complete Beginner’s Guide For Arduino Hardware Platform For DIY

Contents 1. Background 2. Setting up Arduino Development Environment 3. Arduino Power Management 3.1 Powering Up Arduino Board 3.2 Output Power of Arduino 4. Indicators And Switches 4.1 LED 4.1.1 Working With Onboard LED 4.1.2 Connecting and Controlling External LED 4.2 Buzzer 4.3 Switches 5. Arduino With Display 6.Arduino With Sensors    6.1 Sensor Principles […]

Stage 4: Complete Beginner’s Guide For Arduino Hardware Platform For DIY Continue Reading

How to Convert an Arduino into an AVR Flash Programmer

How to Convert an Arduino into an AVR Flash Programmer

In case you don’t have an AVR programmer but you do have an arduino, the arduino can be converted into an AVR flash programmer, meaning it can program bare AVR microcontroller chips. Say if you have an AVR chip and you want to program the chip, so that the program that you’ve written and compiled

How to Convert an Arduino into an AVR Flash Programmer Continue Reading

How to Build a Liquid Level Gauge Circuit with an Arduino

How to Build a Liquid Level Gauge Circuit with an Arduino

In this project, we will build a liquid level gauge circuit with an arduino. This is a circuit in which a liquid level can be monitored through a gauge. We read the liquid level from the gauge (low, medium, or high), just as you see above. With a microcontroller such as the arduino, building this

How to Build a Liquid Level Gauge Circuit with an Arduino Continue Reading

How to Build a Color Sensor Circuit

How to Build a Color Sensor Circuit

In this project, we are going to build a color sensor circuit with an Arduino microcontroller. A color sensor is a device that can detect and differentiate between certain primary colors. This sensor can detect and differentiate between the colors white, blue, green, and red. <p “>A color sensor is actually a very useful device.

How to Build a Color Sensor Circuit Continue Reading

How to Build an Infrared Proximity Switch Circuit Using an Arduino

How to Build an Infrared Proximity Switch Circuit Using an Arduino

In this project, we will build an infrared proximity switch circuit using an arduino. This is a circuit in which a switch activates when the infrared sensor detects an object in its proximity. The infrared proximity switch sensor is a reflection-type photoelectric snesor which sends and receives infrared beams. Infrared proximity switches work by sending

How to Build an Infrared Proximity Switch Circuit Using an Arduino Continue Reading

Scroll to Top