-
Notifications
You must be signed in to change notification settings - Fork 48
No Join Received #11
Comments
I receive the Join-Accept through a Kerlink Wirnet Station at a SF=7, a SNR of -1,2 and at a frequency of 868,3 MHz. Therefore the connection is quite good. My backend is the https://www.loraserver.io/ and works well with other Nodes. |
Same issue here. I'm using a RPi Zero W with a Lora sx1276 connected via a breadboard. I have the same output as @skeff839 |
You wrote you do use a LoRa Hat 1.4. In Version 1.4, the output lines DIO0, DIO1 and DIO2 should already be correctly wired to the Raspberry Pi GPIO pins. But please double check that ... DIO0 is connected to physical pin #7 aka WiringPi pin 7 aka BCM pin 4. If DIO1 ist not wired up correctly, you will never get the trigger that some data was received by the LoRa chip. I you want to investigate further, you can put a logic analyzer to the DIO1 line. If it changes approximately 5 seconds after the "join" request ist sent, then either the response comes a little to soon or late, or you have a hardware issue, as the change of the DIO1 line is not recognized by the LMIC software stack. |
I 'm not using a LoRa Hat, but I'm wiring it up the same way as you have configured it in the hal.c source code. I have double checked that all connections are correct. But today I'm not even able to get the message through to the gateway :-/ It seems the whole hw setup is unreliable. Do you know the output voltages on the spi interface on a rpi zero? The LoRa chip expects 3.3v. I'm afraid the rpi is giving out 5v |
Update! |
I'm having the same issue as @xiphias256 with the wiring described in |
Tried with another Lora chip (5V safe) and rpi zero again. And this time it works fine. |
I have the same issue, no join. I have checked the DIO1 at the RFM95 and the Raspi GPIO and saw a short impulse of 0.9 ms from low to high (and back), I have tried to debug it on the gpio level Have checked the connection DIO1 to pi-GPIO4, 0.5 Ohm. |
This triggered me. There is/was something changed from the RPI2 to RPI3 regarding SPI. I had the same problems as described above. Can you try switching between RPI2 and RPI3, or if you are using the RPI3 change the setting as below? /boot/config.txt
|
@wklenk @skeff839 000000000 HAL: Initializing ... |
Hi All, Many thaks for the postings on here, and much thanks to Wolfgang for his work here. Has anyone manged to resolve this (failure to join) with a good explanation/understanding? I have a...
etc I can see on the TTN console activation attempts...
What I have noticed is that it will join eventually, but I am not sure of the reason and or/why it takes 3/4/5 more attempts. For each activation attempt, there are at least 3 GWs in evidence. Once joined it seems to stay joined, and running 'periodic.out' seems to work OK. My next activity will be to set up a gateway locally. I have a RAK831 concentrator board that I will set up this week and as it will be close to the end device, certainly rssi/snr values will be better. |
I had the same error, but as @Stev1eG mentioned this is a signal strength issue, I've tested the code on the same device in three locations one of them has a know good signal. The first two locations depending on weather conditions join was received in anywhere from 10min to 2 hours. I was able to see activation requests with similar signal strengths as @Stev1eG had. |
Hello,
i can't receive a JOIN ACCEPT.
In the Live LoRa Frame Logs at the backend i can see the incoming Join-Requests and the outgoing Join-Accepts. Therefore the EUIs and APPKEY must be right.
But my RPi does not receive those Join Accepts.
I use a RPi 3 and the LoRa Hat v1.4.
The log from the join example
000000000 HAL: Initializing ...
000000003 HAL: Detected SX1276 radio module.
000000003 HAL: Set radio RST pin to 0x00
000000003 HAL: Wait until 000000004 ms
000000007 HAL: Set radio RST pin to 0x02
000000007 HAL: Wait until 000000012 ms
000000013 HAL: Receiving ...
000000023 Debug: Initializing
000000023 Debug: JOINING
000007006 Debug: EV_TXSTART
000007006 HAL: Sending ...
000012068 HAL: Receiving ...
000012068 HAL: Wait until 000012069 ms
000013115 HAL: Receiving ...
000013115 HAL: Wait until 000013117 ms
000075673 Debug: EV_TXSTART
000075673 HAL: Sending ...
000080735 HAL: Receiving ...
000080736 HAL: Wait until 000080737 ms
000081783 HAL: Receiving ...
000081783 HAL: Wait until 000081785 ms
000149214 Debug: EV_TXSTART
000149215 HAL: Sending ...
000154330 HAL: Receiving ...
000154330 HAL: Wait until 000154331 ms
000155376 HAL: Receiving ...
000155376 HAL: Wait until 000155377 ms
000277800 Debug: EV_TXSTART
000277801 HAL: Sending ...
000282916 HAL: Receiving ...
000282916 HAL: Wait until 000282917 ms
000283962 HAL: Receiving ...
000283962 HAL: Wait until 000283963 ms
000410337 Debug: EV_TXSTART
000410338 HAL: Sending ...
000415549 HAL: Receiving ...
000415549 HAL: Wait until 000415550 ms
000416592 HAL: Receiving ...
000416592 HAL: Wait until 000416593 ms
Thank you.
The text was updated successfully, but these errors were encountered: