Lora-net / packet_forwarder

A LoRa packet forwarder is a program running on the host of a LoRa gateway that forwards RF packets receive by the concentrator to a server through a IP/UDP link, and emits RF packets that are sent by the server. This project is associated to the lora_gateway repository for SX1301 chip. For SX1302/1303, the repository sx1302_hal must be used.
Other
723 stars 668 forks source link

I cannot get the beacon successfuly in CLASS B mode #88

Closed supercoos closed 6 years ago

supercoos commented 6 years ago

Hi all

I think I have not receive a beacon successfuly,like blew picture shows image

image

and I use the lora-net:lora_gateway 5.0.1 packet_forwarder4.0.1 anything without change except blew points 1、DEFAULT_BEACON_FREQ_HZ ->471500000 because my board is 470mhz suport 2、I use the lora_pkt_fwd/global_conf.json and add the blew points “gps_tty_path”: “/dev/ttyAMA0”, / GPS reference coordinates / “ref_latitude”: 0.0, “ref_longitude”: 0.0, “ref_altitude”: 0, / Beaconing parameters / “beacon_period”: 128, 3、now it can work well in class A mode,and I can get the right time by the DeviceTimeAns command 4、in 《LoRaMac-node-feature-class_b 》 I only enable the LORAMAC_CLASSB_ENABLED
5、where is wrong?

other question: 1、the gateway will answer two reply when I send A DeviceTimeReq command?

thank you very much best regards

mcoracin commented 6 years ago

Hello,