image-20250228144849-1.jpeg

Table of Contents:

1.  Introduction

1.1  What is the PB05-L LoRaWAN Push Button?

The PB05-L LoRaWAN Button is a wireless device with 5 push buttons. When a button is pressed, the device sends a signal to the IoT server using the LoRaWAN protocol.

It runs on 2 x AA batteries, lasting for approximately 30k presses across all five buttons. When the batteries run out, they can be easily replaced.

The PB05-L also has a built-in speaker that plays different sounds when a button is pressed or when a response is received from the server. If needed, the speaker can be turned off.

This device is fully compatible with LoRaWAN v1.0.3 and works with any standard LoRaWAN gateway.

Note: Battery life depends on how often the device sends data. Check the battery analyzer for details.

1.2  Features

  • Wall-mountable
  • LoRaWAN v1.0.3 Class A protocol
  • 5 push buttons
  • Built-in speaker
  • Frequency bands: CN470, EU433, KR920, US915, EU868, AS923, AU915
  • AT commands for parameter configuration
  • Remote parameter configuration via LoRaWAN downlink
  • Firmware upgradeable via programming port
  • Supports 2 × AA LR6 batteries
  • IP52-rated for dust and water resistance

1.3  Power Consumption

  • Idle: 5 µA
  • Transmit: Max 110 mA

1.4  Storage & Operation Temperature

-10 ~ 50 °C  or -40 ~ 60 °C (depends on the battery type, see FAQ)

1.5  Applications

  • Smart Buildings & Home Automation
  • Logistics and Supply Chain Management
  • Smart Metering
  • Smart Agriculture
  • Smart Cities
  • Smart Factory

See Use Cases (Section 7) for more information.

1.6 Device appearance

image-20250303102218-1.jpeg

Note: For customization purposes, the PVC sticker is not attached by default.

1.7 Mechanical Drawings

image-20250312090840-1.png

2.  Operation Mode

2.1  How does it work?

Each PB05-L is shipped with a unique set of LoRaWAN registration information, including DevEUI, AppEUI, and AppKey. To use the PB05-L in a LoRaWAN network, the user must register these EUIs and keys in advance to enable OTAA activation of the device in the LoRaWAN network server.

image-20230426083617-1.png

Once the device is powered on and within the network’s coverage, it will automatically join and start transmitting sensor data. By default, it sends an uplink every 20 minutes.

2.2  How to Activate PB05-L?

 1.  Open the enclosure from the bottom as shown in the image below.

image-20250303105217-1.jpeg

 2.  Insert 2 x AA LR6 batteries. Make sure to insert them in the correct direction.

image-20250303105439-2.jpeg

 3. Activate the device by pressing and holding (long press) the ACT button.

image-20250303105945-3.jpeg

You can check LED Status to determine the working state of the PB05-L.

2.3  Joining with a LoRaWAN network server

This section shows an example of how to join The Things Stack LoRaWAN network server. Registering with other LoRaWAN network servers may also follow a similar procedure.

The following network diagram shows that the PB05-L is connected to a LoRaWAN Network Server. The network server supports end-to-end data communication between the PB05-L and the application server. You can use any public LoRaWAN Network Server to register your device, or you can set up your own private LoRaWAN Network Server. The Things Stack (both free and paid) and ChirpStack are some of the popular LoRaWAN Network Servers available for use.

The following network diagram illustrates how the PB05-L connects to a LoRaWAN network server and how end-to-end communication occurs between the PB05-L and the application server.

The PB01-L sends LoRa-modulated uplink packet when a specific button (Button 1 to 5) is pressed by the user. The uplink packet is received by the LoRaWAN gateway and forwarded to the LoRaWAN Network Server via its internet connection. The Network Server then forwards the application payload of the uplink packet to the Application Server for further processing, enabling data analysis and valuable insights. Both the Application Server and the Network Server can send downlink messages to the PB05-L through the LoRaWAN gateway.

pb05-l-lorawan-nw.jpg

2.3.1 Registering with The Things Stack

The following steps guide you through the process of registering the PB05-L with The Things Stack LoRaWAN network server.

