Tiago

Hello, my name is Tiago and i am an Eletromechanical Engineer. This is my blog where I will try my best to show my knowledge related to microcontrollers and artificial intelligence (Aiot). Warning: Random stuff related to Computer Science will also be available.

Real-Time Measurement System with ESP01 + HC-SR04

In this blog, we will walk you through the process of creating a real-time distance measurement system using an ESP01 microcontroller and an HC-SR04 ultrasonic distance sensor. This project will allow you to monitor the distance in real-time through a web interface, making it suitable for various applications, such as security systems, home automation, and

Real-Time Measurement System with ESP01 + HC-SR04 Read More »

Exploring the ESP8266 Hardware Timer – LED

In this blog post, we will explore and discuss the hardware Timers available for ESP8266 boards. The code utilizes the ESP8266 timers to handle interrupts efficiently and uses a library written by Khoi Hoang. Introduction to ESP8266 Timers The ESP8266 is a popular microcontroller with built-in WiFi capabilities, but it has limited hardware timers available.

Exploring the ESP8266 Hardware Timer – LED Read More »

ESP-01 onboard LED from a Button in an ESP8266 via ESP-NOW

ESP-NOW is a powerful communication protocol developed by Espressif that allows for direct communication between ESP devices without the need for Wi-Fi. This makes it an excellent choice for IoT applications where devices need to communicate directly without a central server or router. In this blog post, we will guide you through the process of

ESP-01 onboard LED from a Button in an ESP8266 via ESP-NOW Read More »