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.

Connecting an ESP8266 to a 2004 LCD: A Comprehensive Guide

The ESP8266 is a low-cost Wi-Fi microchip that has gained popularity among hobbyists and developers for its versatility and ease of use. The 2004 LCD is a 20×4 character display module that is commonly used in various electronics projects. In this blog post, we will explore how to connect an ESP8266 to a 2004 LCD […]

Connecting an ESP8266 to a 2004 LCD: A Comprehensive Guide Read More »

Two ESP8266 and ESP-NOW: Transmitting Int, Char and String

ESP-NOW is a communication protocol developed by Espressif, which allows multiple devices to communicate with each other without the need for Wi-Fi. In this blog post, we will demonstrate how to connect two ESP8266 modules using ESP-NOW and transmit different data types (int, char, and string) between them. Prerequisites Hardware 2 x ESP8266 Modules (e.g., NodeMCU or Wemos

Two ESP8266 and ESP-NOW: Transmitting Int, Char and String Read More »

Top Boards for Machine Learning on Small Devices

TinyML (Tiny Machine Learning) is a rapidly growing field that involves running machine learning models on low-power microcontrollers. These microcontrollers are designed to perform AI tasks at the edge while consuming minimal power, making them ideal for a wide range of applications, from smart home devices to wearables and industrial IoT. In this post, we’ll

Top Boards for Machine Learning on Small Devices Read More »

Connecting Two ESP8266 Modules Using ESP-NOW: A Button and a Led

ESP-NOW is a powerful communication protocol developed by Espressif for the ESP8266 and ESP32 microcontrollers. It enables devices to communicate directly with each other without the need for a Wi-Fi network. In this tutorial, we will demonstrate how to connect two ESP8266 modules using ESP-NOW, with one module controlling an LED on the other module

Connecting Two ESP8266 Modules Using ESP-NOW: A Button and a Led Read More »

WeMos D1 Mini Tutorial: Lighting Up the Onboard LED

Welcome to this introductory tutorial on using the WeMos D1 Mini microcontroller to light up its onboard LED. The ESP8266 is a low-cost Wi-Fi module that makes it easier than ever to add Wi-Fi functionality to your projects. Tutorial steps Hardware setup Installing required software Configuring the Arduino IDE for ESP8266 Writing the code to control the

WeMos D1 Mini Tutorial: Lighting Up the Onboard LED Read More »