-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Moved information about updating precompiled firmware to device guide. Transferred detailed steps for programming with the Programmer app to the tool documentation. Added a new page about precompiled firmware. Reorganized information about programming methods for clarity. NCSDK-29643. Signed-off-by: Grzegorz Ferenc <[email protected]>
- Loading branch information
Showing
16 changed files
with
257 additions
and
9,271 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
113 changes: 113 additions & 0 deletions
113
doc/nrf/app_dev/device_guides/thingy53/thingy53_precompiled.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,113 @@ | ||
.. _thingy53_precompiled: | ||
.. _thingy53_gs_updating_firmware: | ||
|
||
Preloaded and precompiled Thingy:53 firmware | ||
############################################ | ||
|
||
.. contents:: | ||
:local: | ||
:depth: 2 | ||
|
||
The Nordic Thingy:53 comes preloaded with the following firmware: | ||
|
||
* `Edge Impulse`_ application firmware | ||
* MCUboot bootloader | ||
* SoftDevice controller on the network core | ||
|
||
This page describes how to connect with Edge Impulse Studio or update Nordic Thingy:53 with precompiled firmware provided by Nordic Semiconductor. | ||
|
||
.. _thingy53_gs_machine_learning: | ||
|
||
Connecting with Edge Impulse Studio | ||
*********************************** | ||
|
||
The Nordic Thingy:53 is preprogrammed with Edge Impulse firmware. | ||
The Edge Impulse firmware enables data collection from all the sensors on the Nordic Thingy:53. | ||
You can use the collected data to train and test machine learning models. | ||
Deploy the trained machine learning model to the Nordic Thingy:53 over Bluetooth LE or USB. | ||
|
||
Complete the following steps to get started with Edge Impulse: | ||
|
||
1. Go to the `Edge Impulse`_ website. | ||
#. Create a free Edge Impulse account. | ||
#. Download the `nRF Edge Impulse mobile app`_. | ||
#. Follow the instructions in the `Nordic Semi Thingy:53 page`_. | ||
|
||
Precompiled Thingy:53 firmware | ||
****************************** | ||
|
||
If you want to program your Nordic Thingy:53 with other precompiled firmware, you can download the latest precompiled firmware from the following sources: | ||
|
||
* The `Nordic Thingy:53 Downloads`_ page (the Precompiled application firmware section). | ||
The package contains a :file:`CONTENTS.txt` file listing the locations and names of different firmware images. | ||
* The `nRF Programmer`_ mobile application (available for Android and iOS). | ||
The application lists the available precompiled firmware images when you open it. | ||
|
||
.. _thingy53_gs_updating_ble: | ||
|
||
Updating precompiled firmware | ||
============================= | ||
|
||
You can update the precompiled firmware using any of the following methods: | ||
|
||
.. tabs:: | ||
|
||
.. tab:: Over Bluetooth LE using nRF Programmer | ||
|
||
You can update the Nordic Thingy:53 application and network core over Bluetooth LE using the nRF Programmer mobile application for Android or iOS. | ||
|
||
Complete these steps to update the firmware: | ||
|
||
1. Open the nRF Programmer app. | ||
|
||
A list of available samples appears. | ||
|
||
.. figure:: ./images/thingy53_sample_list.png | ||
:alt: nRF Programmer - list of samples | ||
|
||
nRF Programmer - list of samples | ||
|
||
#. Select a sample. | ||
|
||
Application info appears. | ||
|
||
.. figure:: ./images/thingy53_application_info.png | ||
:alt: nRF Programmer - Application Info | ||
|
||
nRF Programmer - Application Info | ||
|
||
#. Select the version of the sample from the drop-down menu. | ||
#. Tap :guilabel:`Download`. | ||
|
||
When the download is complete, the name of the button changes to :guilabel:`Install`. | ||
#. Tap :guilabel:`Install`. | ||
|
||
A list of nearby devices and their signal strengths appears. | ||
#. Select your Nordic Thingy:53 from the list. | ||
It is listed as **El Thingy:53**. | ||
|
||
The transfer of the firmware image starts, and a progress wheel appears. | ||
|
||
.. figure:: ./images/thingy53_progress_wheel.png | ||
:alt: nRF Programmer - progress wheel | ||
|
||
nRF Programmer - progress wheel | ||
|
||
If you want to pause the update process, tap :guilabel:`Pause`. | ||
If you want to stop the update process, tap :guilabel:`Stop`. | ||
|
||
The image transfer is complete when the progress wheel reaches 100%. | ||
The Nordic Thingy:53 is reset and updated to the new firmware sample. | ||
#. Tap :guilabel:`Done` to return to Application info. | ||
|
||
.. tab:: Over USB using the Programmer app | ||
|
||
See the `Programming Nordic Thingy:53`_ in the tool documentation for detailed steps. | ||
|
||
.. tab:: With an external debug probe using the Programmer app | ||
|
||
See the `Programming Nordic Thingy:53`_ in the tool documentation for detailed steps. | ||
|
||
.. tab:: Using nRF Util | ||
|
||
See `Programming application firmware using MCUboot serial recovery`_ in the tool documentation for more information. |
Oops, something went wrong.