background image

Chengdu Ebyte Electronic Technology Co., Ltd

E104-BT11 User Manual

Copyright ©2012–2020

Chengdu Ebyte Electronic Technology Co.,Ltd

23

5.4.2.1 Fixed-point transmission example

Module 0x0003 sends "30313233343536373839" hex data to module 0x0001

Tx end

0D C2 00 03 30 31 32 33 34 35 36 37 38 39

Rx end

0F 42 00 01 00 03 30 31 32 33 34 35 36 37 38 39

5.4.2.2 Broadcast example

The device 0x0003 broadcasts the data "30313233343536373839". Other modules in the network receive broadcasts. Take

module 0x0001 and module 0x0005 as examples.

Tx end

0D C2 ff ff 30 31 32 33 34 35 36 37 38 39

0x0001
Rx end

0F 42 00 03 FF FF 30 31 32 33 34 35 36 37 38 39

0x0005
Rx end

0F 42 00 03 FF FF 30 31 32 33 34 35 36 37 38 39

5.4.3 Configuration over air

Command

1 byte

Target

address
(2 byte)

Configure parameter

Transparent

transmission

target address

2 byte

Baud rate

1 byte

1 byte

1 byte

Reserved

parity

bit

Data bit

Stop

bit

Reserved Restart

Transparent

transmission

enables

7

6 5 4 3 2 1 0

7~2

1

0

0xC3

00 01

00 02

0C

0

0

4

1

0

1

1

For

example,

Request

07 C3 00 001 00 002 0C 11 03

Response 07 40 00 001 00 002 0C 11 03

Remark

1. Check digit parameters are consistent with 3.1.25 check digit setting configuration parameters;
2. The data bit parameters are consistent with the 3.1.21 setting uart data bit configuration parameters;
3. The stop bit parameters are consistent with 3.1.23 setting uart stop bit configuration parameters;
4. The baud rate parameter is consistent with the 3.1.11 baud rate setting configuration parameter
5. The restart function is to restart after configuration. 1 means restart, 0 means no restart.
6. Transparent transmission enable indicates that transparent transmission is enabled and prohibited. 1 is enabled, 0 is
disabled.
7. Any node can initiate air configuration.
8. Among them, the UART configuration restart takes effect and is saved after power-off;
9. Restart and transparent transmission enable will take effect immediately, save after power off.

Note:
After configured for transparent transmission, uart will no longer receive configuration parameters. If you need to set the
module through uart, you need to cancel the transparent transmission enable through the air configuration, or use the
restart pin to restart the parameters.

Содержание E104-BT11

Страница 1: ...E104 BT11 User Manual Ble mesh...

Страница 2: ...peration 6 4 1 Hardware design 6 5 Function introductions 7 5 1 Ble mesh 7 5 2 BT11 function 9 5 3 Agent access and APP configuration network access 12 5 4 Data format 12 6 Quick Start 24 6 1 Factory...

Страница 3: ...nternet of Things information collection large scale networking communication scenarios smart home and other applications This manual applies to E104 BT11G PC E104 BT11N_PCB E104 BT11N IPX The firmwar...

Страница 4: ...Operating voltage V 1 8 3 3 3 8 Communication level V 3 3 5V TTL might burn module Operating temperature 40 80 Operating frequency MHz 2400 2483 5 ISM band Power consum ption Tx current mA 178mA 20dBm...

Страница 5: ...Ebyte Electronic Technology Co Ltd E104 BT11 User Manual Copyright 2012 2020 Chengdu Ebyte Electronic Technology Co Ltd 4 3 Size and pin definition E104 BT11G PCB E104 BT11N PCB E104 BT11G IPX E104 BT...

Страница 6: ...TX pin of UART for UART receiving 18 RXD RX pin of UART for UART transmitting 19 VCC Power supply 1 9 3 6V It is recommended to add a ceramic filter capacitor externally 20 GND Ground connect to power...

Страница 7: ...power traces must be avoided under the module If it is absolutely necessary to pass under the module it is assumed that the module is soldered to the top layer and copper is laid on the top layer of...

Страница 8: ...Fiend role Interpret the simulation application scenario above The distance from module A to module C is 250 meters which exceeds the 200 meter transmission distance of our module so module A cannot d...

Страница 9: ...l all the time It only needs to query whether the data on the friend node reaches Relay node It is the core node of the network layer to extend the network coverage After receiving the data packets se...

Страница 10: ...find other devices 5 2 BT11 function There are E104 BT11 G and E104 BT11 N E104 BT11 G short as BT11 G it is provisioner BT11 G is the initiator of the entire network It is unique in one network with...

