Hi guys since google has shut down its IoT platform, i have been seeking alternative way to send data from some platforms to IoT devices for config updates. I used […]
Hey guys In a recent lot project, l used ESP32 to connect various sensors to a cloud platform for data storage and remote monitoring. While the initial connection and data […]
Hey guys i’m attempting on working on an ESP32 robotic arm control system using FreeRTOS and MQTT, but the system occasionally freezes. I suspect a deadlock between `controlArmTask` and `sendCommandTask`. […]
Hey guys @Middleware & OS I want to learn about using TPM in embedded Linux on ARM for secure boot, TrustZone, etc. Iām struggling to find up-to-date resources. Most of […]
Hi guys i’m developing a real-time sensor data display system on an ESP32 microcontroller using FreeRTOS. The project involves two main tasks: TaskA handles sensor data collection and processing while […]
Hey guys while developing a FreeRTOS-based realtime application on ESP32 to manage multiple industrial sensors, l’ve encountered system crashes and memory management issues, likely due to stack overflows and improper […]
Hi, I’m looking to enhance MQTT reliability for my ESP32 in IoT applications. My ESP32 struggles with maintaining stable connections in fluctuating network conditions, often failing to reconnect automatically after […]
I’m working with the ESP32 CAM WiFi module and encountering two issues. It experiences high latency on my home network, and more concerning, it fails to obtain an IP address […]
Hii while developing an loT application with ESP32-Pico to monitor environmental conditions and send data to an MQTT broker. The MQTT connection is set to QoS 1 with a 60-second […]