Guide for MQ-2 Gas/Smoke Sensor with Arduino
This guide shows how to build a smoke detector that beeps when it detects flammable gas or smoke.
This guide shows how to build a smoke detector that beeps when it detects flammable gas or smoke.
In this project, you’re going to build an Android app using the MIT App Inventor software that allows you to control the ESP8266 GPIOs. First, watch the video demonstration To learn more about …
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.
In this project you’ll create a standalone web server with a Raspberry Pi that can toggle two LEDs. You can replace those LEDs with any output (like a relay or a transistor). …
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.
The ESP8266 has a few common issues, specially when you are trying to flash a new firmware or uploading scripts. Here’s a compilation with some of the most common problems with the ESP8266 and how to fix …
In this project we are going to establish a wireless communication between two ESPs and send data from three sensors to an Excel spreadsheet. This tutorial shows a wireless weather station with data …
The very first time you used an Arduino board, you probably did something like this: Connected an LED to your Arduino Uploaded the default blink sketch that would turn on and off your LED every …
The latest release of the Arduino IDE 1.6.6 comes with a new tool called Serial Plotter. This tools gives you the ability to visualize your data in a plot that is updated in real time.
In this tutorial you’re going to learn how to send data from an Arduino to the ESP8266 via serial communication.
This post aims to be a complete guide for Nokia 5110 LCD with Arduino. I’ll explain what it does, show its specs and share an Arduino project example that you can take …
In this project your’re going to build a web server with an ESP8266 that can control remotely any sockets (safely).
In this project you’re going to make two ESP8266 talk with each other.
This post aims to be a complete guide for nRF24L01 – 2.4GHz RF Transceiver module. I’ll explain what it does, show its specs and share an Arduino project example that you …