Skip to content

Commit

Permalink
Merge pull request #1453 from Jessie219-web/main
Browse files Browse the repository at this point in the history
Fix wrong words
  • Loading branch information
limengdu authored Jul 25, 2024
2 parents 0262be1 + bcff45a commit 1c02a18
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Double click the `Reset` button, there should be a `WM1110_BOOT` drive on your P

<p style={{textAlign: 'center'}}><img src="https://files.seeedstudio.com/wiki/SenseCAP/Meshtastic/wm1110-boot.png" alt="pir" width={600} height="auto" /></p>

Copy the `update-wio_tracker_1110_bootloader-0.9.1_nosd.uf2` file to the drive. The download will run automatically, then the drive will log out.
Drag the `update-wio_tracker_1110_bootloader-0.9.1_nosd.uf2` file to the driver. The download will run automatically, then the driver will log out.

</TabItem>
<TabItem value="serial" label="Serial">
Expand Down Expand Up @@ -157,11 +157,11 @@ Select the device to `Seeed Wio WM1110 Tracker` and the latest firmware, and dow
<Tabs>
<TabItem value="uf2" label="UF2">

Double click the `Reset` button, there should be a `WM1110_BOOT` drive on your PC.
Double click the `Reset` button, there should be a `WM1110_BOOT` driver on your PC.

<p style={{textAlign: 'center'}}><img src="https://files.seeedstudio.com/wiki/SenseCAP/Meshtastic/wm1110-boot.png" alt="pir" width={600} height="auto" /></p>

Copy the `firmware-wio-tracker-wm1110-2.3.14.681ae9d8.uf2` file to the drive. The download will run automatically, then the drive will log out.
Drag the `.uf2` file to the driver. The download will run automatically, then the driver will log out.

:::tip
Just ignore this error prompt, the device has actually been upgraded successfully.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,3 @@ To install it *offline*, you can **download the repo zip** from GitHub, navigate
[Sensirion I2C SHT4X Arduino Library](https://github.com/Sensirion/arduino-i2c-sht4x)<br/>
[Sensirion Gas Index Algorithm Arduino Library](https://github.com/Sensirion/arduino-gas-index-algorithm)
:::

11 changes: 11 additions & 0 deletions docs/Sensor/Wio_Series/Wio_Tracker_1110_Dev_Board/Get_Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,17 @@ You can also use a [Grove-I2C Hub](https://www.seeedstudio.com/Grove-I2C-Hub.htm

<p style={{textAlign: 'center'}}><img src="https://files.seeedstudio.com/wiki/SenseCAP/wio_tracker/WM1110-A-Grove.jpg" alt="pir" width={800} height="auto" /></p>

## Flash Firmware

* [Latest Firmware](https://files.seeedstudio.com/wiki/SenseCAP/wio_tracker/wio_tracker_app_release_sw_0.5_2024-06-06.uf2)

Double click the `Reset` button, there should be a `WM1110_BOOT` driver on your PC.

<p style={{textAlign: 'center'}}><img src="https://files.seeedstudio.com/wiki/SenseCAP/Meshtastic/wm1110-boot.png" alt="pir" width={600} height="auto" /></p>

Drag the `.uf2` file to the driver. The download will run automatically, then the driver will log out.


## SenseCAP API

SenseCAP API is for users to manage IoT devices and data. It includes 3 types of API methods: HTTP protocol, MQTT protocol, and Websocket protocol.
Expand Down

0 comments on commit 1c02a18

Please sign in to comment.