Interactive Mode (Parent and Repeater App)
This section describes functions specific to the Parent and Repeater App (App_Wings). For common functions, refer to the top page of the TWELITE APPS manual.
Display Example
A screen like the following will appear:
[CONFIG MENU/App_Wings:ROUTER:0/v1-03-2/SID=8300051A]
a: (0x67720102) Application ID [HEX:32bit]
c: (18 ) Channel(s)
x: ( 0x03) RF Power/Retransmissions [HEX:8bit]
b: (115200,8N1) UART Baud Alt. [XXXXX]
o: (0x00000001) Option bits [HEX:32bit]
t: (0xA5A5A5A5) Encryption key [HEX: 32bits]
m: ( 1) [1] default, [2-63] to specify the layer of the LayerNetwork.
A: (0x00000000) Relay destination [HEX:32bit]
[ESC]:Exit [!]:Reset System [*]:Extr Menu [:]:AppSel
Note:
mandAare for repeater mode only.
Commands
| Item | Default Value | Notes | |
|---|---|---|---|
a | Application ID | 0x67720102 | 32bit |
c | Frequency Channel | 18 | 11–26 |
x | Tx Power and Retry Count | 03 | |
| Retry Count | 0 | 1–9 times, 0 = initial value | |
| Tx Power | 3 | 0–3 | |
b | Alternative UART Settings | 38400,8N1 | Enabled via option bit |
o | Option Bits | 0x00000000 | Other detailed settings |
k | Encryption Key | 0xA5A5A5A5 | 32bit |
m | Operation Mode | 0 | Repeater only. 1=normal, 1–63=layer |
A | Relay Destination | 0x00000000 | Repeater mode only |
Details of each command are as follows:
a: Application ID
All devices that communicate must use the same value. This logically separates networks.
c: Frequency Channel
All devices that communicate must use the same value. This physically separates networks.
x: Tx Power and Retry Count
Specify the radio transmission power and the number of additional transmissions per packet.
b: Alternative UART Settings
Specify UART options when Enabling Alternative UART Settings is enabled in the Option Bits.
You can choose a baud rate from 9600 / 19200 / 38400 / 57600 / 115200 / 230400.
Bit-Parity-Stop.115200,8N1 will be applied.o: Option Bits
Specify a 32-bit value. Each bit enables a corresponding setting.
| Bit Flag | Setting Description | Default |
|---|---|---|
0x00000200 | Enabling Alternative UART Settings | 0️⃣ |
0x00000400 | Suppress Periodic Transmission Output | 0️⃣ |
0x00001000 | Enable Encrypted Communication | 0️⃣ |
0x00002000 | Enable Plaintext Reception in Encrypted Mode | 0️⃣ |
0x00010000 | Disable LED | 0️⃣ |
0x00020000 | Disable LED in Standby | 0️⃣ |
k: Encryption Key
Specify a 32-bit hexadecimal encryption key when Enable Encrypted Communication is set in the Option Bits.
m: Operation Mode
Set 0 for parent mode, and 1 for repeater mode.
When using multi-hop relaying in repeater mode, you can specify the relay layer with a value from 2 to 63.
A: Relay Destination
When performing static routing in repeater mode, specify the Serial ID (0x8???????) of the upstream device. If set to 0x00000000, it will search automatically.
Details of Option Bits
This section explains the settings associated with each bit in the Option Bits value.
00000200: Enabling Alternative UART Settings
Enables b: Alternative UART Settings.
00000400: Suppress Periodic Transmission Output
Suppresses the 1-second periodic transmission and continuous UART output of the Extremely Simple! Standard App and Remote App.
00001000: Enable Encrypted Communication
Enables encrypted communication. The other side must also have encryption enabled.
00002000: Enable Plaintext Reception in Encrypted Mode
Allows reception of unencrypted packets even when encrypted communication is enabled.
00010000: Disable LED
Disables the LED on TWELITE STICK and MONOSTICK.
00020000: Disable LED in Standby
Disables the LED on TWELITE STICK and MONOSTICK while in standby.