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

Committer:
tsungta
Date:
Fri May 12 01:53:35 2017 +0000
Revision:
25:1423b707b705
update mbed-os to revision 2992; Note that NNN50 is temporary not supported due to the memory constraint

Who changed what in which revision?

UserRevisionLine numberNew contents of line
tsungta 25:1423b707b705 1 {
tsungta 25:1423b707b705 2 "config": {
tsungta 25:1423b707b705 3 "lf_clock_rc_calib_timer_interval": {
tsungta 25:1423b707b705 4 "value": 16,
tsungta 25:1423b707b705 5 "macro_name": "MBED_CONF_NORDIC_NRF_LF_CLOCK_CALIB_TIMER_INTERVAL"
tsungta 25:1423b707b705 6 },
tsungta 25:1423b707b705 7 "lf_clock_rc_calib_mode_config": {
tsungta 25:1423b707b705 8 "value": 0,
tsungta 25:1423b707b705 9 "macro_name": "MBED_CONF_NORDIC_NRF_LF_CLOCK_CALIB_MODE_CONFIG"
tsungta 25:1423b707b705 10 },
tsungta 25:1423b707b705 11 "uart_hwfc": {
tsungta 25:1423b707b705 12 "help": "Value: 1 for enable, 0 for disable",
tsungta 25:1423b707b705 13 "value": 0,
tsungta 25:1423b707b705 14 "macro_name": "MBED_CONF_NORDIC_UART_HWFC"
tsungta 25:1423b707b705 15 }
tsungta 25:1423b707b705 16 }
tsungta 25:1423b707b705 17 }