2.3.1.1 Setting up

  • Sign up for a free account with The Things Stack Sandbox if you do not have one yet.
  • Log in to your The Things Stack account.
  • Create an application with The Things Stack if you do not have one yet.
    • On the left navigation, click Applications.
    • Then click + Add Application button.

lwl02-4.png

  • On the Create Application page, configure the following:
    • Application ID: Provide a unique identification for your application within The Things Stack.
    • Application name: (optional) Provide a descriptive name.
    • Description: (optional) Provide a description.
  • Click on Create application button.

lwl02-5.png

  • Go to your application's page and click on the End devices in the left menu.
  • On the End devices page, click on + Register end device

lds02-step-5.png

  • Two registration options are available:
    • Using the LoRaWAN Device Repositoty
    • Manual registration

2.3.1.2 Manual registration

Currently, the PB05-L supports only manual registration.

  • On the Register end device page:
    • Select the option Enter end device specifies manually under Input method.
    • Select the Frequency plan that matches your device from the Frequency plan dropdown list.
    • Select the LoRaWAN version as LoRaWAN Specification 1.0.3
    • Select the Regional Parameters version as RP001 Regional Parameters 1.0.3 revision A
    • Enter AppEUI in the JoinEUI field. Then click Confirm button.

image-20250306095706-4.jpeg

  • In the DevEUI field, enter the DevEUI.
  • In the AppKey field, enter the AppKey.
  • In the End device ID field, enter a unique name for your PB05 within this application.
  • Under After registration, select the View registered end device option.
  • Click the Register end device button.

image-20250306095754-5.jpeg

You will be navigated to the Device overview page.

2.3.1.3 Uplink Payload Formatter (Decoder)

To add the uplink formatter code, select Applications > [your application] > End devices > [your  end device] > Payload formatters > Uplink. Then select Use Device repository formatters for the Formatter type dropdown. Click the Save changes button to apply the changes.

The uplink payload formatter for PB05-L can be downloaded from here: PB05-L decoder.

image-20241030172839-3.png

Press the ACT button to activate the PB05-L. It will then join The Things Stack. Once successfully joined, it will start uploading sensor data to The Things Stack, which you can view on the Live Data panel.

image-20241030173150-5.png

2.4  Uplink Payload

Uplink payloads include two types: Valid Sensor Value and Other Status / Control Commands.

  • Valid Sensor Value: Use FPort=2
  • Other Status / Control Commands: Use an FPort other than 2.

2.4.1  Uplink FPort=5, Device Status

You can get the Device Status uplink through the downlink command:

Downlink:  0x2601

The device uplinks the status using FPort=5. 

Size (bytes) 12112
ValueSensor ModelFirmware VersionFrequency BandSub-bandBAT

Example from The Things Stack:

image-20241030165804-1.png

Example payload (FPort=5):  image-20241030170029-2.png

Sensor Model: For PB05-L, this value is 0x3B.

Firmware Version: 0x0100 means the version is v1.0.0.

Frequency Band:

  • 0x01: EU868
  • 0x02: US915
  • 0x03: IN865
  • 0x04: AU915
  • 0x05: KZ865
  • 0x06: RU864
  • 0x07: AS923
  • 0x08: AS923-1
  • 0x09: AS923-2
  • 0x0a: AS923-3

Sub-Band: Value 0x00 to 0x08 (only for CN470, AU915, and US915. For other regions, use 0x00.)

BAT: Shows the battery voltage of PB05-L.

Example: 0x0C48 = 3144mV

2.4.2  Uplink FPort=2, Real-time sensor value

The PB05-L will send this uplink after the Device Status uplink once it has successfully joined the LoRaWAN network. It will then continue to send this uplink periodically. The default interval is 20 minutes, but it can be changed.

This uplink uses FPort=2 and, by default, is sent once every 20 minutes.

Size(bytes)

2

1

1

1

Value

Battery

Sound_key & Sound_ACK

Alarm

key1 & key2 & key3 & key4 & key5

key1 & key2 & key3 & key4 & key5:

Size(bit)bit[1:7]bit0

Value

Reservekey1 & key2 & key3 & key4 & key5

Example from The Things Stack.

image-20241031101215-3.png

  • Battery:

To get the battery voltage.

Example 1: 0x0CEA = 3306mV

