Overview
It would fun to see how your Instagram posts perform in action! We are going to build a gauge that shows your Likes per minute speed. In this article, you will learn how to get data from web pages by ESP8266 and send them to Arduino to analyze and run other actuators.Â
What You Will Learn
Connect the ESP8266 to the internet and get data from web pages.
Use Arduino to read ESP8266 data and analyze them.
Ge...
Overview
Create a cool fire simulation effect with Wi-Fi wireless control. A mobile app (for Android smartphones) with a good looking interface is ready to install to play with your creation! We will also use Arduino and ESP8266 to control the flame.
What You Will Learn
How NeoPixels work.
How to program ESP8266 and control variables over wifi
How to create a cool fire effect with Neopixels
...
Overview
In this tutorial, you will learn how to upload and download data to/from a Firebase database with Arduino UNO and ESP8266 module.Storing data (like sensors data) to a database that can be accessed from anywhere by the internet may be very useful. Firebase makes storing and retrieving data easy.
What You Will Learn
How to make a database in Firebase
How to upload (download) data to (from) Firebase
...
Overview
In this tutorial, you will learn how to create an Arduino based smart door lock, with the ability to be unlocked by your cell phone.
What you will learn
You will learn how to generate a specific QR code.
You will learn how to make a log in page by ESP8266.
You will be able to unlock a door via your cell phone.
https://electropeak.com/learn/wp-content/uploads/2019/02/smart-door-lock-arduino-teaser-240p-2.mp4
Secure Doors by Smart Lock
These days, You can impr...
Overview
In this tutorial, you’ll learn about the ESP8266 module, and how to control a LED with your cellphone and web page using a WIFI connection (you can replace LED with components like buzzer or relay).
What You Will Learn
How to use the ESP8266 module.
How to control objects with this module using a WIFI connection.
What is the ESP8266 Module?
ESP8266 is one of the most practical mo...
Overview
In this tutorial, we are going to make a heat map of the surrounding Wi-Fi signals using Arduino and ESP8266.
https://electropeak.com/learn/wp-content/uploads/2019/07/original-mp4-compressed.mp4
What You Will Learn
Introduction to WiFi signals
How to detect specific signals with ESP8266
Make a heat map using Arduino and TFT display
What Is WiFi?
Nowadays, many people use WiFi services on their smartphones, tablets, and PCs. WiFi is a protocol registered by ...
Overview
In this tutorial, you will learn how to use NodeMCU on Arduino IDE.
What You Will Learn
General information about NodeMCU
How to install ESP8266 based boards on Arduino IDE
How to program NodeMCU on Arduino IDE
Introducing boards that can be used instead of NodeMCU
What Is NodeMCU?
Today, IOT applications are on the rise, and connecting objects are getting more and more important. There are several ways to connect objects such as ...
Overview
In this tutorial, you’ll get to know the micropython programming and its platforms. At the end of this tutorial, you have learned about micropython, its applications, and its programming environment, and you can write a simple program using micropython’s practical libraries and functions.
https://electropeak.com/learn/wp-content/uploads/2019/07/py-cover-video.compressed2.mp4
What You Will Learn
Introduction of MicroPython
Introduction of MicroPython Programming Envir...
Overview
In electronic projects, performing operations at a specific time or showing the time to the user has always been one of the challenges ahead. The first common solution to this challenge is to use RTC ICs such as DS1307, Which are not usually accurate (for more information, see "How to Use DS1307 RTC Module with Arduino & Make a Remider?"). A newer and more accurate solution is to receive the time and date from a central server via the Internet.
What You Will Learn
...
Overview
Welcome to the world of MicroPython on ESP32 and ESP8266! In this tutorial, we will introduce you to MicroPython, highlighting the differences between MicroPython and regular Python, and demonstrate how to program your ESP32 and ESP8266-based boards with MicroPython using the uPyCraft IDE. By the end of this guide, you will have your first LED blinking using MicroPython, empowering you to explore the vast potential of these powerful microcontrollers through the simplicity and flexibility of ...