/      日本語

Interactive Mode (ARIA App)

Interactive mode of the ARIA app
You can perform detailed settings of the app in interactive mode.

This section explains features specific to the ARIA app (App_ARIA). For common features, please refer to the TWELITE APPS Manual Top Page.

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 ItemDefault ValueRemarks
aApplication ID0x6772010232bit
iLogical Device ID-Child device 1-100
cFrequency Channel1811-26
xRetransmission Count and Transmission Power13
Retransmission Count11-9 times, 0 means none
Transmission Power30-3
bUART Alternative Baud Rate38400Not applicable
BUART Option8N1Not applicable
kEncryption Key0xA5A5A5A532bit
oOption Bits0x00000001Other detailed settings
tTransmission Interval51-4095 seconds
pSensor Specific Parameter0
dTemperature Coefficient00-60000
DTemperature Offset0-2000-2000
fHumidity Coefficient00-60000
FHumidity Offset0-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 BitSetting ItemDefault
0x00000001Enable Transmission to Relay Devices1️⃣
0x00000040Disable OTA Setting Function0️⃣
0x00001000Enable Encryption Communication0️⃣
0x00010000Enable UART Output on Child Device0️⃣

t: Transmission Interval

Specify the data transmission interval.

p: Sensor Specific Parameter

Used to switch the Operating Mode.

pMode
0x00000000TWELITE ARIA Mode
0x04000000Open/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.