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 I’m seeking expert advice on optimizing realtime loT applications with Edge Impulse on my Raspberry Pi 4. Specifically, I’m using Edge Impulse library version 2.14.0 to run a […]
Hello I am deploying Edge Impulse models on the Arduino Nano RP2040. Although Edge Impulse doesn’t provide a specific library for the Nano RP2040, I have successfully adapted the models […]
Good day everyone, I’m exploring GPRS modules for embedded Linux. Many vendors offer modules with built-in TCP/IP stacks. Since embedded Linux usually has its own TCP/IP stack and uses PPP […]
Hey guys, am creating a building automation system using a Raspberry Pi 4 with Embedded Linux. The system should read data from a BACnet temperature sensor. I have checked the […]
Hello dev i am setting up an industrial IoT gateway using an UP Squared board with Embedded Linux. The gateway should read data from an OPC UA temperature sensor, I […]
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”; […]
Good day devs, I tried integrating a SIM800 module with FreeRTOS for a small start up. I plan to use HAL_UART functions with a timeout mechanism for UART communication, but […]
Good day everyone, I have gone through the Datasheet and User Manual for my STM32F4 Microcontroller Unit (MCU) in great detail, including PM0214 for STM32F4xx MCUs. Additionally, I have searched […]
I’m using CLion (version X.X) for embedded development on an STM32F411 microcontroller with OpenOCD 0.11.0. While ‘build’ completes, the debugger fails with the following error: Error executing event examine-end on […]