Example 2: 0x0D08 = 3336mV

  • Sound_key & Sound_ACK:

Key sound and ACK sound are enabled by default.

Example 1: 0x03

          Sound_ACK: (03>>1) & 0x01=1, OPEN.

          Sound_key:  03 & 0x01=1, OPEN.

Example 2: 0x01

          Sound_ACK: (01>>1) & 0x01=0, CLOSE.

          Sound_key:  01 & 0x01=1, OPEN.

  • Alarm:

Key alarm.

Example 1: 0x01 & 0x01=1, "TRUE", key alarm packet.

Example 2: 0x00 & 0x01=0, "FALSE", normal uplink data.

  • key1

Displays whether the uplink data was triggered by key 1.

01 (H): (0x01&0x01)=01(H) =0000 0001(B)    bit0=1, "Yes"

02 (H): (0x02&0x01)=0     bit0=0, "No"

  • key2

Displays whether the uplink data was triggered by key 2.

02 (H): (0x02>>1)&0x01 =01(H) =0000 0001(B)    bit0=1, "Yes"

04 (H): (0x04>>1)&0x01 =0   bit0=0, "No"

  • key3

Displays whether the uplink data was triggered by key 3.

04 (H): (0x04>>2)&0x01 =01(H) =0000 0001(B)    bit0=1, "Yes"

08 (H): (0x08>>2)&0x01 =0   bit0=0, "No"

  • key4

Displays whether the uplink data was triggered by key 4.

08 (H): (0x08>>3)&0x01 =01(H) =0000 0001(B)    bit0=1, "Yes"

10 (H): (0x10>>3)&0x01 =0   bit0=0, "No"

  • key5

Displays whether the uplink data was triggered by key 5.

10 (H): (0x10>>4)&0x01 =01(H) =0000 0001(B)    bit0=1, "Yes"

01 (H): (0x01>>4)&0x01 =0   bit0=0, "No"

2.4.3  Uplink FPort=3, Datalog sensor value

PB05-L stores sensor values, and the user can retrieve this historical data via a downlink command. The datalogged sensor values are sent via FPort=3.

The historical payload includes one or multiple entries.

Size(bytes)

4

1

1

1

4

Value

Reserve

key5 & key4 & key3 & key2 & key1

ReservePoll message flag & alarmUnix Time Stamp

key5 & key4 & key3 & key2 & key1:

Size(bit)bit[1:7]bit0

Value

Reservekey5 & key4 & key3 & key2 & key1

Poll message flag & Alarm:

Size(bit)bit7

bit6

bit5bit4bit[3:1]bit0
Status&ExtNo ACK MessagePoll Message FlagSync time OKUnix Time RequestReserve

Alarm:1

No ACK Message: 1: This indicates that the payload is from an uplink message that did not receive an ACK from the server (related to the PNACKMD=1 feature)

Poll Message Flag: 1: This indicates that the message is a reply to a poll message.

  • Each data entry is 11 bytes long to save airtime and battery. PB05-L will send the maximum number of bytes allowed based on the current data rate (DR) and frequency band. 

For example, in the US915 band, the maximum payload size for different DRs is:

  1. DR0: Maximum is 11 bytes - the device sends one data entry.
  2. DR1: Maximum is 53 bytes - the device sends 4 data entries (44 bytes total).
  3. DR2: Payload includes 11 data entries.
  4. DR3: Payload includes 22 data entries.

If you send the downlink command:  image-20241031142131-3.png

Where:
Start time: 6722DD98 = 2024/10/31 (Thursday) 01:30:00
Stop time: 672300C0 = 2024/10/31 (Thursday) 04:00:00

PB05-L will uplink the following payload:

image-20241031135901-2.png

000000001000416722E531

000000000800416722E538000000000400416722E540000000000200416722E54A000000000100416722E552000000000000406722E9BA000000000000406722EE6A000000000000406722F31A000000000000406722F7CA000000001000416722F9BA000000001000416722F9F6000000000800416722FB0E000000000000406722FC7A

Where the first 11 bytes are for the first entry:

image-20241031153803-1.png

The first four bytes are reserved - (do not indicate anything)

