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.
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 […]
I’m developing an air quality monitoring system on an `STM32F746` using `TinyML`. The system uses a temperature, humidity, and gas sensor to predict the Air Quality Index (AQI) via a […]