Skip to main content
Visitor II
July 1, 2024
Question

Connecting MB1400 Wi‑Fi® module to The STM32H7 Nucleo-144 board

  • July 1, 2024
  • 2 replies
  • 2477 views

is there anyone who worked with the MB1400 Wi‑Fi module or has an idea about it?

I'm working with the STM32H7 Nucleo-144 board and I need to add a Wifi module, I find a problem when connecting the module to the card I can't understand how to match the pins.

Can you help please 

    This topic has been closed for replies.

    2 replies

    Super User
    July 1, 2024

    @Rima wrote:

     the MB1400 Wi‑Fi module  


    The what?

    This: https://www.cellularforless.com/resources/userguides/MBR1400_manual.pdf ?

    Please provide full details - a link to datasheets, manufacturer's product page, etc

     


    @Rima wrote:

    I find a problem when connecting the module to the card I can't understand how to match the pins.


    More detail required - what have you tried? where are you stuck?

    RimaAuthor
    Visitor II
    July 1, 2024

    Ok I need to add wifi module to my board The STM32H7 Nucleo-144 board

    The module I have now is MB1400 Wi‑Fi® module

    I'm searching for anyone who worked with this module to help me 

    you'll find more details about the module in this PDF 

    https://www.st.com/content/ccc/resource/technical/layouts_and_diagrams/schematic_pack/group2/51/f0/39/da/60/2a/40/60/mb1400-stmodplus-spi-c01-schematic/files/mb1400-stmodplus-spi-c01-schematic.pdf/jcr:content/translations/en.mb1400-stmodplus-spi-c01-schematic.pdf

     for more details about my board here is the data sheet 

    https://www.st.com/resource/en/user_manual/um2407-stm32h7-nucleo144-boards-mb1364-stmicroelectronics.pdf

    tell me if you need any other information

    Super User
    July 1, 2024

    That's just a schematic - don't you have a link to ST's Product Page for that board?

     

     

    ST Employee
    July 2, 2024

    Hi

    The MB1400 Wi‑Fi module has an "STMOD+" connector.

    The STM32H7 Nucleo 144 board doesn't have that kind of connector.

    It *may* be possible to use an hardware adapter (X-NUCLEO-STMODA1 ?) between the 2 boards but no guarantee it works. There's no software for this hardware configuration.

    There is an example of use of MB1400 with STM32H573I-DK board in X-CUBE-AZURE-H5 - Microsoft Azure IoT software expansion for STM32Cube targeting STM32H573I-DK - STMicroelectronics. It is Azure RTOS / NetXDuo software (so not LwIP, not FreeRTOS) to connect to Azure IoT cloud. You have to define a C flag to enable the WiFi driver. By default it is the board's ethernet port that is used.

    Also the MXCHIP EMW3080 wifi chip is integrated on B-U585I-IOT02A board (it's directly on the board, it is not an expansion board like MB1400) and the software example with Azure RTOS / NetxDuo is in X-CUBE-AZURE - Microsoft Azure software expansion for STM32Cube - STMicroelectronics . The software is similar to the previous one. There is just a change in the SPI connection and the GPIOs used to coordinate the communication between the 2 chips.

    there are other options but older / not updated / less supported.