How To – DIY – Projects

DIY G force measurement system

DIY- G-force measurement system

So this time around, it’s another fun and functional microcontroller based DIY, a g-force measurement system with data logging to SD card. HARDWARE USED: 1) Arduino UNO w/ATmega328P 2) 3-axis accelerometer breakout 3) SD card 4) SD card breakout w/level shifting circuit 5) LED HOW IT WORKS: Basically, the system uses an accelerometer to measure […]

DIY- G-force measurement system Continue Reading

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 Soil Moisture Sensor Circuit with an Arduino1

How to Build a Soil Moisture Sensor Circuit with an Arduino

In this project, we are going to build a soil moisture sensor with an Arduino microcontroller. A soil moisture sensor, also called a hygrometer, measures the amount of moisture, or water, in the soil. Therefore, we can tell whether the soil has enough moisture or not. So it is a good diagnostic tool for caring

How to Build a Soil Moisture Sensor 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

Scroll to Top