Merge pull request #1336 from fifieldt/seeeeed

Reflect new meshtastic versions of Seeed 1110
This commit is contained in:
rcarteraz 2024-07-13 10:18:36 -07:00 committed by GitHub
commit e2b5442fdd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 10 additions and 12 deletions

View file

@ -7,7 +7,7 @@ description: Instructions for uploading firmware through SWDIO by using a Raspbe
--- ---
Most Meshtastic devices can be flashed simply using USB. Most Meshtastic devices can be flashed simply using USB.
However, some (eg Seeed WM1110) require the use of an external device that can connect via "SWDIO". However, some (eg Seeed WM1110 Dev Kit) require the use of an external device that can connect via "SWDIO".
There are dedicated devices such as the [RAKDAP1](https://store.rakwireless.com/products/daplink-tool) There are dedicated devices such as the [RAKDAP1](https://store.rakwireless.com/products/daplink-tool)
that can do this work. However, for many people a Raspberry Pi is more convenient. that can do this work. However, for many people a Raspberry Pi is more convenient.
@ -76,6 +76,7 @@ If you see “Error connecting DP: cannot read IDR”, then you've probably conn
## Obtaining Firmware ## Obtaining Firmware
Check the instructions for your [hardware](/docs/hardware/devices) to find the correct firmware for your device. Check the instructions for your [hardware](/docs/hardware/devices) to find the correct firmware for your device.
For most devices following this guide, a .hex file is required.
Then, copy the firmware file to your Raspberry Pi. Then, copy the firmware file to your Raspberry Pi.
@ -93,7 +94,7 @@ Open On-Chip Debugger
> reset init > reset init
> halt > halt
> nrf5 mass_erase > nrf5 mass_erase
> program new2.uf2 verify > program firmware.hex verify
> reset > reset
> exit 0 > exit 0
``` ```

View file

@ -12,20 +12,21 @@ import TabItem from "@theme/TabItem";
<Tabs <Tabs
groupId="wm1110" groupId="wm1110"
queryString="wm1110" queryString="wm1110"
defaultValue="wio-sdk-wm1110" defaultValue="wio-tracker-wm1110"
values={[ values={[
{label: 'WM110 Dev Kit', value:'wio-sdk-wm1110'}, {label: 'WM110 Dev Kit', value:'wio-sdk-wm1110'},
{label: 'WM110 Tracker', value: 'wio-tracker-wm1110'}, {label: 'Wio Tracker 1110', value: 'wio-tracker-wm1110'},
]}> ]}>
<TabItem value="wio-sdk-wm1110"> <TabItem value="wio-sdk-wm1110">
## Seeed Wio-WM1110 Dev Kit ## Seeed Wio-WM1110 Dev Kit
:::caution Firmware Version Notice :::note External GPS Required
Basic support for this device has only just been added, and not all features work The LR1110 GNSS functionality does not yet work. Seeed recommends at Grove - GPS (Air530).
::: :::
- **MCU** - **MCU**
- Nordic nRF52840 (WiFi & Bluetooth) - Nordic nRF52840 (WiFi & Bluetooth)
- **LoRa Transceiver** - **LoRa Transceiver**
@ -67,11 +68,7 @@ Basic support for this device has only just been added, and not all features wor
<TabItem value="wio-tracker-wm1110"> <TabItem value="wio-tracker-wm1110">
## Seeed Wio Tracker 1110 ## Wio Tracker 1110 Dev Kit for Meshtastic
:::caution Firmware Version Notice
Basic support for this device has only just been added, and not all features work
:::
- **MCU** - **MCU**
- Nordic nRF52840 (WiFi & Bluetooth) - Nordic nRF52840 (WiFi & Bluetooth)
@ -102,7 +99,7 @@ Basic support for this device has only just been added, and not all features wor
- Firmware file: `firmware-wio-tracker-wm1110-X.X.X.xxxxxxx.bin` - Firmware file: `firmware-wio-tracker-wm1110-X.X.X.xxxxxxx.bin`
- Purchase Links: - Purchase Links:
- International - International
- [Seeed Studio](https://www.seeedstudio.com/Wio-Tracker-1110-Dev-Board-p-5799.html) - [Seeed Studio](https://www.seeedstudio.com/Wio-Tracker-1110-Dev-Kit-for-Meshtastic.html)
</TabItem> </TabItem>
</Tabs> </Tabs>