Arduino Serial Plotter – New Tool
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.
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 tutorial, I show how you can shift a signal from 5V to 3.3V. This is very useful if you want to connect an Arduino (operates at 5V) to …
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 …
The “Password Protected Web Server” eBook is no longer available for purchase. You can get the newer version of the course: Home Automation Using ESP8266 (3rd Edition).
A keypad allows you to interact with a microcontroller. You can salvage these keypads from old telephones or you can purchase them from most electronics store for less than $2.
Hey there, The most common questions I get about the ESP8266 WiFi Modules are: “Is it possible to control my ESP8266 from anywhere in the world?” and “How can I control my ESP8266 from anywhere?”.
The purpose of Random Nerd Tutorials is to share interesting electronics projects, tutorials and reviews with open-source hardware. This means that I usually don’t write blog posts about news, but it’s happening important changes to the …
Rui here, I’ve been getting a lot of positive feedback on the ESP8266 tutorial series. Unfortunately I’ve been really busy to post new tutorials.
Rui here, A few days ago I announced that I wrote a book called BeagleBone For Dummies for Wiley Publishing Inc.. This book took more than 7 months to complete.
In this project you’re going to create a simple HTTP client with an ESP8266 WiFi module. Having your ESP8266 connected to your network, it requests the current Bitcoin price. This is …