-
Notifications
You must be signed in to change notification settings - Fork 143
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'docusaurus-version' of https://github.com/cure123123/wi…
…ki-documents into docusaurus-version
- Loading branch information
Showing
31 changed files
with
3,957 additions
and
110 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
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
2 changes: 1 addition & 1 deletion
2
...a_Wio_Series/Wio_SX1262/Wio_SX1262_with_XIAO_ESP32S3_Kit/LoRaWAN_Sensor_Node.md
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
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 |
---|---|---|
|
@@ -357,30 +357,48 @@ Copy UF2 file to the DFU drive. Firmware should be flashed after the file is dow | |
### Device stuck in boot loop | ||
|
||
|
||
The device restarts repeatedly, and the serial port connects and disconnects repeatedly. | ||
**Description:** | ||
|
||
The device will restart repeatedly, and the serial port connects and disconnects repeatedly. | ||
|
||
**Solution:** | ||
|
||
* Try to enter DFU mode manually: press and hold the device button, then **quickly** connect the charging cable twice, the green LED will be solid on. | ||
|
||
<p style={{textAlign: 'center'}}><img src="https://files.seeedstudio.com/wiki/SenseCAP/Meshtastic/dfu-mode2.gif" alt="pir" width={600} height="auto" /></p> | ||
|
||
* [Erase the flash](https://wiki.seeedstudio.com/sensecap_t1000_e/#step-2-flash-erase). | ||
|
||
* [flash the firmware](https://wiki.seeedstudio.com/sensecap_t1000_e/#step-3-flash-firmware). | ||
|
||
|
||
[Erase the flash](https://wiki.seeedstudio.com/sensecap_t1000_e/#step-2-flash-erase) and then [flash the firmware](https://wiki.seeedstudio.com/sensecap_t1000_e/#step-3-flash-firmware) again. | ||
|
||
|
||
### Device bricked | ||
|
||
Device not responding, no LED, can not pair with your App. | ||
**Description:** | ||
|
||
The device not responding, no LED, can not pair with your App. | ||
|
||
|
||
* 1) Device can still enter the DFU mode, then try to **flash the bootloader**. | ||
**1) Device can still enter the DFU mode, then try to flash the bootloader**. | ||
|
||
|
||
#### Flash the Bootloader | ||
|
||
|
||
|
||
|
||
* [Bootloader download](https://files.seeedstudio.com/wiki/SenseCAP/lorahub/t1000_e_bootloader-0.9.1-5-g488711a_s140_7.3.0.zip) | ||
|
||
<div class="table-center"> | ||
<iframe width="730" height="500" src="https://files.seeedstudio.com/wiki/SenseCAP/Meshtastic/flash%20bootloader.mp4" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true"> </iframe> | ||
</div> | ||
|
||
:::danger note | ||
When you are flashing the bootloader, please make sure the cable connection is stable and **DO NOT** disconnect it during the flash process. | ||
::: | ||
|
||
* [Bootloader download](https://files.seeedstudio.com/wiki/SenseCAP/lorahub/t1000_e_bootloader-0.9.1-5-g488711a_s140_7.3.0.zip) | ||
|
||
**Step1: Adafruit-nrfutil Installation** | ||
|
||
**Prerequisites** | ||
|
@@ -453,9 +471,16 @@ Copy or move it elsewhere for your convenience, such as directory in your %PATH% | |
</Tabs> | ||
|
||
|
||
**Step2: Flash the bootloader** | ||
**Step2: Check your port number** | ||
|
||
Enable the DFU mode of your device and connect it to your PC, run the following command: | ||
Connect your device to your PC, and check the port number. | ||
|
||
Example: | ||
<p style={{textAlign: 'center'}}><img src="https://files.seeedstudio.com/wiki/SenseCAP/Meshtastic/usb-port.png" alt="pir" width={600} height="auto" /></p> | ||
|
||
**Step3: Flash the bootloader** | ||
|
||
In the terminal or command prompt, navigate to the directory where you downloaded the bootloader zip package and execute the following command, replacing the correct port for your device: | ||
|
||
* **For Windows**: | ||
``` | ||
|
@@ -467,9 +492,6 @@ adafruit-nrfutil --verbose dfu serial --package t1000_e_bootloader-0.9.1-5-g4887 | |
adafruit-nrfutil --verbose dfu serial --package t1000_e_bootloader-0.9.1-5-g488711a_s140_7.3.0.zip -p /dev/tty.SLAB_USBtoUART -b 115200 --singlebank --touch 1200 | ||
``` | ||
|
||
Replace the serial port with your device port. Example: | ||
|
||
<p style={{textAlign: 'center'}}><img src="https://files.seeedstudio.com/wiki/SenseCAP/Meshtastic/usb-port.png" alt="pir" width={600} height="auto" /></p> | ||
|
||
|
||
|
||
|
@@ -478,11 +500,24 @@ Replace the serial port with your device port. Example: | |
|
||
|
||
|
||
When you have completed the above steps, then you can follow this [step](https://wiki.seeedstudio.com/sensecap_t1000_e/#flash-the-application-firmware) to flash the application firmware. | ||
When you have completed the above steps, then you can follow this [step](https://wiki.seeedstudio.com/sensecap_t1000_e/#flash-the-application-firmware) to flash the application firmware. | ||
|
||
|
||
|
||
**2) Device can not enter DFU mode, but the serial port can be detected**. | ||
|
||
* Open a serial port tool | ||
|
||
* Set the baud rate to `1200`. | ||
|
||
* Connect the device. | ||
The light will flash briefly when you connect it. Keep trying this until the light stays on, means the device can back to DFU mode, then [flash bootloader](https://wiki.seeedstudio.com/sensecap_t1000_e/#flash-the-bootloader) -> [Erase flash](https://wiki.seeedstudio.com/sensecap_t1000_e/#step-2-flash-erase) -> [flash the firmware](https://wiki.seeedstudio.com/sensecap_t1000_e/#step-3-flash-firmware). | ||
|
||
<div class="table-center"> | ||
<iframe width="730" height="500" src="https://files.seeedstudio.com/wiki/SenseCAP/Meshtastic/reset%20via%20serial%20tool.mp4" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true"> </iframe> | ||
</div> | ||
|
||
* 2) Device can not enter DFU mode and no serial port display, please contact the tech support: [email protected] | ||
**3) Device can not enter DFU mode and no serial port display, please contact the tech support: [email protected]** | ||
|
||
|
||
### Firmware flashing failed | ||
|
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,150 @@ | ||
--- | ||
description: Weekly Wiki | ||
title: Weekly Wiki | ||
keywords: | ||
- weeely wiki | ||
image: https://files.seeedstudio.com/wiki/IndexWiki/logo_image.jpg | ||
last_update: | ||
date: 10/28/2024 | ||
author: Frank | ||
--- | ||
|
||
<div align="center"><img width={1000} src="https://files.seeedstudio.com/wiki/IndexWiki/logo.png" /></div> | ||
|
||
## Greetings | ||
|
||
This is Frank in Seeed Studio and welcome to the Seeed Studio weekly wiki! Each Monday, I will introduce you our latest wiki, including the ones related to our new products, the interesting projects published by Seeed Studio, and the tutorials, introductions, etc... You name it. | ||
|
||
✨ For each week, when a collaborator contributes a project or fixes something important, we put the stars at the end of title of "Weekly Wiki" for more people be able to see their efforts👍. | ||
|
||
Today is October 28th, and a brand new week has begun! Check out what Seeed Studio did last week! | ||
|
||
## Latest Wiki Launched | ||
|
||
### [Enclosure Installation Guide with ReSpeaker Lite](https://wiki.seeedstudio.com/respeaker_enclosure/) | ||
|
||
<div style={{textAlign:'center'}}><img src="https://files.seeedstudio.com/wiki/reComputer-R1000/tb/dashboard/thingsboard.gif" style={{width:600}}/></div> | ||
|
||
The [ThingsBoard Community Edition](https://thingsboard.io/), an open-source platform, offers powerful features for creating interactive dashboards that stand out among other open-source IoT solutions. With a variety of graphical tools, ThingsBoard allows users to easily visualize and monitor data collected from IoT devices, making it ideal for managing and analyzing real-time data. Whether for industrial automation, smart city projects, or environmental monitoring, ThingsBoard provides a versatile and user-friendly way to track and respond to IoT data insights. | ||
|
||
### [reComputer R1000 V1.1 Product Change Description](https://wiki.seeedstudio.com/recomputer_r1000_v1_1_description/) | ||
|
||
We found that some users have trouble with DE pin control when using the modbus function of reComputer R1000 V1.0. For better user experience, we modified the pin assignment to make RS485 more usable.And made some adjustments to the overall product. | ||
|
||
### [Configuring Wio-SX1262 with XIAO ESP32S3 kit as LoRaWAN Sensor Node](https://wiki.seeedstudio.com/wio_sx1262_xiao_esp32s3_for_lora_sensor_node/) | ||
|
||
This wiki provides a step-by-step guide on configuring the Wio-SX1262 with XIAO ESP32S3 to act as a LoRaWAN sensor node, connecting a DHT20 temperature and humidity sensor, adding an M2 LoRaWAN gateway, and sending data to the The Things Network LNS platform. It also covers the configuration of a format decoder. | ||
|
||
## Existing Wiki Updated | ||
|
||
### [Getting Started with reServer Industrial](https://wiki.seeedstudio.com/reServer_Industrial_Getting_Started/) | ||
|
||
We provided an [operational demonstration](https://wiki.seeedstudio.com/reServer_Industrial_Getting_Started/#binding-physical-network-ports-to-eth-numbers) for reServer on binding physical network ports to eth numbers. | ||
|
||
## The Efforts of Contributor | ||
|
||
<!-- ### [Seeed Studio XIAO RP2040 with NuttX(RTOS)](https://wiki.seeedstudio.com/xiao-rp2040-with-nuttx/) | ||
[NuttX](https://nuttx.apache.org/) is a mature real-time operating system (RTOS) widely recognized for its standards compliance and small footprint. One of NuttX's main features is its scalability, which allows it to be used in environments ranging from 8-bit microcontrollers to 64-bit systems. This flexibility is achieved through adherence to POSIX and ANSI standards, enabling you to experiment with similar NuttX features across a wide range of chips from different architectures, families, and semiconductor vendors. | ||
<div align="center"><img width ="{200}" src="https://files.seeedstudio.com/wiki/XIAO-RP2040/img/NuttX/nuttx.svg"/></div> | ||
Additionally, NuttX offers many advanced and useful features, such as USB, Ethernet, Audio, and Graphics subsystems. These characteristics make NuttX an attractive choice for developers seeking a versatile, robust RTOS capable of operating on various types of hardware. | ||
NuttX supports a vast and continually expanding number of boards. [The official documentation](https://nuttx.apache.org/docs/latest/platforms/) provides a comprehensive list of supported boards, organized by architecture and System-on-Chip (SoC) series. For instance, the [Seeed Studio Xiao RP2040](https://nuttx.apache.org/docs/latest/platforms/arm/rp2040/boards/seeed-xiao-rp2040/index.html) page in the NuttX documentation offers detailed descriptions of each supported feature and instructions on how to utilize them. | ||
[IAO ESP32S3(Sense) With FreeRTOS](https://wiki.seeedstudio.com/xiao-esp32s3-freertos/) | ||
<p style={{textAlign: 'center'}}><img src="https://files.seeedstudio.com/wiki/wiki-ranger/Contributions/xiao_esp32s3_freertos/1.png" alt="pir" width={600} height="auto" /></p> | ||
FreeRTOS is a collection of C libraries comprised of a real-time kernel and a set of modular libraries that implement complementary functionality. The FreeRTOS kernel is a real-time kernel (or real-time scheduler) that enables applications built on FreeRTOS to meet their hard real-time requirements. It enables applications to be organized as a collection of independent threads of execution. | ||
This wiki covers [FreeRTOS](https://freertos.org/) support for the [Seeed Studio XIAO ESP32S3](https://wiki.seeedstudio.com/xiao_esp32s3_getting_started/). With the assistance of this guide you will be able to utilize the feature set available to the board. --> | ||
|
||
- Check on [GitHub](https://github.com/orgs/Seeed-Studio/projects/6) for more information. | ||
- We will be really appreciate if you can [share your ideas](https://github.com/orgs/Seeed-Studio/projects/6?pane=issue&itemId=35179519) with us! | ||
|
||
## Past Weekly wiki | ||
|
||
<details><summary>Click here</summary> | ||
|
||
- [weekly wiki on 2.27th](/Seeed_Elderly/weekly_wiki/wiki227) | ||
- [weekly wiki on 3.06th](/Seeed_Elderly/weekly_wiki/wiki306) | ||
- [weekly wiki on 3.13th](/Seeed_Elderly/weekly_wiki/wiki313) | ||
- [weekly wiki on 3.20th](/Seeed_Elderly/weekly_wiki/wiki320) | ||
- [weekly wiki on 3.27th](/Seeed_Elderly/weekly_wiki/wiki327) | ||
- [weekly wiki on 4.03rd](/Seeed_Elderly/weekly_wiki/wiki403) | ||
- [weekly wiki on 4.10th](/Seeed_Elderly/weekly_wiki/wiki410) | ||
- [weekly wiki on 4.17th](/Seeed_Elderly/weekly_wiki/wiki417) | ||
- [weekly wiki on 4.24th](/Seeed_Elderly/weekly_wiki/wiki424) | ||
- [weekly wiki on 5.15th](/Seeed_Elderly/weekly_wiki/wiki515) | ||
- [weekly wiki on 5.22nd](/Seeed_Elderly/weekly_wiki/wiki522) | ||
- [weekly wiki on 5.29th](/Seeed_Elderly/weekly_wiki/wiki529) | ||
- [weekly wiki on 6.05th](/Seeed_Elderly/weekly_wiki/wiki605) | ||
- [weekly wiki on 6.12th](/Seeed_Elderly/weekly_wiki/wiki612) | ||
- [weekly wiki on 6.19th](/Seeed_Elderly/weekly_wiki/wiki619) | ||
- [weekly wiki on 7.03th](/Seeed_Elderly/weekly_wiki/wiki703) | ||
- [weekly wiki on 7.10th](/Seeed_Elderly/weekly_wiki/wiki710) | ||
- [weekly wiki on 7.17th](/Seeed_Elderly/weekly_wiki/wiki717) | ||
- [weekly wiki on 7.24th](/Seeed_Elderly/weekly_wiki/wiki724) | ||
- [weekly wiki on 7.31th](/Seeed_Elderly/weekly_wiki/wiki731) | ||
- [weekly wiki on 8.07th](/Seeed_Elderly/weekly_wiki/wiki807) | ||
- [weekly wiki on 8.21st](/Seeed_Elderly/weekly_wiki/wiki821) | ||
- [weekly wiki on 8.28th](/Seeed_Elderly/weekly_wiki/wiki828) | ||
- [weekly wiki on 9.11st](/Seeed_Elderly/weekly_wiki/wiki911) | ||
- [weekly wiki on 9.18th](/Seeed_Elderly/weekly_wiki/wiki918) | ||
- [weekly wiki on 9.25th](/Seeed_Elderly/weekly_wiki/wiki925) | ||
- [weekly wiki on 10.9th](/Seeed_Elderly/weekly_wiki/wiki1009) | ||
- [weekly wiki on 10.16th](/Seeed_Elderly/weekly_wiki/wiki1016) | ||
- [weekly wiki on 10.23th](/Seeed_Elderly/weekly_wiki/wiki1023) | ||
- [weekly wiki on 10.30th](/Seeed_Elderly/weekly_wiki/wiki1030) | ||
- [weekly wiki on 11.06th](/Seeed_Elderly/weekly_wiki/wiki1106) | ||
- [weekly wiki on 11.13th](/Seeed_Elderly/weekly_wiki/wiki1113) | ||
- [weekly wiki on 11.20th](/Seeed_Elderly/weekly_wiki/wiki1120) | ||
- [weekly wiki on 11.27th](/Seeed_Elderly/weekly_wiki/wiki1127) | ||
- [weekly wiki on 12.04th](/Seeed_Elderly/weekly_wiki/wiki1204) | ||
- [weekly wiki on 12.11th](/Seeed_Elderly/weekly_wiki/wiki1211) | ||
- [weekly wiki on 12.18th](/Seeed_Elderly/weekly_wiki/wiki1218) | ||
- [weekly wiki on 12.25th](/Seeed_Elderly/weekly_wiki/wiki1225) | ||
- [weekly wiki on 2024.1.08th](/Seeed_Elderly/weekly_wiki/wiki240108) | ||
- [weekly wiki on 2024.1.15th](/Seeed_Elderly/weekly_wiki/wiki240115) | ||
- [weekly wiki on 2024.1.22nd](/Seeed_Elderly/weekly_wiki/wiki240122) | ||
- [weekly wiki on 2024.1.29th](/Seeed_Elderly/weekly_wiki/wiki240129) | ||
- [weekly wiki on 2024.2.19th](/Seeed_Elderly/weekly_wiki/wiki240219) | ||
- [weekly wiki on 2024.2.26th](/Seeed_Elderly/weekly_wiki/wiki240226) | ||
- [weekly wiki on 2024.3.04th](/Seeed_Elderly/weekly_wiki/wiki240304) | ||
- [weekly wiki on 2024.3.11th](/Seeed_Elderly/weekly_wiki/wiki240311) | ||
- [weekly wiki on 2024.3.18th](/Seeed_Elderly/weekly_wiki/wiki240318) | ||
- [weekly wiki on 2024.3.25th](/Seeed_Elderly/weekly_wiki/wiki240325) | ||
- [weekly wiki on 2024.4.01st](/Seeed_Elderly/weekly_wiki/wiki240401) | ||
- [weekly wiki on 2024.4.08th](/Seeed_Elderly/weekly_wiki/wiki240408) | ||
- [weekly wiki on 2024.4.15th](/Seeed_Elderly/weekly_wiki/wiki240415) | ||
- [weekly wiki on 2024.4.22nd](/Seeed_Elderly/weekly_wiki/wiki240422) | ||
- [weekly wiki on 2024.4.29th](/Seeed_Elderly/weekly_wiki/wiki240429) | ||
- [weekly wiki on 2024.5.06th](/Seeed_Elderly/weekly_wiki/wiki240506) | ||
- [weekly wiki on 2024.5.13th](/Seeed_Elderly/weekly_wiki/wiki240513) | ||
- [weekly wiki on 2024.5.20th](/Seeed_Elderly/weekly_wiki/wiki240520) | ||
- [weekly wiki on 2024.5.27th](/Seeed_Elderly/weekly_wiki/wiki240527) | ||
- [weekly wiki on 2024.6.03rd](/Seeed_Elderly/weekly_wiki/wiki240603) | ||
- [weekly wiki on 2024.6.10th](/Seeed_Elderly/weekly_wiki/wiki240610) | ||
- [weekly wiki on 2024.6.17th](/Seeed_Elderly/weekly_wiki/wiki240617) | ||
- [weekly wiki on 2024.6.24th](/Seeed_Elderly/weekly_wiki/wiki240624) | ||
- [weekly wiki on 2024.7.01st](/Seeed_Elderly/weekly_wiki/wiki240701) | ||
- [weekly wiki on 2024.7.08th](/Seeed_Elderly/weekly_wiki/wiki240708) | ||
- [weekly wiki on 2024.7.16th](/Seeed_Elderly/weekly_wiki/wiki240716) | ||
- [weekly wiki on 2024.7.22th](/Seeed_Elderly/weekly_wiki/wiki240722) | ||
- [weekly wiki on 2024.7.29th](/Seeed_Elderly/weekly_wiki/wiki240729) | ||
- [weekly wiki on 2024.8.05th](/Seeed_Elderly/weekly_wiki/wiki240805) | ||
- [weekly wiki on 2024.8.12th](/Seeed_Elderly/weekly_wiki/wiki240812) | ||
- [weekly wiki on 2024.8.19th](/Seeed_Elderly/weekly_wiki/wiki240819) | ||
- [weekly wiki on 2024.8.26th](/Seeed_Elderly/weekly_wiki/wiki240826) | ||
- [weekly wiki on 2024.9.02nd](/Seeed_Elderly/weekly_wiki/wiki240902) | ||
- [weekly wiki on 2024.9.09th](/Seeed_Elderly/weekly_wiki/wiki240909) | ||
- [weekly wiki on 2024.9.16th](/Seeed_Elderly/weekly_wiki/wiki240918) | ||
- [weekly wiki on 2024.9.23th](/Seeed_Elderly/weekly_wiki/wiki240923) | ||
- [weekly wiki on 2024.9.30th](/Seeed_Elderly/weekly_wiki/wiki240930) | ||
- [weekly wiki on 2024.10.07th](/Seeed_Elderly/weekly_wiki/wiki241007) | ||
- [weekly wiki on 2024.10.14th](/Seeed_Elderly/weekly_wiki/wiki241014) | ||
- [weekly wiki on 2024.10.21th](/Seeed_Elderly/weekly_wiki/wiki241021) | ||
|
||
</details> |
Oops, something went wrong.