/      日本語

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

CommandSetting ItemDefaultExplanation
aApplication ID0x67720102Multiple groups can use the same frequency channel. The value is set as a 32-bit number.
iLogical Device IDSets 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.
cFrequency Channel Setting18Selects the channel (11–26). Multiple channel specifications are invalid to prioritize low power operation.
xTransmission Power Setting13Specify 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)
bUART Baud Rate Setting38400Fixed at 115200 bps regardless of input value.
BUART Parity Setting8N1Fixed at 8N1 regardless of input value.
kEncryption Key Setting0xA5A5A5A5Enter the encryption key. Set a 32-bit hexadecimal number. Use the same value within the communication group.
oOption Bits Setting0x00000001Various detailed settings can be configured.
tTransmission Interval Setting5Sets the interval for periodic transmission packets in seconds. Valid values are 1 to 4095. Behavior outside this range is undefined.
pSensor-Specific Parameter Setting0Switch modes and set parameters. Specify as a hexadecimal number greater than or equal to 0. See the page Various Modes for details.
SSave SettingsSaves settings and restarts the module.
RReset to DefaultsResets 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
0x00000001Transmits 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.
0x00000040Disables OTA.
0x00001000Enables encrypted communication. (Please also set encryption on the counterpart.)
0x00010000Enables message output over UART communication.