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?
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:
Best Regards
Shaun
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: