Hi everyone,
I am developing a ** STM32U575 project** and I have started exploring the resources (mm-ekh08-u575 toolkit) for integrating with Silex Wi-Fi HaLow module, based on MM6108.
My project involves sending data acquired from a sensor with STM32U575 to another microcontroller connected to the WiFi Halow network i.e another STM32U575 or a RaspBerryPi.
I’m using Silex’s EVK module for SX-SDMAH. I followed the SX-SDMAH_IoT_SDK_Startup_Guide which explained how to start the iperf example on STM32U575 & EVB board that correctly works. I used another EVK module to check the communication. The data rate was only around 102 Kbit/s. Here’s the first question: *where to control tx power parameters and channel for that example?
Furthermore, I need to develop my own code. I understood how the code of the example works, but I miss to understand how to send the data i gathered from the sensor. Is there a particular instruction or set of instruction to perform that communication?
Thank you in advance for your help and any suggestions you can provide!