cancel
Showing results for 
Search instead for 
Did you mean: 

Nucleo-F446RE & X-NUCLEO-67W61M1 Detailed Setup and Simple Test

Dim-ss
Visitor

I am writing to request some guidance on how to properly connect and run a basic test between the STM32 NUCLEO-F446RE development board and the X-NUCLEO-67W61M1 Wi-Fi/Bluetooth expansion board.

To help me get started, could you please advise on the following points?

  • Hardware Setup: What is the correct way to stack or connect these boards? Are there any specific jumper configurations, solder bridges, or pin mappings required for the SPI interface to communicate correctly?
  • Simple Testing Procedure: Do you have a recommended basic test procedure or a simple example project (e.g., using STM32CubeIDE) to verify that the F446RE is successfully communicating with the ST67W611M1 module? (For instance, reading the module ID, initializing the Wi-Fi, or running a basic network scan).
  • Documentation & Libraries: Are there any specific Application Notes, Quick Start Guides, or software packages (within the STM32Cube ecosystem) that you highly recommend for this exact board pairing?

Any code snippets, reference diagrams, or step-by-step instructions you can provide would be highly appreciated.

Thank you very much for your time and i apologize for bothering you.

Best regards,
Dimas.

1 REPLY 1
Andrew Neil
Super User

Start on the X-NUCLEO-67W61M1 Product Page:

https://www.st.com/en/evaluation-tools/x-nucleo-67w61m1.html

Look at the Documentation available there.

Also look at Tools & Software - there you'll find the supporting software for the board.

 

Similarly see the ST67W611M1 Product Page for documentation & resources of the module itself.

 

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.