key5 & key4 & key3 & key2 & key1: 10(H)

  • key5: ((0x10>>4)&0x01) = 1, "Yes".
  • key4: ((0x10>>3)&0x01) = 0, "No".
  • key3: ((0x10>>2)&0x01) = 0, "No".
  • key2: ((0x10>>2)&0x01) = 0, "No".
  • key1: (0x10 & 0x01) = 0, "No".

The sixth byte is reserved - (does not indicate anything)

Poll Message Flag & Alarm: 0x41 (Hex) indicates a reply message. For the alarm, 0x41 & 0x01 = 1, which means "True."

Unix time is 0x6722E531= 1730340145s= 24/10/31 02:02:25

If the PB05-L has no data at the polling time, it will transmit an uplink containing 11 bytes of zeros.

image-20241031113339-4.png 

See  Datalog feature for more informaton.

  

2.5 Show data on Datacake

The Datacake IoT platform provides a user-friendly interface to display sensor data in charts. Once your sensor data is available in The Things Stack, you can connect Datacake to The Things Stack and view the data in Datacake. Follow the steps below:

2.5.1 Prerequisites

  • The Things Stack account
  • Ensure that your PB05 is programmed and properly connected to the LoRaWAN network.

2.5.2 Procedure

 

First, configure your application to forward data to Datacake by adding an integration:

1. Go to The Things Stack Console --> Applications --> Integrations --> Add Integrations.

2. On the Choose webhook template page, click on the Datacake.

 

Please refer to the figure below:

image-20240510150924-2.png

Log in to Datacake and copy the API token from your account. You can find it under Account Settings -> API Token.

image-20240510151944-3.png

In the Setup webhook for Datacake page, enter the following:

  • Enter the Webhook  ID
  • Paste the API token you copied from The Things Stack in the Token text box.

Click on the Create Datacake webhook button.

image-20241031114021-5.png

In the Datacake, click Devices and then click on the +Add Device button.

image-20240510152300-5.png

In the Add Device dialogue box, choose LoRaWAN.

Then click on the Next button.

image-20240510152355-6.png

In the Add LoRaWAN Device dialogue box, configure the following:

STEP 1:

  • Choose New Product.
  • Enter the product name in the Product Name text box. pb05-l, for example.

Click on the Next button.

image-20241031114330-6.png

STEP 2:

  • Choose The Things Stack V3.

Click on the Next button.

image-20240510152634-9.png

STEP 3:

  • Enter the DevEUI of the PB05 in the DEVEUI box.
  • Type PB05 in the NAME text box.

Click the Next button.

image-20241031114443-7.png

Go to the PB05's configuration page.

image-20241031114600-8.png

Copy and paste the TTN decoder in the Payload Decoder box and click the Save button.

image-20240510153624-13.png

To learn about how to add visual widgets in the Datacake to visualise the data, please read the Datacake documentation.

  

2.6  Datalog Feature

When you want to retrieve a sensor value, you can send a poll command from the IoT platform to request the sensor to send the value during the specified time slot.

2.6.1  Unix TimeStamp

The Unix timestamp shows the sampling time of the uplink payload. The following figure shows the DeviceTimeAns payload format.

image-20220523001219-11.png

To get the current Unix epoch time, visit the website https://www.epochconverter.com/ :

For example, if the Unix epoch time is 1611889090, you can convert it to hex using a Decimal to Hex Converter available online, such as Code Beautify. For this example, the equivalent hex value is 0x60137afd.

1655782409139-256.png

2.6.2 Set Device Time

There are two ways to set the device's time:

1.  Through LoRaWAN MAC Command (Default settings)

You need to set AT+SYNCMOD=1 to enable time synchronisation via the MAC command.

Once the PB05-L joins a LoRaWAN network, it sends a MAC command (DeviceTimeReq). The server responds with a DeviceTimeAns to provide the current time to the PB05-L. If the PB05-L fails to get the time from the server, it will use its internal clock and wait for the next time request.

You can use AT+SYNCTDC to set the time request period (default is 10 days).

Note: The LoRaWAN server needs to support LoRaWAN v1.0.3 (MAC v1.0.3) or higher to enable this MAC command feature.
ChirpStack, TTS V3 (v3), and Loriot support it, but TTS V3 (v2) does not.
If the server does not support this command, it will discard the uplink packet containing the time request. As a result, the user will lose the time request packet when using TTS V3 (v2) with SYNCMOD=1.

 

