cancel
Showing results for 
Search instead for 
Did you mean: 

How to enable WiFi on STM32L4 Discovery kit IoT node (B-L475E-IOT01A)?

JFlowers
Associate II

I would like to enable WiFi on the STM32L4 Discovery kit IoT node (B-L475E-IOT01A) and run a very simple HTTP server inside a FreeRTOS task.

I would prefer to use the STM32CubeIDE to do this but will yield to MBED or some other framework if necessary.

Any pointers, please?

Currently, I do not see a way to enable WiFi in STM32CubeIDE.

I do NOT want to set up this as an IoT node to any cloud.

Thanks!

Joe

1 ACCEPTED SOLUTION

Accepted Solutions
KnarfB
Principal III

https://github.com/STMicroelectronics/STM32CubeL4/tree/master/Projects/B-L475E-IOT01A/Applications/WiFi ?

Comes with the firmware, should already be on you disk %USERPROFILE%\STM32Cube\Repository\STM32Cube_FW_L4_V1.17.1\Projects\B-L475E-IOT01A\Applications\WiFi

hth

KnarfB

View solution in original post

3 REPLIES 3
KnarfB
Principal III

https://github.com/STMicroelectronics/STM32CubeL4/tree/master/Projects/B-L475E-IOT01A/Applications/WiFi ?

Comes with the firmware, should already be on you disk %USERPROFILE%\STM32Cube\Repository\STM32Cube_FW_L4_V1.17.1\Projects\B-L475E-IOT01A\Applications\WiFi

hth

KnarfB

JFlowers
Associate II

Thank you, Knarf. I assumed wrong on what was in that folder. Thanks! It's working.

can u suggest me a link or document where you learned about this wifi and bluetooth coding and also i want to learn all other peripheral in the stm32 iot board