Skip to content

Commit

Permalink
3601config fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardHeltec committed Dec 25, 2023
1 parent ced30e7 commit ade3a96
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 17 deletions.
16 changes: 11 additions & 5 deletions doc/ready_to_use/hri-3621/source/quick_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ HRI-3621 integrates a 1100aMh rechargeable lithium battery, charging voltage is

![](img/02.jpg)

## LED light status description
## RGB light status description
The HRI-362x series has a wealth of indicator effects, which can help you more easily use the device, or determine the status of the device.

![](img/led.png)

## Configura
### Enter Configuration mode
+ Long press the button on the top of the device, and the device will first display white light and then orange light. At this time, release your finger.
+ Long press the button on the top of the device, and the device will **first display White light and then Yellow light**. At this time, release your finger.

``` {Tip} If the blue light/green light blinks sequentially after long press, it means that the device is in working state. After 5 seconds, when the light is all out and no longer blinks, release your finger and long press again to enter the configuration page.
``` {Tip} If the blue light/green light blinks sequentially after long press, it means that the device is in working state. At this point, long press the device will shut down, fter 5 seconds, release the button and repeat the above operation until the indicator light turns yellow.
```

Expand Down Expand Up @@ -66,7 +66,13 @@ Press the button for 3 seconds. When the button shows white light, release the b

## Common problems and solutions
+ Unable to confirm device working status.

Press the device button once, and if it shows blue light, it will wake up, and the device will upload a message immediately.

+ Device not working
After each configuration, you must button off in, then button on.
+ The device could not be turned on.

Try to connect its charging cable and turn it on while it is charging.

+ RGB light does not respond when sending and receiving.

Go to the configuration page and see if the `LoRa signal light` option is turned on.
23 changes: 11 additions & 12 deletions doc/ready_to_use/hru-3601/source/connect_to_lorawan_server.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,25 +13,24 @@ Refer to [Quick Start](https://docs.heltec.org/en/ready2use/hru-3601/quick_start
![](img/4.png)

The details of the introduction of each parameter are as follows:
+ `network access mode` choose `OTAA`.
+ `devEui` Your node ID, you can fill in your own, in this case we'll write "2233445566778898".
+ `appEui` Feel free to fill it out. Here we'll write "0000000000000000".
+ `appKey` Feel free to fill it out. Here we'll write "88888888888888888888888888888888".
+ `network access mode` choose `OTAA` or `ABP`, .
+ `devEui` Your node ID, you can fill in your own, must be 16 hexadecimal digits, such as "2233445566778898".
+ `appEui` Feel free to fill it out, must be 16 hexadecimal digits, such as "0000000000000000".
+ `appKey` Feel free to fill it out, must be 32 hexadecimal digits, "88888888888888888888888888888888".
+ `appIxDutyCycle unit:S` the transmission interval of the LoRa signal.
+ `appPort` Feel free to fill it out. Here we'll write "1".
+ `channel start` Align with the gateway.
+ `channel end` Align with the gateway.
+ `loraWanClass` The communication mode of LoRaWAN, here we choose `CLASS A`.
+ `isTxConfirmed` Whether to wait for server confirmation after sending the message, choose `true`.
+ `adr` The transmit power is adaptive, choose `true`.
+ `appPort` free choice.
+ `channel start` `channel end` Align with the gateway, For example, if you want to select 0~7, fill in 0 and 7.
+ `loraWanClass` The communication mode of LoRaWAN, we can choose `CLASS A` or `CLASS C`.
+ `isTxConfirmed` Uplink receives confirmation whether it is enabled or not.
+ `adr` Whether data rate adaptation is enabled.

``` {Tip} If you are not familiar with LoRaWAN, try to choose the default and set a simple EUI and KEY.
``` {Tip} The above is the configuration page in OTAA mode. If ABP needs to be used, the configuration will be slightly different.
```

## Registering node on server

Register a new device in TTN or TTS "Applications",choose`Enter end device specifics manually`.
Register a new device in TTN or TTS "Applications",choose `Enter end device specifics manually`.

![](img/5.png)

Expand Down

0 comments on commit ade3a96

Please sign in to comment.