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.
Context: Your IoT device collects time-sensitive data that needs to be logged with high precision and analyzed locally at the edge. Challenge: Ensure accurate time stamping of data points, even […]
• Reviewer: @ngu25 • Full Review and Getting Started Guide: https://www.devheads.io/wp-content/uploads/2024/08/AVR128DB48_DevHeads_Review-1.pdf The AVR128DB Curiosity Nano kit is based on the AVR DB family of microcontrollers featuring the AVR CPU, running […]
Hello guys, am developing an IoT project using the BeagleBone Black (BBB) running a custom Embedded Linux image. The project requires a stable Wi-Fi connection for real-time data transmission to […]
Hello guys I am developing an industrial automation project using the `BeagleBone Black` (BBB) running Embedded Linux. The project involves communicating with multiple devices over the `CAN` bus. However, I […]
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 […]
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”; […]
Hey guys, I’m working on a real-time alert system using LoRa to notify operators when a sensor picks up a problem, like high temperatures. I’m using the AVR128DA48 and the […]
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: […]
I want to build a MJPEG server via websocket on esp32 in esp idf The problem is that I am using the mongoose network stack, and `I have to know […]