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 […]
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, […]
Hey guys, During integration testing, I’ve noticed intermittent failures in CAN Bus communication between nodes. Some messages are dropped, and errors are logged on the AVR128DA48. I’ve already checked for […]