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·98 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
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...DiscussWeMakeDevs
B21 Hire Jayesh Nanajijaynh.hashnode.dev·Aug 13, 2023AT89S52 MicrocontrollerIntroduction:- AT89S52 is a microcontroller IC based on 8051 architecture. It contains all the features of the 8051 microcontroller and also some additional features. AT89S52 is a low-power, high-performance, CMOS 8-bit microcontroller with 8K bytes ...Discussmicrocontroller
Wilhelm Erasmusscooting.dev·Jul 19, 2023Wifi-enabling a gate the complete wayThe why There are products on the market to automate gates. I especially like Remootio. I have however been yearning for some DIY electronics action so I took it upon myself to DIY something similar that could not only open and close my sliding gate,...Discuss·36 readsiot