2025-03-13 2:19 PM - last edited on 2025-03-14 7:59 AM by Andrew Neil
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:
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:
Your input would be greatly appreciated!
Thank you in advance!
2025-03-13 5:51 PM
The best you can do is outsource this task to somebody who knows this or similar wi-fi module and can provide you the interface code quickly and with high quality. Here you can summon help.
2025-03-14 4:01 AM
I know about that site, but I’m not looking for paid work. I want to learn and do the work myself. I’m a student, and this is my actual project—I’m already halfway there. But thanks anyway!
2025-03-14 5:59 AM - edited 2025-03-14 2:33 PM
So, you want to do the work yourself but still asking for help. On that site you can request help for any part of the work, such as research of certain documentation or adaptation of some opensource library. Good luck.
2025-03-14 7:25 AM
@Pavel A. "Asking for help", shocking isn't it, on a community help forum too! ;)
2025-03-14 7:57 AM
@Mahdouch wrote:I am working on a project using the STWINBX1 (STEVAL-STWINBX1) development kit, which includes the MXCHIP EMW3080 Wi-Fi module.
So, presumably, the code which ST supply for that kit must include driving the WiFi module?
https://www.st.com/en/evaluation-tools/steval-stwinbx1.html#tools-software
Can you not work from that?
See also X-WIFI-EMW3080B ?
https://www.st.com/en/development-tools/x-wifi-emw3080b.html#tools-software
@Mahdouch wrote:Does anyone have any helpful links, articles, or documentation on:
- Setting up the MXCHIP EMW3080 module with STM32 (preferably using SPI).
The module neither knows nor cares what microcontroller you use; it works as described in its documentation - irrespective of what microcontroller you use
https://docs.mxchip.com/en/gbqpuw835cylblg9/lc98hunmc275u8if/ay3w7ata0ptyegxb/stun27wfeuafzqed.html
Similarly MQTT just needs a TCP/IP link - it's oblivious to how that link is implemented.
2025-03-14 8:48 AM