2. Manually Set Time

You need to set AT+SYNCMOD=0 to enable manual time configuration. Otherwise, the time you set will be overwritten by the time provided by the server.

2.6.3 Poll sensor value

You can poll sensor values based on timestamps from the server.

Below is the downlink command.

1byte4bytes4bytes1byte
31Timestamp startTimestamp endUplink Interval

Timestamp start and Timestamp end use Unix Timestamp format as mentioned above. Devices will reply with all data logs during this time period, using the uplink interval.

For example, downlink command image-20241031142131-3.png

Is to check 2024/10/31 01:30:00 to 2020/12/1 04:00:00's data

Uplink Internal =5s, means PB05-L will send one packet every 5s, range 5~255s.

2.6.4  Datalog Uplink payload

See, Uplink FPort=3, Datalog sensor value

   

2.7  Buttons

  • ACT button

Long-press the ACT button to reset the device and allow it to join the network again.

image-20250303110613-4.jpeg

  • Alarm buttons

When you press the alarm button, the PB05-L immediately uplinks data. The alarm flag is set to 'TRUE,' and the corresponding button status is 'Yes'.

image-20250303111505-5.jpeg 

2.8  LED Indicators

The PB05-L has a tri-color LED for easily indicating different stages.

Hold the ACT button until the green light turns on to reset the device. The green LED will flash as the node restarts, the blue LED will flash once when requesting network access, and the green LED will remain on for 5 seconds after successful network access.

In a normal working state:

  • When the node restarts, hold the ACT button until the GREEN LED lights up. The GREEN LED will flash as the node restarts.
  • The BLUE LED will flash once upon requesting network access.
  • The GREEN LED will remain on for 5 seconds after successful network access.

During OTAA Join:

  • For each Join Request uplink, the GREEN LED will blink once.
  • Once the Join is successful, the GREEN LED will remain on for 5 seconds.
  • After joining, for each uplink, either the BLUE or GREEN LED will blink once.

Alarm Button Press:

  • When an alarm button is pressed, the RED LED will flash until the node receives an ACK from the platform.
  • Once the ACK is received, the BLUE LED will stay on for 5 seconds.

 

2.9  Buzzer

The PB05 has a button sound and an ACK sound, both of which users can turn on or off using AT+SOUND.

  • Button sound is the tone played by the node after an alarm button is pressed.
    You can use AT+OPTION to set different button sounds.
  • ACK sound is the notification tone played when the node receives an ACK.

2.10 E2 Extension Cable

image-20220619092222-1.pngimage-20250303135532-3.jpeg

1m Long Breakout Cable for PB05-L

Features:

  • Used for AT commands; compatible with LHT52, LHT65N, and PB05-L.
  • Supports firmware updates for PB05-L; also works with LHT52 and LHT65N.
  • Exposes all pins from the PB05-L Type-C connector.

The following diagram shows the pin mapping between PB05 and the E2 Cable.

image-20250303134914-1.png

3.  Configure PB05-L via AT command or LoRaWAN downlink

You can configure PB05-L via AT Command or LoRaWAN Downlink command.

  • AT Command Connection: 

image-20250303141745-4.jpeg

On a PC, you need to set the serial tool (such as PuTTY or SecureCRT) to a baud rate of 9600 to access the serial console for the PB05-L.

AT commands are disabled by default and require entering a password (default: 123456) to activate them. The AT command input timeout is 5 minutes; after this period, the user must enter the password again.

Enter the password and ATZ to activate the PB05-L, as shown below:

image-20250303114409-8.png

 

  • LoRaWAN Downlink instructions for different platforms can be found here: IoT LoRaWAN Server

There are two types of commands to configure the PB05-L:

General Commands

These commands configure:

  • General system settings, such as the uplink interval.
  • LoRaWAN protocol and radio-related settings.

These commands are the same for all Dragino devices that support the DLWS-005 LoRaWAN stack (Note**). They can be found on the wiki: End Device Downlink Command.

Commands Specifically Designed for PB05-L

These commands are only valid for the PB05-L, as listed below:

 

3.1  Downlink Command Set

