Abu Precious O.btere.hashnode.dev·Nov 8, 2024When dataset is not the problem to low accuracy in Edge AIBuilding robust AI models for Edge applications, like predictive maintenance, is an intricate process, especially when these models are deployed in environments with limited resources like low-end devices like MCU, single board computer(SBCs), Mobile...DiscussAi on the edge
Lorry Luolorry.hashnode.dev·Nov 5, 2024Types of Microcontrollers: Powering the World Around UsMicrocontrollers are like the "brains" within electronics, quietly controlling actions in countless devices around us—from our coffee makers to our cars. This article explores the different types of microcontrollers, breaking down the main kinds and ...DiscussElectronics
JP Hutchinsblog.jphutchins.com·Oct 10, 2024Comparing Firmware Development EnvironmentsAbout a year and a half ago, I decided to take a different approach to setting up a Zephyr environment for a new project at Intercreate. Instead of using my trusty VMWare Workstation Linux VM, I opted for WSL2. I was curious to find out: Would hardwa...DiscussWSL
BlackTechXblog-blacktechx.hashnode.dev·May 30, 2024How to Read and Flash Firmware on ESP32/ESP8266 MicrocontrollersESP32 and ESP8266 File Read and Flash This repository provides comprehensive instructions and scripts to read a file from an ESP32 or ESP8266 microcontroller and flash it to another board. This process is useful for duplicating the firmware, transfer...Discuss·268 readsesptool
Lorry Luolorry.hashnode.dev·May 27, 2024Raspberry Pi Microcontroller Basics: Everything You Need to KnowAre you curious about Raspberry Pi microcontrollers and how they can revolutionize your tech projects? Whether you're a hobbyist, a student, or a seasoned developer, understanding the basics of Raspberry Pi microcontrollers can open up a world of pos...DiscussRaspberry Pi
TECHcommunity_SAGtechcommsag.hashnode.dev·Apr 12, 2024How to connect a microcontroller to Cumulocity IoT via LwM2MIntroduction Lightweight M2M (LwM2M) is an open-source protocol for IoT devices management. It is designed for addressing the needs of mobile low-power devices with very little compute power.This is ideal for the low-power microcontrollers which requ...Discusscumulocity
Ayoub ToubaforYaffaLabblog.yaffalab.com·Feb 26, 2024Building a Web-Controlled Lamp with ESP32 (MCU support Wifi)This article builds upon the previous one, diving deeper into the process of building a web-controlled lamp using an ESP32 microcontroller and delving into the code relying on a server on the web. Unveiling the Magic The secret ingredient? Web Server...Discuss·1 likeESP32
Ayoub ToubaforYaffaLabblog.yaffalab.com·Feb 21, 2024Understanding Serial Ports: Lamp Control via Web App and Serial CommunicationAre you interested in connecting Arduino boards (or other microcontrollers) to the web to create interactive projects? If so, this project is for you! We'll guide you through the process of building a web-controlled lamp, showcasing the power of seri...Discussarduino
Joni Hietalaoverengr.com·Oct 18, 2023Journey from Software to Circuitry: A Family AdventureHello to all tech enthusiasts, curious minds, and fellow learners! I've spent a considerable portion of my life wrapped up in the intricate world of software, diving deep into codes, algorithms, and digital solutions. Software has always been my comf...Discussmicrocontroller
shubhangi ingleshubhangi98eee.hashnode.dev·Sep 19, 2023Data Serialization in CSerializing data is a way of sending a byte of data one bit at a time through a single pin of microcontroller. There are two ways to transfer a byte of data serially : 1. Using the serial port. In using a serial port, the programmer has very limited ...Discuss·1 likeembedded systems