Страница 11: ...ight 2012 2020 Chengdu Ebyte Electronic Technology Co Ltd 10 5 2 1 1 Networking process Note 1 When setting NETKEY and APPKEY you must first set NETKEY and then APPKEY 2 If the node s MAC already exis...

Страница 12: ...air configuration means that one node can configure related parameters of another node BT11 can configure UART through the air transparent transmission and restart three functions The UART hardware co...

Страница 13: ...recommended that users can configure the network through the development of APP Ebyte s BT11 uses the manufacturer s custom model Element index 0 Manufacturer ID 0x0221 Module ID 0xC000 Operation code...

Страница 14: ...ion will get the corresponding response data If the configuration is incorrect the error code will be returned as follows Error code Description 0xFF Invalid parameter 0xFE Operation busy 0xFD Invalid...

Страница 15: ...40 01 11223344556677889900112233445566 Remark 1 This command reads the NetKey that has been set 2 This instruction is only for BT11 G 5 4 1 3 AppKey configuration Operation code Parameter Request 0x0...

Страница 16: ...ameter Request 0x07 Mac address Response 0x07 quantity MAC1 For example Request 08 C0 07 112233445566 Response 09 40 07 01 aabbccddeeff Remark 1 This directive only applies to BT11 G 2 Deleting a non...

Страница 17: ...PN the relay and Friend roles are automatically disabled 5 4 1 9 Delete node Operation code Parameter 2 Byte Request 0x0A The address of the node to be deleted Response 0x0A The address of the node to...

Страница 18: ...Baud rate number description Baud rate 0 300 1 600 2 1200 3 2400 4 4800 5 9600 6 14400 7 19200 8 38400 9 43000 A 57600 B 76800 C 115200 Response 0x0E Returns the current baud rate serial number For e...

Страница 19: ...Remark 5 4 1 14 Power configuration Operation code Parameter 1 byte Request 0x12 Power parameter Response 0x12 Power parameter For example Request 03 C0 12 11 Response 03 40 12 10 Remark 1 The step v...

Страница 20: ...t 02 C0 15 Response 03 43 15 00 Remark 1 Restore factory to clear all parameters 2 Restore the factory module and restart after 1S 5 4 1 18 Get the software version number Operation code Parameter Req...

Страница 21: ...RT data bit configuration Operation code Parameter 1 byte Request 0x19 0 Unavailable 1 Unavailable 2 Unavailable 3 Unavailable 4 8 data bits 5 9 data bits Response 0x19 Same as request For example Req...

Страница 22: ...tion Operation code Parameter 1 byte Request 0x1C N A Response 0x1C Same as request For example Request 02 C0 1C Response 03 40 1C 01 Remark 5 4 1 25 Parity digit configuration Operation code Paramete...

Страница 23: ...after power off 5 4 1 28 Low power node acquisition Operation code Parameter Request 0x20 N A Response 0x20 See low power node setting parameters For example Request 02 C0 20 Response 08 40 20 01 05...

Страница 24: ...example Request 07 C3 00 001 00 002 0C 11 03 Response 07 40 00 001 00 002 0C 11 03 Remark 1 Check digit parameters are consistent with 3 1 25 check digit setting configuration parameters 2 The data bi...

Страница 25: ...the computer USB interface respectively PC needs to install USB to serial drive see the data compression package for details open the serial debugging assistant and select the baud rate 115200bps 8 d...

Страница 26: ...onfiguration 6 3 Transparent transmission 6 3 1 Broadcast data transmission Device 0003 broadcasts hexadecimal data of 11 22 33 44 55 66 77 88 99 00 6 3 2 Fixed point data transmission Example Device...

Страница 27: ...ter was set incorrectly air data rate is set as too high the higher the air data rate the shorter the distance The power supply low voltage under room temperature is lower than recommended value the l...

Страница 28: ...Profile Feature Curve characteristics Sn Pb Assembly Pb Free Assembly Solder Paste Solder paste Sn63 Pb37 Sn96 5 Ag3 Cu0 5 Preheat Temperature min Tsmin Min preheating temp 100 150 Preheat temperature...

Страница 29: ...Chengdu Ebyte Electronic Technology Co Ltd E104 BT11 User Manual Copyright 2012 2020 Chengdu Ebyte Electronic Technology Co Ltd 28 8 2 Reflow soldering curve...

Страница 30: ...cription Issued by 1 0 2020 06 02 Initial version Xxx About us Technical support support cdebyte com Documents and RF Setting download link www ebyte com Thank you for using Ebyte products Please cont...

Отзывы: