Category: Arduino
The cheapest ESP8266 programmer!
Gustavo Reynaga shows us how to you can flash your ESP-01 and esp-201 with Arduino IDE and upload any other firmware with ESP flash tools. Hi folks, now I'll teach you how to make your programmer to the ESP-01 and ESP-201, (perhaps serve with other models) using an Arduino UNO, a...
Continue ReadingUnderstanding Arduino UNO Hardware Design
Yahya Tawil tipped us with his latest article that explains how Arduino works from an electronic design perspective. Most articles explain the software of Arduinos. However, understanding hardware design helps you to make the next step in the Arduino journey. A good grasp of the...
Continue ReadingArduino 8×8 LED Matrix using MAX7219
In this tutorial you will learn how to drive a 8x8 led matrix using MAX7219 display driver IC. In this instructable I'm going to show you how to Interface with LED matrix using an Arduino and MAX7219 IC, this project can be used to make low resolution images using LEDs. This project...
Continue ReadingContactless OLED Thermometer With Arduino and MLX90614
Konstantin Dimitrov shows us how to build a contactless OLED thermometer using Arduino and MLX90614 infrared sensor. Hello, everyone ! Today I'm going to show you how to make a contactless OLED thermometer with Arduino UNO and Infrared temp sensor MLX90614 in 5 minutes. This project...
Continue ReadingMagnetic Field Measurement Using HMC5883 and Arduino Nano
In this tutorial we are going to learn the detailed working of HMC5883 with arduino nano. The HMC5883is a digital compass designed for low-field magnetic sensing.This device has a wide magnetic field range of +/-8 Oe, and an output rate of 160 Hz. The HMC5883 sensor includes...
Continue ReadingFull featured Arduino DSLR Intervalometer
by aniansh @ instructables.com: Have you ever felt like creating one of those city street time lapses that you see on the internet or recording the blooming of a flower through a time lapse or maybe create a night sky panorama of the milky way drifting in the background? Well, now...
Continue ReadingWireless Weather Station using Arduino Due, DHT22 sensor and NRF24L01+
educ8s.tv uploaded a new project on youtube. In this video we build a Wireless Weather Station using the fast and powerful 32bit Arduino Due board. We measure the temperature and the humidity with a couple of DHT22 sensors and we communicate with the remote sensor using the 2.4GHz...
Continue ReadingLearn how to play sound with Arduino by building a DIY Micro Piano
In this video we are going to learn how to make sound with Arduino. We are going to build a simple Micro Piano in order to demonstrate the capabilities of the tone function. Let's start! Playing back sound is great for adding audio feedback to our projects. So far we were using...
Continue Reading