Board-dat/NWL/NWL1032-dat/NWL1032-dat.md
... ...
@@ -0,0 +1,18 @@
1
+
2
+# NWL1032-dat
3
+
4
+## Info
5
+
6
+[product url - NRF24L01B Wireless Module 240M (NRF24L01 Fully Compatible)](https://www.electrodragon.com/product/nrf24l01b-tw-si24ri-nrf24l01-fully-compatible/)
7
+
8
+### Board Map, Dimension, Pins, etc.
9
+
10
+## Applications, category, tags, etc.
11
+
12
+## Demo Code and Video
13
+
14
+## ref
15
+
16
+- [[NWL1032]] - [[NRF24L01-dat]]
17
+
18
+- [legacy wiki page ](https://w.electrodragon.com/w/Category:NRF24)
Board-dat/NWL/NWL1050-dat/NWL1050-dat.md
... ...
@@ -3,7 +3,9 @@
3 3
4 4
https://www.electrodragon.com/product/1000-meters-nrf24l01-long-distance-module/
5 5
6
-legacy wiki page - https://w.electrodragon.com/w/Category:NRF24
6
+long range version
7
+
8
+[legacy wiki page](https://w.electrodragon.com/w/Category:NRF24)
7 9
8 10
## ref
9 11
Board-dat/NWL/NWL1053-dat/NWL1053-dat.md
... ...
@@ -1,5 +1,18 @@
1 1
# NWL1053-dat
2 2
3
+## Info
4
+
5
+[product url - NRF24L01 2.4G Wireless Module, Genuine Chip](https://www.electrodragon.com/product/nrf24l01/)
6
+
7
+### Board Map, Dimension, Pins, etc.
8
+
9
+## Applications, category, tags, etc.
10
+
11
+## Demo Code and Video
12
+
3 13
## ref
4 14
5
-- [[NWL1053]]
... ...
\ No newline at end of file
0
+- [[NWL1053]] - [[NRF24L01-dat]]
1
+
2
+- legacy wiki page
3
+
Board-dat/NWL/NWL1058-dat/NWL1058-dat.md
... ...
@@ -22,16 +22,13 @@ https://www.electrodragon.com/product/2-4g-wireless-module-a7105/
22 22
23 23
## Note
24 24
25
-VCC 脚接电压范围为1.9V~3.6V 之间,不能在这个区间之外,超过 3.6V 将会烧毁模块。推荐电压 3.3V 左右。除电源 VCC 和接地端,其余脚都可以直接和普通的 5V 单片机 IO口直接相连,无需电平转换。当然对3V左右的单片机更加适用了。
25
+VCC pin voltage range is between 1.9V~3.6V. It should not be outside this range, exceeding 3.6V will burn the module. Recommended voltage is around 3.3V. Except for the power supply VCC and ground, the remaining pins can be directly connected to ordinary 5V microcontroller IO ports without level conversion. Of course, it is more suitable for microcontrollers around 3V.
26 26
27
-注意事项:
27
+Precautions:
28 28
29
-与51系列单片机P0口连接时候,需要加10K的上拉电阻,与其余口连接不需要。其他系列的单片机,如果是 5V 的,请参考该系列单片机 IO 口输出电流大小,如果超过 10mA,需要串联电阻分压,否则容易烧毁模块! 如果是3.3V的,可以直接和nRF24l01模块的IO口线连接,比如AVR系列单片机。
30
-
31
-
32
-
33
-无线模块为静电敏感器件,使用时请注意静电防护,特别是在干燥的冬季 尽量不用收去触摸模块上的器件,以免造成不必要的损坏。
29
+When connecting to the P0 port of the 51 series microcontroller, a 10K pull-up resistor is required. It is not required when connecting to other ports. For other series of microcontrollers, if it is 5V, please refer to the output current of the microcontroller's IO port. If it exceeds 10mA, a series resistor is required for voltage division, otherwise the module may be burned! If it is 3.3V, it can be directly connected to the IO port line of the nRF24l01 module, such as the AVR series microcontroller.
34 30
31
+The wireless module is an electrostatic sensitive device. Please pay attention to electrostatic protection during use, especially in dry winter. Try not to touch the devices on the module to avoid unnecessary damage.
35 32
36 33
## ref
37 34
Chip-dat/Nordic-dat/NRF24L01-dat.md
... ...
@@ -1,5 +1,5 @@
1 1
2
-# NRF24L01
2
+# NRF24L01-dat
3 3
4 4
https://w.electrodragon.com/w/Category:NRF24#NRF24L01_with_STC_C51_MCU
5 5
... ...
@@ -18,6 +18,21 @@ https://w.electrodragon.com/w/Category:NRF24#NRF24L01_with_STC_C51_MCU
18 18
- 51, AVR reference code is available, simply copy and modify
19 19
- Transfer distance can reach 1000 meters @ 250 Kbps (normally can reach 0.8KM)
20 20
21
+## boards
22
+
23
+[[arduino-dat]] integrated
24
+- [[DVA1002-dat]]
25
+
26
+Genuine Chip
27
+- [[NWL1053-dat]]
28
+
29
+Long range version
30
+- [[NWL1050-dat]]
31
+
32
+NRF24L01-TW version
33
+- [[NWL1032-dat]] - [[NWL1010-dat]]
34
+
35
+- [[RF-dat]]
21 36
22 37
23 38
## SCH
... ...
@@ -28,4 +43,14 @@ with STM32
28 43
29 44
with arduino
30 45
31
-![](2024-09-05-17-24-52.png)
... ...
\ No newline at end of file
0
+![](2024-09-05-17-24-52.png)
1
+
2
+## demo code
3
+
4
+- http://electrodragon.com/?p=1134
5
+
6
+## ref
7
+
8
+- [legacy wiki page](https://w.electrodragon.com/w/Category:NRF24)
9
+
10
+[[A7105-dat]]: - [[NWL1058-dat]]
... ...
\ No newline at end of file