Skip to content

Commit 3080f5c

Browse files
Tinyu-Zhaolbuque
authored andcommitted
lib/driver: Add RUI3 AT command driver.
Signed-off-by: Tinyu-Zhao <[email protected]>
1 parent 8b0d545 commit 3080f5c

14 files changed

+3769
-1
lines changed

docs/en/refs/unit.lorawan_rui3.ref

Lines changed: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,89 @@
1+
.. |LoRaWAN-CN470| image:: https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/products/unit/Unit%20LoRaWAN-CN470/4.webp
2+
:target: https://docs.m5stack.com/en/unit/Unit%20LoRaWAN-CN470
3+
:height: 200px
4+
:width: 200px
5+
6+
.. |LoRaWAN-AS923| image:: https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/products/unit/Unit%20LoRaWAN-AS923/4.webp
7+
:target: https://docs.m5stack.com/en/unit/Unit%20LoRaWAN-AS923
8+
:height: 200px
9+
:width: 200px
10+
11+
.. |LoRaWAN-EU868| image:: https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/products/unit/Unit%20LoRaWAN-EU868/4.webp
12+
:target: https://docs.m5stack.com/en/unit/Unit%20LoRaWAN-EU868
13+
:height: 200px
14+
:width: 200px
15+
16+
.. |LoRaWAN-US915| image:: https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/products/unit/Unit%20LoRaWAN-US915/4.webp
17+
:target: https://docs.m5stack.com/en/unit/Unit%20LoRaWAN-US915
18+
:height: 200px
19+
:width: 200px
20+
21+
.. |init.png| image:: https://static-cdn.m5stack.com/mpy_docs/unit/lorawancn470/init.png
22+
.. |reset_module_to_default.png| image:: https://static-cdn.m5stack.com/mpy_docs/unit/lorawancn470/reset_module_to_default.png
23+
.. |set_low_power_mode.png| image:: https://static-cdn.m5stack.com/mpy_docs/unit/lorawancn470/set_low_power_mode.png
24+
.. |set_join_config.png| image:: https://static-cdn.m5stack.com/mpy_docs/unit/lorawancn470/set_join_config.png
25+
.. |join_network.png| image:: https://static-cdn.m5stack.com/mpy_docs/unit/lorawancn470/join_network.png
26+
.. |join_network_return.png| image:: https://static-cdn.m5stack.com/mpy_docs/unit/lorawancn470/join_network_return.png
27+
.. |set_join_mode.png| image:: https://static-cdn.m5stack.com/mpy_docs/unit/lorawancn470/set_join_mode.png
28+
.. |get_join_state.png| image:: https://static-cdn.m5stack.com/mpy_docs/unit/lorawancn470/get_join_state.png
29+
.. |get_last_receive.png| image:: https://static-cdn.m5stack.com/mpy_docs/unit/lorawancn470/get_last_receive.png
30+
.. |send_data.png| image:: https://static-cdn.m5stack.com/mpy_docs/unit/lorawancn470/send_data.png
31+
.. |send_data_return.png| image:: https://static-cdn.m5stack.com/mpy_docs/unit/lorawancn470/send_data_return.png
32+
.. |set_network_mode.png| image:: https://static-cdn.m5stack.com/mpy_docs/unit/lorawancn470/set_network_mode.png
33+
.. |get_p2p_frequency.png| image:: https://static-cdn.m5stack.com/mpy_docs/unit/lorawancn470/get_p2p_frequency.png
34+
.. |set_p2p_frequency.png| image:: https://static-cdn.m5stack.com/mpy_docs/unit/lorawancn470/set_p2p_frequency.png
35+
.. |get_p2p_spreading_factor.png| image:: https://static-cdn.m5stack.com/mpy_docs/unit/lorawancn470/get_p2p_spreading_factor.png
36+
.. |set_p2p_spreading_factor.png| image:: https://static-cdn.m5stack.com/mpy_docs/unit/lorawancn470/set_p2p_spreading_factor.png
37+
.. |get_p2p_bandwidth.png| image:: https://static-cdn.m5stack.com/mpy_docs/unit/lorawancn470/get_p2p_bandwidth.png
38+
.. |set_p2p_fsk_bandwidth.png| image:: https://static-cdn.m5stack.com/mpy_docs/unit/lorawancn470/set_p2p_fsk_bandwidth.png
39+
.. |set_p2p_lora_bandwidth.png| image:: https://static-cdn.m5stack.com/mpy_docs/unit/lorawancn470/set_p2p_lora_bandwidth.png
40+
.. |get_p2p_code_rate.png| image:: https://static-cdn.m5stack.com/mpy_docs/unit/lorawancn470/get_p2p_code_rate.png
41+
.. |set_p2p_code_rate.png| image:: https://static-cdn.m5stack.com/mpy_docs/unit/lorawancn470/set_p2p_code_rate.png
42+
.. |get_p2p_preamble_length.png| image:: https://static-cdn.m5stack.com/mpy_docs/unit/lorawancn470/get_p2p_preamble_length.png
43+
.. |set_p2p_preamble_length.png| image:: https://static-cdn.m5stack.com/mpy_docs/unit/lorawancn470/set_p2p_preamble_length.png
44+
.. |get_p2p_tx_power.png| image:: https://static-cdn.m5stack.com/mpy_docs/unit/lorawancn470/get_p2p_tx_power.png
45+
.. |set_p2p_tx_power.png| image:: https://static-cdn.m5stack.com/mpy_docs/unit/lorawancn470/set_p2p_tx_power.png
46+
.. |get_p2p_fsk_bitrate.png| image:: https://static-cdn.m5stack.com/mpy_docs/unit/lorawancn470/get_p2p_fsk_bitrate.png
47+
.. |set_p2p_fsk_bitrate.png| image:: https://static-cdn.m5stack.com/mpy_docs/unit/lorawancn470/set_p2p_fsk_bitrate.png
48+
.. |send_p2p_data.png| image:: https://static-cdn.m5stack.com/mpy_docs/unit/lorawancn470/send_p2p_data.png
49+
.. |send_p2p_data_return.png| image:: https://static-cdn.m5stack.com/mpy_docs/unit/lorawancn470/send_p2p_data_return.png
50+
.. |get_p2p_receive_data.png| image:: https://static-cdn.m5stack.com/mpy_docs/unit/lorawancn470/get_p2p_receive_data.png
51+
.. |get_p2p_sync_word.png| image:: https://static-cdn.m5stack.com/mpy_docs/unit/lorawancn470/get_p2p_sync_word.png
52+
.. |set_p2p_sync_word.png| image:: https://static-cdn.m5stack.com/mpy_docs/unit/lorawancn470/set_p2p_sync_word.png
53+
.. |set_abp_config.png| image:: https://static-cdn.m5stack.com/mpy_docs/unit/lorawancn470/set_abp_config.png
54+
.. |get_abp_config.png| image:: https://static-cdn.m5stack.com/mpy_docs/unit/lorawancn470/get_abp_config.png
55+
.. |set_otaa_config.png| image:: https://static-cdn.m5stack.com/mpy_docs/unit/lorawancn470/set_config.png
56+
.. |get_otaa_config.png| image:: https://static-cdn.m5stack.com/mpy_docs/unit/lorawancn470/get_otaa_config.png
57+
58+
59+
.. |lorawan_otaa_cores3_example.png| image:: https://static-cdn.m5stack.com/mpy_docs/unit/lorawancn470/otaa_example.png
60+
.. |lorawan_p2p_cores3_example.png| image:: https://static-cdn.m5stack.com/mpy_docs/unit/lorawancn470/p2p_example.png
61+
.. |lorawan_p2p_rec_cores3_example.png| image:: https://static-cdn.m5stack.com/mpy_docs/unit/lorawancn470/p2p_rec_example.png
62+
63+
.. |lorawan_otaa_cores3_example.m5f2| raw:: html
64+
65+
<a
66+
href="https://uiflow2.m5stack.com/?example=https://raw.githubusercontent.com/m5stack/uiflow-micropython/develop/examples/unit/lorawancn470/otaa_example.m5f2"
67+
target="_blank"
68+
>
69+
lorawan_otaa_cores3_example.m5f2
70+
</a>
71+
72+
.. |lorawan_p2p_cores3_example.m5f2| raw:: html
73+
74+
<a
75+
href="https://uiflow2.m5stack.com/?example=https://raw.githubusercontent.com/m5stack/uiflow-micropython/develop/examples/unit/lorawancn470/p2p_example.m5f2"
76+
target="_blank"
77+
>
78+
lorawan_p2p_cores3_example.m5f2
79+
</a>
80+
81+
.. |lorawan_p2p_rec_cores3_example.m5f2| raw:: html
82+
83+
<a
84+
href="https://uiflow2.m5stack.com/?example=https://raw.githubusercontent.com/m5stack/uiflow-micropython/develop/examples/unit/lorawancn470/p2p_rec_example.m5f2"
85+
target="_blank"
86+
>
87+
lorawan_p2p_rec_cores3_example.m5f2
88+
</a>
89+

docs/en/units/index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ Unit
6464
limit.rst
6565
lora_e220.rst
6666
lora_e220_433.rst
67+
lorawan_rui3.rst
6768
midi.rst
6869
minioled.rst
6970
miniscale.rst
@@ -104,4 +105,4 @@ Unit
104105
watering.rst
105106
weight.rst
106107
weight_i2c.rst
107-
zigbee.rst
108+
zigbee.rst

0 commit comments

Comments
 (0)