User's Manual

AI7697H
MT7697 IoT SiP Module
A
FEB 21,2017
7 of 9
Product Name
Version
Date
Page
If the IP address is fetched and the network is operating, the LinkIt 7697 can ping other
devices/computer on the network with the following command in the console.
f 11 10.10.10.254 3 64
Use the command 'ble ?' and enter to query the available Bluetooth command line options.
Input the command "ble gap start_scan 0 0024 0011 1 0" in the serial tool to scan for the nearby
Bluetooth enabled devices.
0, passive scan.
0024, scan interval (36 * 0.625 ms). Two bytes long HEX value.
0011, scan window (17 * 0.625 ms). Two bytes long HEX value.
1, own address type, 1 means random address.
0, filter policy.
A similar log is written to the output:
@code
Find a device A,
[I][APP] BT_GAP_LE_ADVERTISING_REPORT_IND Success
[I][APP] ========================================
[I][APP] Address: [RANDOM] 73-2c-d4-3f-d3-b2
[I][APP] Event Type: ADV_IND
[I][APP] AD Flags: LE General Discoverable Mode
[I][APP] RAW DATA=0x02011a14ff4c000100000000040000000000000000000000
[I][APP] ========================================
Find a device B,
[I][APP] ========================================
[I][APP] Address: [RANDOM] ff-76-f0-01-a4-1a
[I][APP] Event Type: ADV_IND
[I][APP] Complete Name: WeLoop B08 DEF4D4
[I][APP] AD Flags: LE Limited Discoverable Mode
[I][APP] RAW DATA=0x120957654c6f6f702042303820444546344434031934120201050303e7fe
[I][APP] ========================================
@endcode