Interactive Mode (Pal App)
Interactive mode for the Pal app
To write the Pal App (App_PAL
), install TWELITE STAGE SDK and rewrite using the TWELITE STAGE App.
App_PAL_EndDevice
is for child devices.
Previously, App_PAL_Parent
was included for parent devices, but now it has been integrated into App_Wings
.
The number of child devices that can communicate with one parent device depends on the number of packets reaching the parent.
For example, if one child device continuously sends acceleration data, one-to-one communication is recommended.
When child devices operate intermittently, it is recommended to set the transmission interval for all child devices to at least 0.1 * the number of transmitters seconds. For example, if there are 10 child devices transmitting, each should have a transmission interval of at least 1 second.
Interactive mode for the Pal app