Rafal Jackiewiczjackiewicz.hashnode.dev·Oct 15, 2024The Role of C in the Age of IoT and Embedded SystemsAs we move deeper into the era of smart devices and connected systems, the Internet of Things (IoT) continues to revolutionize industries—from healthcare and agriculture to smart homes and cities. At the heart of this revolution is C, a language that...EmbeddedDevelopment
Circuit Talescircuit-tales.tech·Jul 18, 2024A Step-by-Step Guide to ESP32 OTA Updates with OTA DriveKeeping your IoT devices up-to-date is crucial for performance and security. Over-the-Air (OTA) updates offer a seamless way to deploy firmware updates to your ESP32 devices without physical access. In this guide, we will explore how to use the OTA D...211 readsESP32 Development SeriesOTAUpdates
Chrispine Tinegablog.chrispinetinega.com·Jul 31, 2023Building an IoT Controller: The Journey BeginsThe Internet of Things (IoT) is rapidly changing how we interact with the physical world. Connecting everyday objects to the internet allows us to monitor and control them remotely through our devices and apps. In the article series Building SynapNex...2 likes·83 readsBuilding SynapNex™iot development services, iot software development, iot application development services, best iot development company, iot services, best iot solutions, iot project.
Deniz Ariyandenizariyan.com·Jun 5, 2022Interrupt Based Timer for ATmega328PWhy use interrupt based timers? There is two main approaches when it comes to delaying something in embedded systems. In most basic terms, busy waiting is the act of giving a long and unnecessary work to the CPU, so you can block it from processing ...740 readsarduino