Copy right © 2018 Shenzhen Emakefun Technology co., Ltd.
39
AT+RXGAIN=<Param>
OK+RxGain =<Param>
+SUCCESS
0
:
Typical Gain
1
:
HG(high gain)
22、
Set the BLE feature code
UUID
Command
Response
Parameter
AT+SRVUUID
Servic UUID=0XFFE0
23、
Set the BLE character feature code
Command
Response
Parameter
AT+CHARUUID
Char UUID=0XFFE1
24、Software Reset
Command
Response
Parameter
AT+RESETR
null
NULL
25、System setting
Command
Response
Parameter
AT+SETTING=<Param>
+SUCCESS
DEFAULT: factory data reset
PARI_DEFAULT :Clear pairing
information
4.3 development instructions
Because bluetooth of the product is pass-through function, bluetooth programming is actually to read and
write arduino serial port (Serilal)
BLE protocol stipulates that the length of each bluetooth packet should not exceed 20byte, and the data
transmission interval of each packet should be more than 150ms, otherwise it is easy to lose the packet. We
need to pay attention to two points when programming
4.4 Ble-Nano master-slave communication and Processing application
Most of the time, we use Ble Nano and Processing to complete our own ideas. The simplest solution is as
follows
Summary of Contents for BLE-Nano
Page 1: ...Copy right 2018 Shenzhen Emakefun Technology co Ltd 1 BLE Nano operating manual V 1 6...
Page 11: ...Copy right 2018 Shenzhen Emakefun Technology co Ltd 11 Figure 1 6 choose the driver file...
Page 19: ...Copy right 2018 Shenzhen Emakefun Technology co Ltd 19 Figure 3 1 6 Figure 3 1 7...
Page 20: ...Copy right 2018 Shenzhen Emakefun Technology co Ltd 20 Figure 3 1 8 Figure 3 1 9...
Page 28: ...Copy right 2018 Shenzhen Emakefun Technology co Ltd 28 Figure 3 1 5 Figure 3 1 6...