Skip to main content
Associate II
March 17, 2025
Question

Interface onboard WiFi module of STM32BL475

  • March 17, 2025
  • 9 replies
  • 1516 views

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.

This topic has been closed for replies.

9 replies

STTwo-32
ST Technical Moderator
March 17, 2025

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.
Associate II
March 17, 2025

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

Andrew Neil
Super User
March 18, 2025

So either start with one of the examples projects mentioned by @STTwo-32, or go to the WiFi module manufacturer's website for support

https://www.inventeksys.com/ism4336-m3g-l44-e-embedded-serial-to-wifi-module/

https://www.inventeksys.com/iwin/getting-started-guide/

 

A quick internet search for "STM32 ISM43362" suggests:

https://github.com/nano256/ISM43362-M3G-L44-Driver

https://github.com/stm32duino/WiFi-ISM43362-M3G-L44

among others ...

 


@Shreyu1001 wrote:

i just (sic) want to send usart1 data 


Getting WiFi up & running really isn't a "just" - there's quite a lot to it!

I would strongly recommend that you start this as a separate project - then integrate once it's working.

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.
Associate II
June 17, 2025

Hi i was wondering if you finally found some documentation or a solution for that 
I tried a lot of stuff over the last couple of days but nothing worked

Thank you