User Activity

  I am facing an issue connecting the STM32F4 NUCLEO-F429ZI board to an HMI screen that uses RS232 and RS485 communication standards. The HMI can communicate successfully with my computer, but the STM32 board cannot communicate with the computer exce...
"I'm working with STM32 NUCLEOF429ZI but I encountered this error. Right after I plugged in the cable to upload the program, the txt file showed this error. Please help me identify the cause and how to fix it.""The interface firmware FAILED to reset/...
I’ve successfully implemented data transmission between my STM32 NUCLEO F429ZI and an MQTT broker. Now, I want to enhance the security of this communication by configuring TLS. Initially, I would like to set up TLS without requiring CA certificates f...
I'm facing an issue connecting STM32 to the MQTT broker. The mqtt_status has 4 states: MQTT_START, MQTT_CONNECT, MQTT_SUBTOPIC, and MQTT_RUNNING.enum mqtt_status{    MQTT_START = 0,    MQTT_CONNECT = 1,    MQTT_SUBTOPIC = 2, MQTT_RUNNING = 3};this is...
  I am running an STM32 NUCLEO F429ZI project connected to HiveMQ, with the following details in the mqtt_app.c file using LWIP and MBEDTLS: char* strUrlDefault = "mqtt://broker-dev.vconnex.vn:888"; char* strUsernameDefault = "SmartHome"; char* strP...