Interactive Mode (Parent and Repeater App)
This section explains features specific to the Parent and Repeater App (App_Wings). For common features, please refer to the TWELITE APPS Manual Top Page.
Display Example
The screen shown below will be displayed.
[CONFIG MENU/App_Wings:0/v1-02-1/SID=820163B2]
a: (0x67720102) Application ID [HEX:32bit]
c: (18 ) Channels Set
x: ( 0x03) RF Power/Retry [HEX:8bit]
b: (38400,8N1 ) UART Baud [9600-230400]
o: (0x00000000) Option Bits [HEX:32bit]
k: (0xA5A5A5A5) Encryption Key [HEX:32bit]
m: ( 0) Mode (Parent or Router)
A: (0x00000000) Access point address [HEX:32bit]
[ESC]:Back [!]:Reset System [M]:Extr Menu
Commands
| Item | Default | Notes | |
|---|---|---|---|
a | Application ID | 0x67720102 | 32bit |
c | Frequency Channel | 18 | 11-26 |
x | Retry Count and Transmission Power | 03 | |
| Retry Count | 0 | 1-9 times, 0 means default 0 times | |
| Transmission Power | 3 | 0-3 | |
b | UART Alternative Settings | 38400,8N1 | Enabled by option bit |
o | Option Bits | 0x00000000 | Other detailed settings |
k | Encryption Key | 0xA5A5A5A5 | 32bit |
m | Operating Mode | 0 | Parent 0, Repeater 1, Repeater Network 1-63 |
A | Repeater Destination | 0x00000000 | Repeater mode only |
Details of each command are shown below.
a: Application ID
All devices communicating must have the same value. It logically separates networks.
c: Frequency Channel
All devices communicating must have the same value. It physically separates networks.
x: Transmission Power and Retry Count
Specify the radio transmission power and the number of additional packet retransmissions.
b: UART Alternative Settings
Specify UART options when the option bit Enable UART Alternative Settings is set.
The value specifies baud rate and parity settings separated by a comma.
The baud rate can be selected from 9600/19200/38400/57600/115200/230400. Specifying other values may cause errors.
Parity can be set as N: None, O: Odd, E: Even. Hardware flow control cannot be set. Settings like 8N1, 7E2 can be specified, but settings other than 8N1 are unverified. Please confirm operation in advance.
115200,8N1 will be applied.o: Option Bits
Specify a 32bit numeric value. Settings linked to each bit can be enabled.
| Bit Mask | Setting | Default |
|---|---|---|
0x00000200 | Enable UART Alternative Settings | 0️⃣ |
0x00000400 | Stop Periodic Packet Transmission Output | 0️⃣ |
0x00001000 | Enable Encrypted Communication | 0️⃣ |
0x00002000 | Enable Plain Reception During Encrypted Communication | 0️⃣ |
k: Encryption Key
Specify a 32bit hexadecimal encryption key when the option bit Enable Encrypted Communication is set.
m: Operating Mode
Set 0 for Parent mode, 1 for Repeater mode.
When performing multi-hop repeater in Repeater mode, setting 2-63 specifies the repeater layer.
A: Repeater Destination
Specify the serial ID (0x8???????) of the upper-level device connected when performing static routing in Repeater mode. When set to 0x00000000, automatic search is performed.
Details of Option Bits
Explanation of settings linked to each bit of the option bit value.
00000200: Enable UART Alternative Settings
Enables b: UART Alternative Settings.
00000400: Stop Periodic Packet Transmission Output
Stops the 1-second periodic transmission of the Extremely Simple! Standard App and Remote Control App and stops UART output during continuous mode.
00001000: Enable Encrypted Communication
Enables encrypted communication. The other party must also enable encrypted communication.
00002000: Enable Plain Reception During Encrypted Communication
When encrypted communication is enabled, allows reception of packets that are not encrypted.