Guide for the Tilt Sensor (inclinometer) with Arduino
This post shows how to use the tilt sensor module with the Arduino. The tilt sensor is many times referred to as inclinometer, tilt switch or rolling ball sensor. Using …
This post shows how to use the tilt sensor module with the Arduino. The tilt sensor is many times referred to as inclinometer, tilt switch or rolling ball sensor. Using …
This post shows how to use the microphone sound sensor with the Arduino board.
This post is about how to use the BMP180 barometric sensor with the Arduino. It is also applicable for other similar barometric sensors.
This post is about how to use the DS1307 Real Time Clock (RTC) module with the Arduino. You can also follow this guide for other similar modules like the DS3231 RTC.
The dot matrix that we’re going to use in this guide is a 8×8 matrix which means that it has 8 columns and 8 rows, so it contains a total of …
The Arduino board has a wide variety of compatible displays that you can use in your electronic projects. In most projects, it’s very useful to give the user some sort of feedback …
Transistors are semiconductor devices with three terminals that can act as amplifier controls or electrically controlled switches.
This guide shows how to build a smoke detector that beeps when it detects flammable gas or smoke.
With an Arduino it is possible to do almost every imaginable project. This time I put together a list of 19 different robots built with an Arduino. Some of them …
This blog post shows a simple example on how to use the MFRC522 RFID reader. I’ll do a quick overview of the specifications and demonstrate a project example using an Arduino.
Raspberry Pi is a credit card-sized development board and it is the perfect tool for students, artists, hobbyists and hackers. It is a very versatile board with application in several areas. …
I put together a list of 9 essential tools that I think all electronics lab must have. Either if you are just start building your own lab or want to improve yours, here’s …
This tutorial demonstrates how to use a magnetic reed switch. I’ll do a quick overview on how it works and show a project example using an Arduino.
Arduino shields are boards that will expand the functionalities of your Arduino. You just need to plug them over the top of the Arduino board. There are countless types of shields …