The hard RAK831 cafe part 1

Itā€™s good that your gateway is shown as connected, but what I was referring to was the device in your applicationā€¦ If you go to your ā€œapplicationā€ select the ā€œdeviceā€ that you expect has sent data and look at the ā€œlast seenā€ timeā€¦ it should be recent. If it says ā€œnever seenā€ then no packets have arrived at TTN from that device.

The tcpdump output should look like this for a packet being uploaded. Note the receive packet field in the UDP packet ā€œrxpkā€ this show the packet is being properly forwarded.

m.B.$.4ā€¦gā€¦ā€™ā€¦yy.{ā€œrxpkā€:[{ā€œtmstā€:2581612820,ā€œtimeā€:ā€œ2017-11-09T20:59:15.026490Zā€,ā€œchanā€:2,ā€œrfchā€:0,ā€œfreqā€:904.300000,ā€œstatā€:1,ā€œmoduā€:ā€œLORAā€,ā€œdatrā€:"_
SF10BW125",ā€œcodrā€:ā€œ4/5ā€,ā€œlsnrā€:-12.8,ā€œrssiā€:-109,ā€œsizeā€:15,ā€œdataā€:ā€œQMwcAiYACAABvEdHk6e5ā€}]}

I only see ā€œstatā€ updates in your output. This is your gateway sending its status to TTNā€¦ This is all good. Make sure you sending device is properly configuredā€¦

1 Like

Thanks BoRRoZ ! I may use thisā€¦ Right now Iā€™m connecting via mqtt to get updates and process my data.

Thanks for clarifying.

At the moment, I donā€™t have a device. My interest is to verify that my newly installed gateway really works.

But I guess Iā€™ll either have to wait for someone elseā€™s device to send something thatā€™s strong enough to be received, or build a device of my own.

So far, I have 210 packets failing CRC.

Which packet forwarder are you people using with the RAK831? The (discontinued) Golang one or the ttn-zh?

the one used by the guide I linked to, which seems to be ttn-zh.

Mp forwarder :wink:

1 Like

ttn-zh

Today Iā€™ll build a device to check my gateway. During the first 23 hours of operations, the gateway claims to have received 835 packets, with 100% CRC fail (and 0 packets showing in my open tab on the TTN console trafic).

If there are no (known) nodes that is to be expected. Packets with CRC errors are not a problem, just ignore them.
For you node, make sure to keep it at least 3 meters from the gateway, nodes closer to the gateway might have too strong a signal resulting in CRC errors as well.

Hi,
Iā€™m using RAK831.
could RAK831 send beacons without gps module??
(like disabling gps)

I want to use RPI3 timer to periodic beacon transmissions.
when I look at the packet forwarder code from semtech, it seems gateway cannot transmit beacons without gps.

any advice?
regards.

With VAT + import taxes, wouldnā€™t this end up more expensive than the IC880a?

No it can not. GPS is required to meet timing requirements.

Current price of RAK831 KIT is ā‚¬113.29, shipping is ā‚¬4.82 making a total of ā‚¬118.11. In the Netherlands the Dutch Customs will add 21% VAT plus ā‚¬13 handling fee for the local parcel shipping company which makes a total of: ā‚¬156. If you buy the basic RAK831 (non-kit) version you can save ā‚¬6 making the total ā‚¬150.

When stationary gateway, why would NTP time be insufficient and GPS time be required instead?

Because the GPS module is connected to the SX1301 to provide the 1pps as well. This allows for a sync resolution which NTP canā€™t provide.

@kersing

okay.
but itā€™s possible to transmit beacons using local timer, not gps right?
Assuming there is just one gateway in the network.

Please see the question and answer section of Johans LoRaWAN 1.1 update if you are not convinced by my answers.

To all The Hard Rakkerā€™sā€¦ this topic is a bit full :sunglasses:

we continue HERE

1 Like

A post was merged into an existing topic: The hard RAK831 cafe part 2