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.
Join our community of embedded and IoT practitioners to contribute experience, learn new skills and collaborate with other developers with complementary skillsets.
Greetings every one what you do if you iot device infield get disconnected to wifi and you dont have anyother connectivity available? How you can ensure that data is not […]
How do i achieve a fully functional voice-controlled system with reliable command recognition and LED control? Am done with my project on developing a home automation voice-controlled system using `MicroPython` […]
Still based on my project image recognition system that can analyze images of tissue samples, identify malignancies, and predict possible symptoms and causes. How do i implement real-time inference and […]
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: […]
Hey guys, while setting up communication between ESP32 and industrial/DIY sensors using MQTT, I noticed performance bottlenecks, message loss, and delayed logging, especially during high-frequency data transmission. How do different […]
Hello @MCU, MPU & Firmware , Is anyone experienced with Bluetooth HFP (Hands-Free Profile) development? If so, could you provide recommendations for vendors with a mature and stable Bluetooth stack […]
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 […]
I’m attempting to flash code over CANBUS on a Nucleo-F446 board, using the instructions from the following application note: [CAN Protocol Used in the STM32 Bootloader](https://www.st.com/resource/en/application_note/cd00264321-can-protocol-used-in-the-stm32-bootloader-stmicroelectronics.pdf). According to the document, […]