June 2023

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 »