u-blox JODY-W26300B M2 support for imxrt1060EVKB

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

u-blox JODY-W26300B M2 support for imxrt1060EVKB

595件の閲覧回数
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?

ラベル(1)
0 件の賞賛
返信
3 返答(返信)

500件の閲覧回数
shaun_wu
NXP TechSupport
NXP TechSupport

Hello @swguan 

You can add this.

#define WIFI_BT_USE_M2_INTERFACE

 

Best Regards

Shaun

0 件の賞賛
返信

545件の閲覧回数
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 件の賞賛
返信

527件の閲覧回数
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 件の賞賛
返信