u-blox JODY-W26300B M2 support for imxrt1060EVKB

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

u-blox JODY-W26300B M2 support for imxrt1060EVKB

596 Views
swguan
Contributor I

Currently I am trying to test u-blox JODY-W26300B with imxrt1060EVKB on MCUXpresso with NXP SDK 2.14.0. The UM11441 document seems to suggest that it supports JODY W2 through uSD. The example code (wifi_cli) also seems to support this as it only has the macro for JODY_W2_USD. Can someone provide sample code or guide on how to modify the existing sample code for this wifi module using the M2 slot?

Labels (1)
0 Kudos
Reply
3 Replies

501 Views
shaun_wu
NXP TechSupport
NXP TechSupport

Hello @swguan 

You can add this.

#define WIFI_BT_USE_M2_INTERFACE

 

Best Regards

Shaun

0 Kudos
Reply

546 Views
shaun_wu
NXP TechSupport
NXP TechSupport

Hello @swguan 

 

You can go to source/app_config.h

/* @TEST_ANCHOR */
#define WIFI_88W8987_BOARD_MURATA_1ZM_USD
/* @END_TEST_ANCHOR */

to select the wifi board you want. For your case, any 8987-chipset module should work. Like picture I showed below:

shaun_wu_0-1701656585975.png

Best Regards

Shaun

0 Kudos
Reply

528 Views
swguan
Contributor I

Hello Shaun,

My issue is that there is isn't a specific macro for M2 support for ublox JODY W2 M2 and I would like to use the M2 slot instead of the USD slot on the board.

Below are the macros that are available:

swguan_0-1701785881437.png

 

0 Kudos
Reply