Command ExampleFunctionResponseDownlink
AT+TDC=?

View current TDC time

1200000
OK

Default 1200000(ms)
AT+TDC=300000Set TDC timeOK

0X0100012C:
01: Fixed command
00012C: 0X00012C=

300(seconds)

 

ATZReset node 0x04FF
AT+FDRRestore factory settings 0X04FE
AT+CFM=?View the current confirmation mode status

0,7,0
OK

Default 0,7,0
AT+CFM=1,7,1

Confirmed uplink mode. The maximum number of retries is seven, and the uplink FCnt increases by 1 for each retry.

OK

05010701
05: Fixed command
01: Confirmed uplink
07: Retry 7 times
01: FCnt count plus 1

AT+NJM=?

Check the current network connection method.

1
OK

Default 1
AT+NJM=0Change the network connection method to ABP.

Attention: Take effect after ATZ
OK

0X2000: ABP
0x2001: OTAA
20: Fixed command 

AT+RPL=?View current RPL settings

0
OK

Default 0
AT+RPL=1set RPL=1    OK

0x2101:
21: Fixed command
01: For details, check the wiki

AT+ADR=?View current ADR status

1
OK

Default 0
AT+ADR=0Set the ADR state to offOK

0x2200: Close
0x2201: Open
22: Fixed command

AT+DR=?View the current DR settingsOK 
AT+DR=1

Set DR to 1
It takes effect only when ADR=0

OK

0X22000101:
00: ADR=0
01: DR=1
01: TXP=1
22: Fixed command

AT+TXP=?View the current TXPOK 
AT+TXP=1

Set TXP to 1
It takes effect only when ADR=0

OK

0X22000101:
00: ADR=0
01: DR=1
01: TXP=1
22: Fixed command

AT+RJTDC=10Set the RJTDC time intervalOK

0X26000A:
26: Fixed command
000A: 0X000A=10(min)
For details, check the wiki

 

____________________________

Retrieve stored data for a specified period of time

 

 

0X3161DE7C7061DE8A800A:
31: Fixed command
61DE7C70:0X61DE7C70=2022/1/12 15:00:00
61DE8A80:0X61DE8A80=2022/1/12 16:00:00
0A: 0X0A=10(second)
View details 2.6.2 

AT+DDETECT=?View the current DDETECT setting status and time

1,1440,2880
OK

Default 1,1440,2880(min)
AT+DDETECT=

1,1440,2880

Set the DDETECT setting status and time
(When the node does not receive the downlink packet within the set time, it will re-enter the network)

OK

0X320005A0: Close
0X320105A0: Open
32: Fixed command
05A0: 0X05A0=1440(min)

3.2  Set Password

Feature: Set the device password—maximum 9 digits.

AT Command: AT+PWORD

Command ExampleFunctionResponse
AT+PWORD=?Show password

123456
OK 

AT+PWORD=999999Set passwordOK

Downlink Command:

No downlink command is available for this feature.

3.3  Set button sound and ACK sound

Feature: Turn on/off the button sound and the ACK sound/alarm.

AT Command: AT+SOUND

Command ExampleFunctionResponse

AT+SOUND=?

Get the current status of the button sound and the ACK sound

1,1
OK 

AT+SOUND=0,1

Turn off the button sound and turn on the ACK soundOK

Downlink Command: 0xA1 

Format: Command Code/prefix (0xA1) followed by 2 bytes mode value.

The first byte after 0XA1 sets the button sound, and the second byte after 0XA1 sets the ACK sound. (0: OFF, 1: ON)

  • Example: Downlink Payload: A10001  // Set AT+SOUND=0,1    Turn off the button sound and turn on ACK sound.

3.4  Set buzzer music type(0~4)

Feature: Set different alarm key response sounds. There are five different types of button music.

AT Command: AT+OPTION

Command ExampleFunctionResponse

AT+OPTION=?

Get the buzzer music type

3

OK

AT+OPTION=1Set the buzzer music to type 1OK

Downlink Command: 0xA3

Format: Command Code/Prefix (0xA3) followed by 1 byte mode value.

  • Example: Downlink Payload: A300  // Set AT+OPTION=0 to set the buzzer music to type 0.

3.5  Set Valid Push Time

