I tested the transmission distance of my Standalone Industrial Vibration Temperature Sensor (PR55-67A) with the wireless USB modem (PR55-17A). I found that no signal was received by the USB modem when the distance exceeded 80 meters. However, i observed the “RS” indicator light inside the modem did blink during the test.
80m is significantly less than the claimed transmission range of 2 miles (3218.688 meters).
Below is the test environment (Outdoor, no obstacle)
Could you please help me identify the issue? How can I increase the transmission distance? I have attached my node-red flow (JSON) for your review. Thanks. Node red flows 2_9_2024.json (21.0 KB)
Alright, I will position the sensors so that the top faces the receiver and conduct the experiment again.
Based on what you’ve mentioned, it seems that the direction of the sensors does affect the signal transmission power. Please explain more about this. And could you please provide the antenna pattern for the Standalone Industrial Vibration Temperature Sensor (PR55-67A)?
Additionally, the nearby cell phone towers are shown below, with the closest one to the pier located approximately 500 meters away.
Thank you for the information; it has helped me understand better. Would you mind sharing the antenna pattern for the Standalone Industrial Vibration Temperature Sensor (PR55-67A)?
Additionally, could you please review my Node-RED flow? I would appreciate any feedback or suggestions you may have.
I reviewed the information above and noted that it’s recommended to set the Destination Address configuration to the address of your Receiver/Gateway when in “RAW” mode. Since my mode is also set to “RAW,” I want to confirm if I’m doing this correctly. Could you please help me check my Node-RED flow regarding this?
Hi @howardcairs Sure, this is one of most important parameter when you use RAW mode, let’s say you have a vibration wireless sensor and you want to send its data to a particular receiver in that case you will need add that receiver address into the wireless sensor.
To accomplish this using Node-RED:
To view the MAC address of your Gateway, please click the ‘Wireless Gateway’ button.
You may copy the last four digits of the MAC address, as illustrated in the following image:
Next, open the ‘Wireless Device’ node and paste the address into the ‘Destination Address’ property text input box.
Please remove the ‘:’ symbol from the MAC address:
Finally, click the ‘Done’ and ‘Deploy’ buttons to save and apply the changes. You will need to wait for a new FLY message or press the RST button to generate a new FLY message and initiate the configuration process, as you did previously.
Please take a look and let us know if you have any questions.
Thanks,
Eduardo M.
Hi @howardcairs Setting the destination address (unicast) helps ensure that all the RAW data reaches the gateway through a checking mechanism. RAW sends around ~200 packets in one go.
I conducted several tests, adjusting the destination address and using repeaters, and was able to transmit data up to 250 meters. However, I have two identical sensors (PR55-67A), referred to as Sensor A and Sensor B. With the same settings, only Sensor A successfully transmitted data up to 250 meters, while Sensor B failed to transmit beyond 80 meters. Interestingly, I noticed that the RSSI for Sensor B is consistently higher than that of Sensor A. Why the performance of the two sensors differs so significantly?
Additionally, I received the following message in the Node-RED command line when the signal transmission failed. Please see below.
bad packet breakdown deleting stream
10
53
false
false
true
####falure no
1
bad packet breakdown deleting stream
11
53
false
false
true
####falure no
2
bad packet breakdown deleting stream
22
53
false
false
true
####falure no
3
Could you please explain the meaning of the messages in detail above?
Thank you for your support in advance.
Yes, I have set the destination address on the sensors. Could you please clarify what the numbers in the message mean, such as 10 and 53, 11 and 53, 22 and 53? Thanks.