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: NNN50_WIFI_API
This is a must try example for basic WIFI functions using DELTA DFCM-NNN50 platform. In order to test with this example, user first need to open UDP Server port (use 1030 in this example) on a PC or mobile with Socket test tool (download UDP Test Tool' for PC, and Socket X for iOS or anymore socket test tool program available) When this example is running, the module will connect to a pre-defined AP router and run as UDP Client. For more information on the usage of regular TCP and UDP Sockets, the mbed handbook can be found here
Changes
| Revision | Date | Who | Commit message |
|---|---|---|---|
| 8:08230913074f | 2017-06-29 | tsungta | update NNN50_WIFI_API and mbed-os to sync with each other |
| 7:98f119f932e8 | 2017-06-22 | tsungta | update mbed-os to 5.5.0; update NNN50_WIFI_API to revision 45 to sync with mbed-os 5.5.0 |
| 6:1dac7bcca23d | 2017-05-04 | tsungta | revert to revision 4 |
| 5:ffe1a4c4881e | 2017-05-02 | sog_yang | AS7000 driver update |
| 4:11b81280c65b | 2017-04-17 | tsungta | This revision is based on mbed-os (mbedOS 5); NNN50_WIFI_API need to update to 22:5b38592 at least ; Add mbed_app.json for proper platform setting; Add .mbedignore (may not shown in IDE) |
| 3:9bd3e863e15b | 2017-04-02 | tsungta | Revise main to fix bug (empty getIPAddress, etc); Update NNN50_WIFI_API to revision 18 (revision 20 have bug) |
| 2:92946804ed6f | 2016-12-19 | tsungta | add wifi.sleep() in the sample code |
| 1:a357a8f9ac8b | 2016-12-03 | tsungta | Remove m2m_wifi_handle_events(NULL); from main.cpp; Add udp client test code |
| 0:b5f183111420 | 2016-11-23 | tsungta | First commit; Show the usage of apScan() and connect() |