Become a leader in the IoT community!
Join our community of embedded and IoT practitioners to contribute experience, learn new skills and collaborate with other developers with complementary skillsets.
Hey guys while sending sensor data from an ESP32-Pico to an MQTT broker,And combining multiple sensor readings into a single MQTT message, the payload size exceeds the broker’s limit. As […]
Hello guys @Middleware & OS I am working on an industrial automation system using a BeagleBone Black running Embedded Linux. The system needs to monitor and control a process using […]
Can anyone help explain the step-wise procedure for sending data using the CAN protocol? I’m working on Project Where we are Calculating the Distance using Ultrasonic sensor and wanted to […]
Hello #edge-networking am developing a smart automation system for factory The system needs to collect large data from sensors ( temperature, humidity, motion, door/window status) and control actuators (lights, thermostats, […]
Hi all, I have an ESP32 receiving information from another ESP32 equipped with sensors. Below is the code for the receiving ESP: “`C++ #include #include const char* ssid = “XXXX”; […]
After resolving the previous issues in my gesture recognition project on the `ESP32` with `TinyML`, I’m now encountering a new problem. The program crashes intermittently with the following error: IndexError: […]
Hello, I’m working on a light intensity monitoring system using `BeagleBone Black` and a Esp32. I’m interfacing an `LDR` (Light Dependent Resistor) through the `Esp32` with a 4-digit 7-segment display […]
I’m working with the BMP280 sensor on an AtMega32 microcontroller, aiming to convert sensor data from raw readings to a human-readable format. Specifically, I need to read calibration values from […]
Still on my project, I’m trying to implement a real-time data processing feature using Edge Computing on the AVR128DA48. The goal is to perform basic filtering on the sensor data […]