-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Assistance Needed for LoRa 2.4GHz Configuration and Join Request Issues #94
Comments
Hi, |
The issue is that my tasks were not running. Now, I can send uplinks, but I get the following error in the ChirpStack Gateway Bridge logs: nov 21 10:32:51 santos chirpstack-gateway-bridge[35649]: {"addr":{"IP":"192.168.88.1","Port":57128,"Zone":""},"data_base64":"AgGpAJNX70hTWDU5eyJyeHBrIjpbeyJjaGFuIjoxLCJjb2RyIjoiT0ZGIiwiZGF0YSI6IiIsImRhdHIiOiJTRjEyQlc4MTIiLCJmb2ZmIjotMTkwNTQ2LCJmcmVxIjoyNDc5LjAwMDAwMCwibHNuciI6LTI0LjAwMDAwMCwibW9kdSI6IkxPUkEiLCJyc3NpIjotMTA0LCJzaXplIjowLCJzdGF0IjoxLCJ0bXN0Ijo0NDUwNjc1NDR9XX0=","error":"get uplink frames error: backend/semtechudp/packets: get uplink frame error: backend/semtechudp:packets: invalid CodR: OFF","level":"error","msg":"backend/semtechudp: could not handle packet","time":"2024-11-21T10:32:51-03:00"} I’ve tried different Coding Rates, but the error persists. On the log application, i got the log: `info> app: �[0m app: app: Send Payload for stack_id = 0 app: Tx LoRa at 14303 ms: freq:2403000000, SF12, BW800, len 17 bytes 8 dBm, fcnt_up 0, toa = 244, CR=3 app: app: app: app: app: app: app: RP_STATUS_RX_CRC_ERROR app: app: app: TX DONE app: rx_start_target -> datarate:0, rx_window_symb:6, rx_offset_ms:4, board_delay_ms:1 app: app: RX1 Timeout for stack_id = 0 offset_ms:4, board_delay_ms:1 app: app: RX2 Timeout for stack_id = 0 app: �[0;34mModem event callback |
Hello,
I am working on a project using LoRa 2.4GHz and need some assistance with configuration and performance.
Here are the details of my setup:
I am adapting the example from
application_example/2_porting_nrf_52840
to work with the nRF52832. For testing, I am using the filemain_periodical_uplink.c
and here is the output I get:While monitoring the traffic on my gateway, I rarely receive the join request message. When I do receive it, the RSSI is usually below -100 dBm, which indicates poor signal strength.
Here are my gateway configurations:
General settings:
Channels (all configured to SF12):
Join messsage (very rarely) receiveed:
I am trying to ensure that I can successfully send messages.
My questions:
Thank you for your help!
The text was updated successfully, but these errors were encountered: