Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
7 years, 4 months ago.
Bluetooth and WiFi drivers for this board for mbed?
where can i find the drivers for the Bluetooth and wifi for this board for mbed?
Question relating to:
3 Answers
7 years, 4 months ago.
Hi,
Concerning the BLE you can use the mbed-os BLE examples available here https://github.com/ARMmbed/mbed-os-example-ble
But note that you will have to change the mbed_app.json file and add this board like this:
"DISCO_L475VG_IOT01A": { "target.features_add": ["BLE"], "target.extra_labels_add": ["ST_BLUENRG"] }
We will add these examples on the mbed board page in the coming weeks in order to access them more directly.
For the WIFI, there is no example yet but we are working on it. Stay tuned...
Thanks
All mbed-os BLE examples have been tested successfully and added in this platform page.
They are a fork of the official mbed-os BLE examples available here: https://developer.mbed.org/teams/mbed-os-examples/
The change in the mbed_app.json is done, so they are ready to be used.
posted by 26 Jul 20177 years, 3 months ago.
I would love to see HTTP Post and Get examples for the Wifi
would also love to see how you get this thing on wifi. I am coming from the Arduino world and am having trouble understanding how to access most of the hardware. Tried the mbed-os-example-wifi but could not get it to compile for this target. Help us non-coders unlock this awesome hardware! thanks sirs.
posted by 13 Aug 2017