Standalone code for wifi Bringup
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-06-10 8:59 PM
Dear sir,
We are using the STM32H747XIH6 microcontroller in our custom board, which includes Wi-Fi functionality connected via the SDIO interface. The Wi-Fi module part number is LBEE5KL1DX-883.
Could you please provide a reference source or sample code for the Wi-Fi bring-up? We are looking for a standalone application that can simply perform a Wi-Fi scan to verify the hardware functionality.
If an operating system (OS) is required for this, kindly help us with the appropriate OS source and setup steps, as we are new to STM32 MCUs.
Best regards,
Samudralankaiah.
- Labels:
-
STM32H7 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-06-11 3:26 AM
Hello,
Discussions on LBEE5KL1DX-883 but using STM32MP (MPUs) series:
LBEE5KL1DX-883 issue with SDMMC3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-06-11 3:35 AM
@Samudra wrote:The Wi-Fi module part number is LBEE5KL1DX-883..
So this: https://www.murata.com/en-eu/products/connectivitymodule/wi-fi-bluetooth/overview/lineup/type1dx ?
So not an ST product.
Have you contacted muRata for support?
Looks like they're targetting NXP for support:
But the module neither knows nor cares what microcontroller you use - so you should be able to port that ... ?
The Block Diagram shows that it's a CYW4343W chip inside:
So see:
In particular:
and:
A complex system designed from scratch never works and cannot be patched up to make it work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-06-11 3:38 AM
@Samudra wrote:we are new to STM32 MCUs.
Do you have experience with any other microcontroller(s) ?
Some STM32 Getting Started links:
A complex system designed from scratch never works and cannot be patched up to make it work.
