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...Ai 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 ...Electronics
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...WSL
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...341 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...Raspberry 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...cumulocity
Ayoub Toubablog.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...1 likeESP32
Ayoub Toubablog.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...arduino
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 ...1 likeembedded systems
B21 Hire Jayesh Nanajijaynh.hashnode.dev·Aug 30, 2023Data Conversion In 8051Data is stored in the form of binaries in the memory of any microcontroller or microprocessor. However, this data stored in the memory has to be converted in data formats such as packed BCD or unpacked BCD, ASCII(American standard code for informatio...WeMakeDevs