Skip to content

Commit 8e2099c

Browse files
pandiannanolbuque
authored andcommitted
libs/unit: Support NBIoT2.
Signed-off-by: Pandian Nano <[email protected]>
1 parent 40ac7fc commit 8e2099c

File tree

10 files changed

+816
-0
lines changed

10 files changed

+816
-0
lines changed

docs/en/refs/unit.nbiot2.ref

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
.. |NB-IOT2Unit| image:: https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/products/unit/Unit%20NB-IoT2%20(SIM7028)/4.webp
2+
:target: https://docs.m5stack.com/en/unit/Unit%20NB-IoT2(SIM7028)
3+
:height: 200px
4+
:width: 200 px
5+
6+
.. |example.png| image:: https://static-cdn.m5stack.com/mpy_docs/unit/nbiot2/example.png
7+
.. |init.png| image:: https://static-cdn.m5stack.com/mpy_docs/unit/nbiot2/init.png
8+
.. |check_modem_is_ready.png| image:: https://static-cdn.m5stack.com/mpy_docs/unit/nbiot2/check_modem_is_ready.png
9+
.. |get_imei_number.png| image:: https://static-cdn.m5stack.com/mpy_docs/unit/nbiot2/get_imei_number.png
10+
.. |get_signal_strength.png| image:: https://static-cdn.m5stack.com/mpy_docs/unit/nbiot2/get_signal_strength.png
11+
.. |get_model_identification.png| image:: https://static-cdn.m5stack.com/mpy_docs/unit/nbiot2/get_model_identification.png
12+
.. |get_gprs_network_status.png| image:: https://static-cdn.m5stack.com/mpy_docs/unit/nbiot2/get_gprs_network_status.png
13+
.. |get_show_pdp_address.png| image:: https://static-cdn.m5stack.com/mpy_docs/unit/nbiot2/get_show_pdp_address.png
14+
.. |get_pdp_context_dynamic_parameters.png| image:: https://static-cdn.m5stack.com/mpy_docs/unit/nbiot2/get_pdp_context_dynamic_parameters.png
15+
.. |set_command_echo_mode.png| image:: https://static-cdn.m5stack.com/mpy_docs/unit/nbiot2/set_command_echo_mode.png
16+
.. |set_gprs_network_state.png| image:: https://static-cdn.m5stack.com/mpy_docs/unit/nbiot2/set_gprs_network_state.png
17+
.. |set_pdp_context_apn.png| image:: https://static-cdn.m5stack.com/mpy_docs/unit/nbiot2/set_pdp_context_apn.png
18+
.. |modem_debug.png| image:: https://static-cdn.m5stack.com/mpy_docs/unit/nbiot2/modem_debug.png
19+
.. |mqtt_server_configure.png| image:: https://static-cdn.m5stack.com/mpy_docs/unit/nbiot2/mqtt_server_configure.png
20+
.. |mqtt_server_connect.png| image:: https://static-cdn.m5stack.com/mpy_docs/unit/nbiot2/mqtt_server_connect.png
21+
.. |mqtt_server_disconnect.png| image:: https://static-cdn.m5stack.com/mpy_docs/unit/nbiot2/mqtt_server_disconnect.png
22+
.. |mqtt_server_is_connect.png| image:: https://static-cdn.m5stack.com/mpy_docs/unit/nbiot2/mqtt_server_is_connect.png
23+
.. |mqtt_subscribe_callback.png| image:: https://static-cdn.m5stack.com/mpy_docs/unit/nbiot2/mqtt_subscribe_callback.png
24+
.. |get_topic.png| image:: https://static-cdn.m5stack.com/mpy_docs/unit/nbiot2/get_topic.png
25+
.. |get_msg.png| image:: https://static-cdn.m5stack.com/mpy_docs/unit/nbiot2/get_msg.png
26+
.. |mqtt_unsubscribe_topic.png| image:: https://static-cdn.m5stack.com/mpy_docs/unit/nbiot2/mqtt_unsubscribe_topic.png
27+
.. |mqtt_publish_topic.png| image:: https://static-cdn.m5stack.com/mpy_docs/unit/nbiot2/mqtt_publish_topic.png
28+
.. |mqtt_polling_loop.png| image:: https://static-cdn.m5stack.com/mpy_docs/unit/nbiot2/mqtt_polling_loop.png
29+
.. |http_request.png| image:: https://static-cdn.m5stack.com/mpy_docs/unit/nbiot2/http_request.png
30+
.. |http_terminate.png| image:: https://static-cdn.m5stack.com/mpy_docs/unit/nbiot2/http_terminate.png
31+
.. |data_content.png| image:: https://static-cdn.m5stack.com/mpy_docs/unit/nbiot2/data_content.png
32+
.. |response_code.png| image:: https://static-cdn.m5stack.com/mpy_docs/unit/nbiot2/response_code.png
33+
34+
.. |cores3_nbiot2_example.m5f2| raw:: html
35+
36+
<a
37+
href="https://uiflow2.m5stack.com/?example=https://raw.githubusercontent.com/m5stack/uiflow-micropython/develop/examples/unit/nbiot2/cores3_nbiot2_example.m5f2"
38+
target="_blank"
39+
>
40+
cores3_nbiot2_example.m5f2
41+
</a>
42+
43+
44+
45+
46+
47+
48+
49+
50+
51+
52+
53+
54+
55+
56+
57+
58+
59+
60+
61+
62+
63+
64+
65+
66+
67+
68+
69+
70+

docs/en/units/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ Unit
5353
mqtt.rst
5454
mqttpoe.rst
5555
nbiot.rst
56+
nbiot2.rst
5657
ncir.rst
5758
oled.rst
5859
op90.rst

0 commit comments

Comments
 (0)