6 years, 7 months ago.

DISCO_L475VG_IOT01A and mbed-os-example-wifi

Hi, is there anything I can do to mbed-os-example-wifi to allow it to compile for a ST DISCO_L475VG_IOT01A (B-L475E-IOT01A)?

Error: Target "DISCO_L475VG_IOT01A" is not recognized

I am pretty new to this, and made a feeble attempt to edit mbed_app.json by adding/editing below, but it did not seem to fix it. Is there anything I can do easily to get this board's wifi working?

thanks sirs

"target_overrides": { "UBLOX_EVK_ODIN_W2": { "target.device_has": ["EMAC"] }, "NUCLEO_L476RG": { "wifi-tx": "D8", "wifi-rx": "D2" }, "DISCO_L475VG_IOT01A": { "wifi-tx": "D8", "wifi-rx": "D2" }

1 Answer

6 years, 7 months ago.

Hi,

Warning: this mbed-os-example-wifi uses the ESP8266 WIFI module only (https://developer.mbed.org/users/4180_1/notebook/using-the-esp8266-with-the-mbed-lpc1768/ which is not present on the DISCO_L475VG_IOT01A board. This board uses instead the Inventek ISM43362-M3G-L44 Wifi module but its driver is not available on mbed yet.