97193cfe3200ba18ee5ffacbb5dd95a109cfb361
Board/Board-DAT.md
... | ... | @@ -69,7 +69,9 @@ RPI LCD |
69 | 69 | |
70 | 70 | |
71 | 71 | ### NWL |
72 | -- [[NWL1042-DAT]] |
|
72 | + |
|
73 | +[[CC1101-dat]] |
|
74 | +- [[NWL1039-dat]] - [[NWL1042-DAT]] |
|
73 | 75 | |
74 | 76 | lora modules - https://www.electrodragon.com/product/sx1278-lora-wireless-transceiver-433mhz100mw/ |
75 | 77 | - [[NWL1071-dat]] - [[NWL1072-dat]] - [[NWL1074-dat]] |
Board/NWL/NWL1039-DAT/2023-09-05-16-07-22.png
... | ... | Binary files /dev/null and b/Board/NWL/NWL1039-DAT/2023-09-05-16-07-22.png differ |
Board/NWL/NWL1039-DAT/NWL1039-DAT.md
... | ... | @@ -1,9 +1,41 @@ |
1 | - |
|
2 | -# NWL1039 DAT |
|
1 | +# NWL1039 DAT |
|
3 | 2 | |
4 | 3 | CC1101-LUS: Low Power, UART TLL interface, Spring Coil |
5 | 4 | |
6 | -- with onboard atmega MCU |
|
5 | +- with onboard atmega MCU |
|
6 | + |
|
7 | +## Pins |
|
8 | + |
|
9 | +![](2023-09-05-16-07-22.png) |
|
10 | + |
|
11 | +Pin definition from Front View, From left to right |
|
12 | + |
|
13 | +| ! Pins | Definition | Description | connect to | P.S | |
|
14 | +| ------ | ---------- | ----------- | ------------------------ | --------------------------------- | |
|
15 | +| 1 | Sleep | Sleep mode | - | This function is not designed yet | |
|
16 | +| 2 | Reset | Reset | Not necessary to connect | - | |
|
17 | +| 3 | VCC | Power | +2.7V~5.5V | Recommended +4.5~+5.5V | |
|
18 | +| 4 | Rx | Data input | UART data input | TTL | |
|
19 | +| 5 | Tx | Data output | UART data output | TTL | |
|
20 | +| 6 | GND | GND | GND | - | |
|
21 | + |
|
22 | +### Setting |
|
23 | + |
|
24 | +| Commands | Commands + Data | Example | note | |
|
25 | +| ------------------------- | --------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------------------------------------------------- | |
|
26 | +| Set operation frequency | A7,7A + 00 | send A7 7A 06, the channel will be set to 6 | Channel value from 0×00~0xEE, 238 channels in total | |
|
27 | +| Set baud rate | A3, 3A + 01 | send A3 3A 03 set the baud rate to 19200 | 01:4800, 02:9600, 03:19200 | |
|
28 | +| Set operation power | AB,BA + 00 | send AB BA 0A, set the operation transmission power to 10dBM | Transmission power can be 0、5、7、10dBM | |
|
29 | +| Set module ID | A9, 9A + 00 09 | send A9 9A 00 08, set the module ID to 8, this ID are stored in EEPROM | If the ID need to be converted into hex first | |
|
30 | +| Read module specification | A6, 6A | send A6, 6A, return A6 00 64 02 0A 00 00 = The initial code returned, Operation channels, Data speed 100Kbps, 02 Means the baud rate is 9600, Transmission Power is 10dBm, Module ID | |
|
31 | + |
|
32 | +- Default settings, Operation channel = 0, Data speed = 100kbps, Baud rate = 9600, Transmission Power = 10mW, Module ID = 00 00 |
|
33 | +- Note: Send only less than 30 bytes data each time, otherwise it will not succeed<br /> |
|
34 | + |
|
35 | + |
|
36 | + |
|
37 | +## ref |
|
7 | 38 | |
39 | +- Github documentation - https://github.com/Edragon/RF-CC1101-RF1100-232 |
|
8 | 40 | |
9 | -- [[CC1101-DAT]] |
|
... | ... | \ No newline at end of file |
0 | +* [[CC1101-DAT]] - [[NWL1042-dat]] |
Board/NWL/NWL1042-DAT/NWL1042-DAT.md
... | ... | @@ -10,8 +10,11 @@ Specification of CC1101-MSR: |
10 | 10 | - Note: Try to avoid high-power high-power transmitter module is a long time in the state! If you do not need to send data, it is recommended to switch to receiver mode or sleep mode. |
11 | 11 | |
12 | 12 | |
13 | +please notice this version is similar to [[NWL1039-DAT]], only need to resolder the antenna |
|
14 | + |
|
15 | + |
|
13 | 16 | ## ref |
14 | 17 | |
15 | -- [[LORA-DAT]] - [[NWL1042]] - [[CC1101-DAT]] |
|
18 | +- [[LORA-DAT]] - [[NWL1042]] - [[CC1101-DAT]] - [[NWL1039-dat]] |
|
16 | 19 | |
17 | 20 |
Board/NWL/NWL1044-DAT/NWL1044-DAT.md
... | ... | @@ -3,5 +3,7 @@ |
3 | 3 | |
4 | 4 | CC1101-LUR: Low Power, UART TTL interface, rod antenna |
5 | 5 | |
6 | -please notice this version is similar to [[NWL1039-DAT]], only need to resolder the antenna |
|
7 | 6 | |
7 | + |
|
8 | + |
|
9 | +- [[NWL1044]] |
|
... | ... | \ No newline at end of file |
Chip/TI/CC1101-DAT/CC1101-DAT.md
... | ... | @@ -17,8 +17,11 @@ |
17 | 17 | ![](36-52-17-29-01-2023.png) |
18 | 18 | |
19 | 19 | - CC1101-LSS: Low Power, SPI interface, Spring Coil - [[NWL1037-DAT]] |
20 | + |
|
21 | + |
|
20 | 22 | - CC1101-LUS: Low Power, UART TLL interface, Spring Coil - [[NWL1042-DAT]] |
21 | 23 | - CC1101-LUR: Low Power, UART TTL interface, rod antenna - [[NWL1039-DAT]] |
24 | + |
|
22 | 25 | - CC1101-MSR: Medium Power, SPI interface, rod antenna - [[NWL1044-DAT]] |
23 | 26 | |
24 | 27 |