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.
You are viewing an older revision! See the latest version
Homepage
Simple Mbed Cloud Client application for RTL8195AM Overview It demonstrates how to create a simple Mbed Cloud Client application that can connect to Mbed Cloud, register resources and get updates.
This is a summary of the process for developers to get started and get a device connected to Mbed Cloud. Mbed Online IDE
Import application into the Online IDE Add API key to establish connection to Mbed Cloud Install developer certificate Compile & program Mbed CLI tools Import application in developer's desktop "mbed import https://os.mbed.com/teams/Realtek/code/example-RTL8195AM-mbed-cloud-connect/"
Download developer certificate from Mbed Cloud "Follow these instructions to get credentials: https://cloud.mbed.com/docs/v1.2/quick-start/connecting-your-device-to-mbed-cloud.html"
Compile & program mbed compile -t <toolchain> -m REALTEK_RTL8195AM -c -f
Output And Troubleshooting The output of the program once flashed onto the ameba boars should eb similar to what is seen in case of linux devices as shown in : https://cloud.mbed.com/docs/v1.2/quick-start/flashing-the-binary-to-the-device.html
The common troubleshooting problems are listed in : https://cloud.mbed.com/docs/v1.2/connecting/troubleshooting.html