a2a3c2b16e313859b4d3e0f0b9a9bd6d193b5fce
Board/NBL/NBL1012-dat/2023-10-26-18-56-20.png
... | ... | Binary files /dev/null and b/Board/NBL/NBL1012-dat/2023-10-26-18-56-20.png differ |
Board/NBL/NBL1012-dat/2023-10-26-18-56-39.png
... | ... | Binary files /dev/null and b/Board/NBL/NBL1012-dat/2023-10-26-18-56-39.png differ |
Board/NBL/NBL1012-dat/NBL1012-dat.md
... | ... | @@ -1,4 +1,41 @@ |
1 | +# NBL1012-dat |
|
1 | 2 | |
2 | -# NBL1012-dat |
|
3 | +- [legacy wiki page.](https://w.electrodragon.com/w/BK3231) |
|
3 | 4 | |
4 | -- [legacy wiki page.](https://w.electrodragon.com/w/BK3231) |
|
... | ... | \ No newline at end of file |
0 | +## SCH |
|
1 | + |
|
2 | +![](2023-10-26-18-56-20.png) |
|
3 | + |
|
4 | +![](2023-10-26-18-56-39.png) |
|
5 | + |
|
6 | +- P12: Blink to indicate it is waiting for pairing, On to indicate paired. |
|
7 | +- P05: MCU interruption, low to interrupt the connection from MCU. |
|
8 | + |
|
9 | +## AT commands |
|
10 | + |
|
11 | +- AT COMMANDs only works when module is not connected for cofiguration only. |
|
12 | + |
|
13 | +- Must add CR and LR (\r\n) for each command |
|
14 | +- High/low character not sensistive |
|
15 | + |
|
16 | +- Baudrate supports 1200,2400,4800,9600,14400,19200,38400,57600,115200,230400,460800 and 921600bps。 |
|
17 | + |
|
18 | +| Command | Description | Examples | Parameters | |
|
19 | +| --------------------------- | ---------------------- | ----------------------------- | --------------------- | |
|
20 | +| AT | Test | - | | |
|
21 | +| AT+Reset | Reset | - | | |
|
22 | +| AT+VERSION | check firmware version | - | | |
|
23 | +| AT+DEFAULT | Restore to default | - | | |
|
24 | +| AT+LADDR<Param> or AT+LADDR | set/check address | AT+LADDR11:22:33:44:55:66\r\n | | |
|
25 | +| AT+NAME<Param> or AT+NAME | set/check device name | AT+NAMEElectrodragon\r\n | | |
|
26 | +| AT+ROLE<Param> or AT+ROLE | set/check device mode | - | 0 = slave, 1 = master | |
|
27 | +| AT+PIN<Param> or AT+PIN | set/check | - | default 1234 | |
|
28 | +| AT+BAUD<Param> or AT+BAUD | set/check baudrate | - | \* | |
|
29 | + |
|
30 | +- Note: 1---1200, 2---2400, 3---4800, 4---9600, 5---19200, 6---38400, 7---57600, 8---115200, 9---230400, A---460800, B---921600, C---1382400. Default:4---9600 |
|
31 | + |
|
32 | +## ref |
|
33 | + |
|
34 | +- [[BK3231-dat]] |
|
35 | + |
|
36 | +- [[NBL1012]] |
Tech/Network-dat/Bluetooth-dat/bluetooth-dat.md
... | ... | @@ -3,6 +3,7 @@ |
3 | 3 | |
4 | 4 | - [[NBL1055-dat]] - [[NBL1022-dat]] |
5 | 5 | |
6 | + |
|
6 | 7 | ## Mode |
7 | 8 | |
8 | 9 | Host: used to search for slave devices and cannot be searched by other devices. (Bluetooth module with white dot) |
... | ... | @@ -11,4 +12,30 @@ Slave machine: The device used to be searched, and cannot actively search for ot |
11 | 12 | |
12 | 13 | After the master and slave are connected, it is used as a serial port line. At this time, the master and slave are not distinguished, which is the transparent transmission mode. |
13 | 14 | |
14 | -[This module can be set as a master or a slave. The master can pair and communicate with the slave. There cannot be communication between slaves and slaves or between the master and the host. The slave can communicate with computers, mobile phones, etc. via Bluetooth. The default when purchasing is slave] |
|
... | ... | \ No newline at end of file |
0 | +[This module can be set as a master or a slave. The master can pair and communicate with the slave. There cannot be communication between slaves and slaves or between the master and the host. The slave can communicate with computers, mobile phones, etc. via Bluetooth. The default when purchasing is slave] |
|
1 | + |
|
2 | + |
|
3 | +## BT Types |
|
4 | + |
|
5 | +### classical bluetooth |
|
6 | + |
|
7 | +board - [[NBL1022-dat]] - [[NBL1018-dat]] - [[NBL1012-dat]] |
|
8 | +demo video |
|
9 | +- [new video](https://www.youtube.com/watch?v=d3qrE-TmKoE&ab_channel=Electrodragon) |
|
10 | +- [old video](https://www.youtube.com/watch?v=CmMGhHMciu8) |
|
11 | + |
|
12 | + |
|
13 | + |
|
14 | +### BT4.0 |
|
15 | + |
|
16 | +### BT5.0 |
|
17 | + |
|
18 | +### Bluetooth Mesh |
|
19 | + |
|
20 | + |
|
21 | + |
|
22 | +## APPs |
|
23 | + |
|
24 | +- BlueSPP |
|
25 | + |
|
26 | + |
board-series/esp-relay-board/esp-relay-board-dat.md
... | ... | @@ -38,6 +38,9 @@ Use MQTT platform called www.cloudmqtt.com, use-friendly for esp8266 |
38 | 38 | Based on NodeMCU LUA coding |
39 | 39 | Demo code available, open source, and support smartconfig and MQTT, please find the code below or at our dropbox page to download |
40 | 40 | |
41 | + |
|
42 | + |
|
43 | + |
|
41 | 44 | ## new |
42 | 45 | |
43 | 46 | - develop with touch sensor |
... | ... | @@ -48,3 +51,5 @@ Demo code available, open source, and support smartconfig and MQTT, please find |
48 | 51 | |
49 | 52 | - used enclosure [[LED驱动电源塑料外壳]] |
50 | 53 | - [[inductive-load-dat]] |
54 | + |
|
55 | + |