To connect my board to the wifi and send data to microsoft azure cloud
I have developed a motion sensing application to recognize human activities using machine learning on an STM32 microcontroller on my ST IOT discovery kit (B-L475E-IOT01A) it is successfully infering different motions and displaying the results on the monitor. I have used the following guide:
https://wiki.stmicroelectronics.cn/stm32mcu/wiki/AI:How_to_perform_motion_sensing_on_STM32L4_IoTnode
Now I want to connect my board to the internet and upload these results on cloud rather than on a serial monitor as I am building a wireless device.
Kindly give me some links to how I should proceed further.
