-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doc: thingy53: remove GSG guide #19828
Merged
gmarull
merged 1 commit into
nrfconnect:main
from
greg-fer:doc_move_thingy53_gs_to_dev_section
Jan 13, 2025
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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:: nRF Programmer (Bluetooth LE) | ||
|
||
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:: Programmer app (USB) | ||
|
||
See the `Programming Nordic Thingy:53`_ in the tool documentation for detailed steps. | ||
|
||
.. tab:: Programmer app (external debug probe) | ||
|
||
See the `Programming Nordic Thingy:53`_ in the tool documentation for detailed steps. | ||
|
||
.. tab:: nRF Util | ||
|
||
See `Programming application firmware using MCUboot serial recovery`_ in the tool documentation for more information. |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.