This CLI (Command Line Interface) is based mbed-os. Both NNN50 and NQ620 are supported.

Fork of NNN40_CLI by Delta

BLE CLI Document can be downloaded here .

Note that when evaluate using Windows PC as the host, the Serial driver need to be installed in advance. The instruction is explained in the link below

https://developer.mbed.org/handbook/Windows-serial-configuration

Once installed, a device called 'mbed Serial Port (COM#)' should be recognized in Device Manager, as shown below

/media/uploads/tsungta/mbed_serial_port_1.png

Please open the com port at 115200 8n1 as default

Changes

RevisionDateWhoCommit message
25:1423b707b705 2017-05-12 tsungta update mbed-os to revision 2992; Note that NNN50 is temporary not supported due to the memory constraint default tip
24:838a0b25934b 2016-11-11 silviaChen CLI V1.18, modify ERROR message format
23:620896909655 2016-11-04 silviaChen CLI V1.17, bug fix for advStart and scanStart when parameter set over range
22:76e3b9e9ef32 2016-10-20 tsungta Change mbed-events folder to local so this program can be published as V1.16.
21:72d7a6e85d7f 2016-10-20 tsungta bug fix for cynb txPow when using NNN40
20:bd1760975052 2016-10-19 tsungta refine cynb gpio and cynb sleep command
19:e2de6c1776eb 2016-10-19 tsungta Change platfrom parameter setting to fit for usage of NNN40.
18:4f5b317c04b9 2016-09-23 silviaChen CLI V1.15, Fix the connect command issue
17:03c8af30087a 2016-09-19 tsungta BLE CLI based mbed-os.; Both NNN40 and NQ620 are supported.
16:d1682a3e93f5 2016-09-08 silviaChen CLI V1.14, Add BLE Central mode commands, modify BLE connect command
15:d627ee60bb78 2016-04-25 gillwei7 CLI V1.13, fix gattChar property set issue
14:397f6514bb2c 2016-04-25 gillwei7 Modify BLE Update command(add raw data type), Fix update and readData command value length issue
13:7eaec228ad23 2016-02-25 gillwei7 Modify TCP and UDP max data length
12:a91455702763 2016-02-18 gillwei7 change BLE name setting and Wifi send format
11:ea5ed0d37456 2016-01-26 gillwei7 Add Wifi data interrupt enable/disable command
10:5f1fa331d07c 2016-01-26 gillwei7 Add Wifi data interrupt enable/disable command
9:ff3ccba5dc16 2016-01-25 gillwei7 Add BLE data interrupt command and Wi-Fi data receive interrupt
8:291b32452887 2016-01-21 gillwei7 Add data interrupt command: enable/disable remote write detection, when enable, give interrupt to Host;
7:33214585c606 2016-01-21 gillwei7 Add data interrupt command: enable/disable remote write detection, when enable, give interrupt to Host
6:1243f9e584f4 2016-01-20 gillwei7 Fix the bug: device name change to default name when advertising start
5:ee474e3133eb 2015-12-09 gillwei7 Gill Wei 20151209, add Wifi device commands for WIFI_32KRAM driver, add BLE central mode command.
4:b52035367aee 2015-11-07 gillwei7 20151107_Gill Wei commit_change to BLE API/nRF library API; _known bug : if write longer data than before, Read data need twice.
3:38ec8ad317f4 2015-10-02 gillwei7 Gill Wei commit 20151002 update with WIFI_API_32kRAM Rev. 12, provide Scan, Read version and other wifi function, Set AP mode not ready.
2:23fae317dec8 2015-09-11 gillwei7 Gill commit 20150911 for NNN40_CLI Version 0
1:31d59e238e7b 2015-09-11 gillwei7 Gill commit 20150911 for NNN40_CLI Version 0
0:5c195ab2f696 2015-09-11 gillwei7 Gill first commit 20150911 for NNN40_CLI Version 0; Merge mbed library to offline Keil Wifi/BLE CLI program