Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: DisplayApp AsciiFont
Connection type
This sample uses "NO_CONNECT" as the default connection type. To change the connection type, set one of them in mbed_app.json.
EX) Ethernet
mbed_app.json
"network-interface": { "help": "Options are ETHERNET, WIFI_ESP8266, WIFI_BP3595, NO_CONNECT", "value": "ETHERNET" }
EX) ESP32
mbed_app.json
"network-interface": { "help": "Options are ETHERNET, WIFI_ESP8266, WIFI_BP3595, WIFI_ESP32, NO_CONNECT", "value": "WIFI_ESP32" }