Feature: Set the holding time for pressing the alarm button to avoid miscontact. Values range from 0 ~1000ms.

AT Command: AT+STIME

Command ExampleFunctionResponse

AT+STIME=?

Get the button sound time

0
OK 

AT+STIME=1000

Set the button sound time to 1000msOK

Downlink Command: 0xA2

Format: Command Code/Prefix (0xA2) followed by 2 bytes mode value.

  • Example: Downlink Payload: A203E8   // Set AT+STIME=1000   

          Explain: Hold the alarm button for 10 seconds before the node will send the alarm packet.

4.  Battery & How to replace

4.1  Battery Type and Replacement

PB05-L uses 2 x AA LR6(1.5v) batteries. If the batteries are running low (Shows 2.1v in the platform). You can buy generic AA batteries and replace them.

Note: 

1.  The PB05-L doesn't have any screws so you can use a nail to open it by the middle.

image-20250303112351-7.png

2.  Make sure the direction is correct when installing the AA batteries.

image-20250303105439-2.jpeg

4.2  Power Consumption Analysis

All Dragino's battery-powered products run in low-power mode. We have an updated battery calculator which based on the measurement of the real device. You can use this calculator to check the battery life and calculate the battery life if you want to use a different transmit interval.

Instructions to use are as below:

Step 1: Download the up-to-date DRAGINO_Battery_Life_Prediction_Table.xlsx from the  below link:

battery calculator

Step 2:   Open it and choose

  • Product Model
  • Uplink Interval
  • Working Mode

And the Life expectancy in different cases will be shown on the right.

image-20220621143643-7.png

5. OTA Firmware update

You can update the firmware of PB05-L to:

  • Change the Frequency band/ region.
  • Update with new features.
  • Fix bugs. 

Firmware and changelog can be downloaded from: Firmware download link

Methods to Update Firmware:

6. Use Cases

6.1 Public Transport Satisfaction

Public transport satisfaction terminals, placed inside buses, trams, or train stations, allow passengers to quickly rate aspects like cleanliness, punctuality, or overall experience after a ride, providing cities and transport operators with valuable real-time feedback, even from locations with poor cellular or WiFi coverage. This helps to improve service quality and passenger satisfaction.

public-transport.jpg

6.2 Event or Conference Feedback

Event or conference feedback terminals, strategically placed at session exits, information booths, or entrance gates, enable attendees to rate specific talks, exhibitors, or their overall event experience on the spot. This setup provides organisers with detailed, location-specific feedback in real time, without relying on constant internet connectivity, allowing them to assess and improve various aspects of the event efficiently.

conference.jpg

6.3 Retail Stores or Service Desks

Placed at cashier counters or near store exits, these devices allow customers to quickly rate staff behaviour, checkout experience, and store cleanliness. The feedback is captured in real time, giving store managers valuable, honest insights to help improve service quality and enhance the overall shopping experience.

retail-store.jpg

7.  FAQ

7.1 How to design a customised sticker?

PB05-L is shipped with a default PVC stick with satisfied icons. This sticker is not attached to the design for easy customisation purposes. You can design a customised PVC sticker and change the panel design. 

Follow this link for the design template. 

8.  Order Info

Part Number: PB05-L-XX

XX : The default frequency band

  • AS923LoRaWAN AS923 band
  • AU915LoRaWAN AU915 band
  • EU433LoRaWAN EU433 band
  • EU868: LoRaWAN EU868 band
  • KR920LoRaWAN KR920 band
  • US915LoRaWAN US915 band
  • IN865:  LoRaWAN IN865 band
  • CN470LoRaWAN CN470 band

9.  Packing Info

Package Includes:

  • PB05-L LoRaWAN Push Buttons x 1

Dimension and weight:

  • Device Size: cm
  • Device Weight: g
  • Package Size / pcs: cm
  • Weight / pcs: g

10.  Support

  • Support is provided Monday to Friday, from 09:00 to 18:00 GMT+8. Due to different time zones, we cannot offer live support. However, your questions will be answered as soon as possible in the aforementioned schedule.
  • Provide as much information as possible regarding your enquiry (product models, accurately describe your problem and steps to replicate it, etc.) and send an email to support@dragino.com.
Tags:
    
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0