File tree Expand file tree Collapse file tree 3 files changed +18
-5
lines changed Expand file tree Collapse file tree 3 files changed +18
-5
lines changed Original file line number Diff line number Diff line change 33Thingy:91 X: Hello nRF Cloud firmware
44#####################################
55
6- .. contents ::
7- :local:
8- :depth: 2
6+ The Hello nRF Cloud firmware is the official, factory-programmed firmware for the nRF9151 SiP on the Thingy:91 X device.
97
10- This project is based on the `NCS Example Application `_.
8+ The application search for and connects to an LTE network and sends network and sensor data to nRF Cloud, using CoAP over UDP as transport protocol.
9+ Sampled data that is sent from the application, can be viewed in the `hello.nrfcloud.com `_ web interface.
10+
11+ Some of the key features of the firmware include:
12+
13+ * LTE network connection management
14+ * Secure and efficient communication with nRF Cloud using CoAP with DTLS connection ID over UDP
15+ * Sensor data collection and transmission
16+ * Firmware-Over-the-Air (FOTA) capability for application and modem updates
17+ * Modem tracing capability
18+ * LED indication for visualizing the operating state of the application
19+
20+ The project repository is based on the `NCS Example Application `_ and customized to the needs of the application.
21+ Read more about the various aspects of the firmware in the following sections.
1122
1223.. toctree ::
1324 :maxdepth: 2
Original file line number Diff line number Diff line change 3232.. _`Interactive BOM PCA20065 1.0.0.`: https://htmlpreview.github.io/?https://github.com/hello-nrfcloud/firmware/blob/main/docs/pca20065_1_0_0.html
3333
3434.. _`pyOCD`: https://github.com/pyocd/pyOCD
35+
36+ .. _`hello.nrfcloud.com`: https://hello.nrfcloud.com/
Original file line number Diff line number Diff line change 11Sphinx == 5.3.0
22breathe == 4.35.0
3- sphinx-ncs-theme < =0.7.4
3+ sphinx-ncs-theme = =0.7.4
44sphinx-tabs >= 3.4
55sphinx-togglebutton >= 0.3.2
66Pillow >= 9.0.1
You can’t perform that action at this time.
0 commit comments