Generic Pelion Device Management example for various Advantech modules.
This example is known to work great on the following platforms:
- WISE-1530 WiFi Module using DB-1505 carrier board and external SD card reader.
Example Functionality
This example showcases the following device functionality:
- On timer button increment, simulate Pelion LWM2M button resource change
Use this example with Mbed CLI
1. Import the application into your desktop:
mbed import https://os.mbed.com/teams/Advantech/code/pelion-example-common cd pelion-example-common
2. Download your developer certificate from pelion portal
3. Compile the program
mbed compile -t <toolchain> -m <TARGET_BOARD>
(supported toolchains : GCC_ARM / ARM / IAR)
4. Copy the binary file pelion-example-common.bin to your mbed device.
drivers/network/COMPONENT_WIFI_ESP32/README.md@0:43ff9e3bc244, 2019-03-12 (annotated)
- Committer:
- chuanga
- Date:
- Tue Mar 12 13:48:39 2019 +0800
- Revision:
- 0:43ff9e3bc244
copying sources from github repository
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
chuanga | 0:43ff9e3bc244 | 1 | # The ESP32 WiFi driver for Mbed OS |
chuanga | 0:43ff9e3bc244 | 2 | The Mbed OS driver for the ESP32 WiFi module. |
chuanga | 0:43ff9e3bc244 | 3 | |
chuanga | 0:43ff9e3bc244 | 4 | ## Firmware version |
chuanga | 0:43ff9e3bc244 | 5 | How to write mbed-os compatible firmware : |
chuanga | 0:43ff9e3bc244 | 6 | https://github.com/d-kato/GR-Boards_ESP32_Serial_Bridge |
chuanga | 0:43ff9e3bc244 | 7 | |
chuanga | 0:43ff9e3bc244 | 8 | ## Restrictions |
chuanga | 0:43ff9e3bc244 | 9 | - Setting up an UDP server is not possible |