cancel
Showing results for 
Search instead for 
Did you mean: 

To connect my board to the wifi and send data to microsoft azure cloud

Arhum_29
Associate II

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.

 

6 REPLIES 6
STTwo-32
ST Employee

Hello @Arhum_29 and welcome to the ST Community 😊.

I suggest you take a look at this tutorial. It could be helpful.

Best Regards.

STTwo-32 

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

Thank you for your reply,

I followed the tutorial and completed it successfully, my board is now connected to microsoft azure cloud and is sending various sensor data to the cloud.

Kindly tell me how should I customize this project to integrate it with my previous motion sensing project. As I want to only send the results of motion sensing project that I have earlier deployed on my board using link shared:

https://wiki.stmicroelectronics.cn/stm32mcu/wiki/AI:How_to_perform_motion_sensing_on_STM32L4_IoTnode

Any help would be much appreciated.

 

 

Arhum_29
Associate II

Hello @Arhum_29 

What i suggest you is to understand how the code is sending values to the cloud and try to add this procedure to your project.

Best Regards.

STTwo-32 

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

@STTwo-32

Can you tell me where can I find the source code of that tutorial that I can customize in cube IDE to integrate both my projects.

https://learn.microsoft.com/en-us/azure/iot-develop/quickstart-devkit-stm-b-l475e

Thank You,

 

 

Pavel A.
Evangelist III

The link to STM32 source is in the Microsoft's article. Click on the button "Browse code":

https://github.com/eclipse-threadx/getting-started/tree/master/STMicroelectronics/B-L475E-IOT01A

Unfortunately no CubeIDE projects there and no .ioc files. To build the projects they use CMake with GCC toolchain (maybe IAR command line tools can be used too).

Download the whole repository, it contains common code for all boards:

https://github.com/eclipse-threadx/getting-started/tree/master