Press me WiFi SuperLocal
Press me WiFi SuperLocal is similar to the original mode as it also sends a message when the button is pressed and can recognize various types of button presses. All mode-specific events are sent with up to 5 MAC pointers and the respective RSSI for very precise localization.
Press me WiFi SuperLocal
Hex value: 0x50
Use cases: Security, order button, panic button, eldercare, localization precision check, and more
Devices that support this mode: SimplePack Plus
Required sensors: Button, WiFi module
Mode-specific deltas:
Deltas are mode-specific register values different from register default values.
Register (hex) | Default (hex) | Delta (hex) | Delta information |
0x07 | 0x98 | 0x00 | Heartbeat 1 turned off |
Mode-specific events (uplink messages):
For more information on what uplink messages (mode-independent events) and additional data from various sensors in the device (appended payload) can be sent regardless of mode and how to fine-tune message behavior (alerts), see Mode-independent information and events.
Hex | Event name | Alert | Event information |
0xC8 | Short press WiFi Precise | 1 | Press lasting no more than 2 seconds, sent with 5 MAC pointers and RSSI |
0xC9 | Doubleclick WiFi Precise | 3 | Two short presses within 1 second, sent with 5 MAC pointers and RSSI |
0xCA | Long press WiFi Precise | 2 | Press lasting between 2-6 seconds, sent with 5 MAC pointers and RSSI |
0xFC | MAC storage readout | No | One pointer and its assigned MAC address are sent |
Registers relevant for this mode:
Hex | Register name | Default value (hex) |
0x59 | Button press timing threshold | 2 and 4 seconds (0x81) |
0x0E | Presets (Device control) | LED on - 10101001 (0xA9) |
0xFC | MAC storage eraser | No default value - After this hex, you can send up to 7 MAC pointers (0x01-0x80) to the device and then the respective MACs will be deleted from the internal MAC storage |
0xFD | MAC storage reader | No default value - After this hex, you can send up to 7 MAC pointers (0x01-0x80) to the device, the respective MACs will be uplinked as the same number of 0xFC events |
Similar modes:
Hex | Mode name | Description |
0x01 | Press me | Original version of Press me, no WiFi |
0x14 | Press me WiFi | Basic WiFi-enabled version of Press me |
0x23 | Press me WiFi Atlas | WiFi Atlas version of Press me |
Switching to mode, arming, and disarming information:
Follow the Basic Operations With SimpleHw Devices guide, where you can also find information about LED behavior, relevant Sigfox messages, and more.
Here’s what’s important for Press me WiFi Precise messages:
To set this mode, the downlink needs to include this mode register setting: 0150
The uplink messages need to begin with the mode hex as the first byte: 50
Press me WiFi Precise doesn't require arming or disarming. The device will not send the following events: 0x10 (Start of arming), 0x11 (End of arming), 0x14 (Disarmed by the long press).
Last updated