Skip to content
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

add a tip to single channel lorawan gateway of indicator #1852

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Meshtastic is an open source, off-grid, decentralized, mesh network built to run

## Flash Firmware

:::note
:::note
Please flash the firmware before using Meshtastic.
:::

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,10 @@ Original FPC Antenna: Only for **testing**. For reliable requirments, please pur
</tr>
</table>

## Video Instruction

<iframe class="youtube-video-r" src="https://www.youtube.com/embed/AGPZ9xnX3gs" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>

## Resource

* [Wio SX1262 Module Datasheet](https://files.seeedstudio.com/products/SenseCAP/Wio_SX1262/Wio-SX1262_Module_Datasheet.pdf)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ This is the github project: [SenseCAP Indicator LoRaHub Demonstration](https://g

The firmware is prepared for installation. Simply download from [bin library](https://github.com/Seeed-Solution/SenseCAP_Indicator_ESP32/tree/main/examples/indicator_lorahub/firmware).

:::tip
We also provide a merged version of firmware in GitHub. The following instruction is based on the separated version for easier understanding for the beginner. If you want to directly burn [the merged version](https://github.com/Seeed-Solution/SenseCAP_Indicator_ESP32/releases/tag/v1.0.3-beta-lorahub-demo), set the flashing address to 0x0.
:::

If you don't use the complete ESP-IDF environment, it is also possible to flash the provided binary files using the **esptool** utility.

Click to download the firmware:
Expand Down
Loading