Interactive Mode (Cue App)
Detailed configuration changes via Interactive Mode
This app allows detailed configuration from Interactive Mode.
This page explains functions specific to the Cue App (App_CUE). For common functions, see the TWELITE APPS Manual top page.
When entering Interactive Mode, the following screen is displayed.
--- CONFIG/App_CUE V1-00-2/SID=0x810ba765/LID=0x01 ---
a: set Application ID (0x67720102)
i: set Device ID (--)
c: set Channels (18)
x: set Tx Power (13)
b: set UART baud (38400)
B: set UART option (8N1)
k: set Enc Key (0xA5A5A5A5)
o: set Option Bits (0x00000001)
t: set Transmission Interval (5)
p: set Senser Parameter (0x00000000)
---
S: save Configuration
R: reset to Defaults
List of Setting Commands
Command | Setting Item | Default | Explanation |
---|---|---|---|
a | Application ID | 0x67720102 | Multiple groups can use the same frequency channel. The value is set as a 32-bit number. |
i | Logical Device ID | – | Sets the logical device ID of the child device. Values from 1 to 100 can be set. If the setting is “–”, the logical device ID is internally set to 1. |
c | Frequency Channel Setting | 18 | Selects the channel (11–26). Multiple channel specifications are invalid to prioritize low power operation. |
x | Transmission Power Setting | 13 | Specify a one- or two-digit number. The second digit is optional. The first digit sets the transmission power. 3 is the strongest, and each step down to 2, 1, 0 reduces output by -11.5 dB. Use this to limit output and reduce the effective radio range. However, transmission distance is affected by environment (noise, obstacles, etc.). ※ Theoretically, transmission distance halves for every 6 dB reduction in output, so one step reduction reduces distance to about 1/4. The second digit sets the number of retransmissions. Specify 0–9 for the second digit; 0 means no retransmission (default), 1–9 correspond to the number of retransmissions. Example: 3 -> No retransmission, strongest output (default, omitted) 42 -> 4 retransmissions, output level 2 (one step weaker) |
b | UART Baud Rate Setting | 38400 | Fixed at 115200 bps regardless of input value. |
B | UART Parity Setting | 8N1 | Fixed at 8N1 regardless of input value. |
k | Encryption Key Setting | 0xA5A5A5A5 | Enter the encryption key. Set a 32-bit hexadecimal number. Use the same value within the communication group. |
o | Option Bits Setting | 0x00000001 | Various detailed settings can be configured. |
t | Transmission Interval Setting | 5 | Sets the interval for periodic transmission packets in seconds. Valid values are 1 to 4095. Behavior outside this range is undefined. |
p | Sensor-Specific Parameter Setting | 0 | Switch modes and set parameters. Specify as a hexadecimal number greater than or equal to 0. See the page Various Modes for details. |
S | Save Settings | Saves settings and restarts the module. | |
R | Reset to Defaults | Resets settings to default. If you save immediately after without other operations using the S key, the save area is cleared. |
Option Bits Setting
Explanation of each bit in the option bit setting value.
Bit (Hex) | Explanation |
---|---|
0x00000001 | Transmits to each repeater or parent device, and all information received by the repeaters is forwarded to the parent device and output via serial. In this case, analyzing multiple received packets allows identifying the router that received the signal closest. |
0x00000040 | Disables OTA. |
0x00001000 | Enables encrypted communication. (Please also set encryption on the counterpart.) |
0x00010000 | Enables message output over UART communication. |