cancel
Showing results for 
Search instead for 
Did you mean: 

Interface onboard WiFi module of STM32BL475

Shreyu1001
Associate II

I’m trying to interface the onboard ISM43362 Wi-Fi module of the STM32BL475 using STM32CubeIDE, but I couldn't find any proper resources or example code online.

4 REPLIES 4
STTwo-32
ST Employee

Hello @Shreyu1001 

The only available examples to make WiFi work on this board are those WiFi examples.

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.

but in that theres a common folder which has files... so how do i use it in my project... like pins connections and configurations..


@Shreyu1001 wrote:

but in that theres a common folder which has files... so how do i use it in my project


I don't understand the problem: all projects are just folders and files - where, exactly, are you stuck?

 


@Shreyu1001 wrote:

like pins connections and configurations..


either do it graphically in CubeMX (standalone, or within CubeIDE), or just write the code.

basically i m done with 70 percent project...i just want to send usart1 data which is being printed on teraterm .... to thingspeak api using the on board wifi..... so for that  i need to setup wifi... which i m not able to . so need help in setting up wifi module and sending data to thingspeak api ... i m using stm32cubeide..