Using Wi-Fi on STWINBX1 and Sending Notifications to MQTTX Server
Hello everyone,
I am working on a project using the STWINBX1 (STEVAL-STWINBX1) development kit, which includes the MXCHIP EMW3080 Wi-Fi module. My goal is to connect the board to a Wi-Fi network and send notifications (printed messages) to my MQTTX server wirelessly.
I am trying to:
- Activate and configure the Wi-Fi module (MXCHIP EMW3080) on the STWINBX1 board.
- Connect the board to my Wi-Fi network using the credentials:
- SSID
- Password
- Send printed messages from the board to my MQTTX server using MQTT.
- MQTTX Server Details:
- Host
- Port
- Client ID
- MQTTX Server Details:
I’ve found some general information but could use more detailed references or guides to help me complete the task. Does anyone have any helpful links, articles, or documentation on:
- Setting up the MXCHIP EMW3080 module with STM32 (preferably using SPI).
- Using AT commands to manage Wi-Fi and MQTT communication.
- Integrating MQTT clients with STM32 and Wi-Fi modules.
Your input would be greatly appreciated!
Thank you in advance!
