I am using AVR128DA48 microcontroller to control an LED in serial communication. The way I set it up is not complex; I’m sending *‘ON’* and *‘OFF’* commands from a `python` […]
I am using the VL53L0X sensor with an STM32F103C8 microcontroller and want to communicate with the sensor directly over I2C without using ST’s library. My goal is to minimize project […]
Hey guys I noticed a significant increase in power consumption by my IoT devices (ESP32) when transmitting data to AWS IoT Core, leading to shorter battery life. I’ve optimized my […]
AWS IoT Greengrass is an open-source Internet of Things (IoT) edge runtime and cloud service for IoT applications. It is my (un)favorite IoT service. Pros: Runs on edge devices. Communicates […]
Hello everyone, I’m currently developing a vibration anomaly detection system using an Arduino Nano 33 BLE Sense. The machine learning model was trained with Edge Impulse, and it worked well […]
My Arduino Wifi1010 board is connected to an Opla IOT kit, and the device won’t show it’s online in the Arduino Cloud devices section. I tried uploading a basic code […]
Hey guys while attempting to develop a platform for easy OTA remote updates for ESP32 and other devices, driven by the need for seamless software updates in my current project, […]
How do i optimize and deploy a deep learning model on an ESP32? still based on my project image recognition system that can analyze images of tissue samples, identify malignancies, […]
Hey guys, I am using the DA16200MOD-DEVKT-P development kit for a low-power IoT project. The objective is to implement a Wi-Fi connection that maintains ultra-low power consumption by utilizing the […]