Interactive Mode (ARIA App)
This section explains features specific to the ARIA app (App_ARIA). For common features, please refer to the TWELITE APPS Manual Top Page.
Interactive mode cannot be used while TWELITE is in sleep mode.
Please start up with the SET
pin connected to GND
. The TWELITE STAGE app and TWELITE R2/R3 automatically perform this operation.
Example Display
The screen will display as follows:
--- CONFIG/App_ARIA V1-01-0/SID=0x810a7817/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)
d: set Temperature Coefficient (0)
D: set Temperature Offset (0)
f: set Humidity Coefficient (0)
F: set Humidity Offset (0)
---
S: save Configuration
R: reset to Defaults
Commands
Setting Item | Default Value | Remarks | |
---|---|---|---|
a | Application ID | 0x67720102 | 32bit |
i | Logical Device ID | - | Child device 1 -100 |
c | Frequency Channel | 18 | 11 -26 |
x | Retransmission Count and Transmission Power | 13 | |
Retransmission Count | 1 | 1 -9 times, 0 means none | |
Transmission Power | 3 | 0 -3 | |
b | 38400 | Not applicable | |
B | 8N1 | Not applicable | |
k | Encryption Key | 0xA5A5A5A5 | 32bit |
o | Option Bits | 0x00000001 | Other detailed settings |
t | Transmission Interval | 5 | 1 -4095 seconds |
p | Sensor Specific Parameter | 0 | |
d | Temperature Coefficient | 0 | 0 -60000 |
D | Temperature Offset | 0 | -2000 -2000 |
f | Humidity Coefficient | 0 | 0 -60000 |
F | Humidity Offset | 0 | -2000 -2000 |
Details of each command are shown below.
a
: Application ID
All devices communicating must have the same value. This logically separates the network.
i
: Logical Device ID
Set this when it is necessary to identify multiple child devices.
You can set any value from 1
to 100
.
c
: Frequency Channel
All devices communicating must have the same value. This physically separates the network.
x
: Transmission Power and Retransmission Count
Specify the radio transmission power and the number of times to retransmit packets additionally in transparent mode and header-attached transparent mode.
b
: UART Alternative Baud Rate
Not applicable. Unlike products such as TWELITE DIP, there is no BPS
pin.
B
: UART Option
Not applicable. Unlike products such as TWELITE DIP, there is no BPS
pin.
k
: Encryption Key
Specify the encryption key as a 32bit hexadecimal number when enabling encryption communication with the option bit Enable Encryption Communication.
o
: Option Bits
Specify a 32bit number. You can enable settings associated with each bit.
Target Bit | Setting Item | Default |
---|---|---|
0x00000001 | Enable Transmission to Relay Devices | 1️⃣ |
0x00000040 | Disable OTA Setting Function | 0️⃣ |
0x00001000 | Enable Encryption Communication | 0️⃣ |
0x00010000 | Enable UART Output on Child Device | 0️⃣ |
t
: Transmission Interval
Specify the data transmission interval.
p
: Sensor Specific Parameter
Used to switch the Operating Mode.
p | Mode |
---|---|
0x00000000 | TWELITE ARIA Mode |
0x04000000 | Open/Close Sensor PAL Mode |
d
: Temperature Coefficient
Specify the coefficient \(d\) of temperature data in the range 0
-60000
.
If 0
, it is disabled. Otherwise, the final temperature is multiplied by \(\frac{d}{1024}\).
D
: Temperature Offset
Specify the temperature data offset \(D\) in the range -2000
to 2000
.
Add \(D\) to the temperature multiplied by 100. The final temperature changes by \(\frac{D}{100}\) °C.
f
: Humidity Coefficient
Specify the coefficient \(f\) of humidity data in the range 0
-60000
.
If 0
, it is disabled. Otherwise, the final humidity is multiplied by \(\frac{f}{1024}\).
F
: Humidity Offset
Specify the humidity data offset \(F\) in the range -2000
to 2000
.
Add \(F\) to the humidity multiplied by 100. The final humidity changes by \(\frac{F}{100}\) %.
Details of Option Bits
Explanation of settings associated with each bit of the option bit value.
00000001
: Enable Transmission to Relay Devices
Enable transmission not only to the parent device but also to relay devices.
You can use relay devices even if this option is not set, but the parent device will eliminate duplicate packets received. At this time, there is no way to know through which relay device the packet was transmitted or if it was not relayed.
If this option is set, the parent device can output a single packet received from multiple devices separately. By analyzing the output connected to the parent device, you can determine near which device the child device was located.
00000040
: Disable OTA Setting Function
Disables the OTA setting function.
00001000
: Enable Encryption Communication
Enables encrypted communication. The other party must also enable encrypted communication.
00010000
: Enable UART Output on Child Device
Enables message output on the child device.