Replies: 5 comments 10 replies
-
|
I would like to see your PC terminal timestamps, not integrated timestamps. Your clock may provide precise microseconds, but your clock may not be perfectly paced. |
Beta Was this translation helpful? Give feedback.
-
|
To enable terminal timestamps in Arduino IDE 2.3.8 :
If there's no Join Request on TTN, the problem is a transmit problem on your node (board) or a receive problem on the TTN gateway (too far, no line-of-sight, ...). If the TTN gateway sees a Join Request and sends back a Join Accept, then you have a receive problem on your node or the gateway is not sending a good downlink (but that's less likely). If you have a receive problem you can:
What do you mean by this? You should get an error code if the receive window is missed for node.activateOTAA. The node must receive something with node.activateOTAA . After that, for any node.sendReceive, if the gateway has no downlink to send back to your node, you won't receive anything (normal behaviour). |
Beta Was this translation helpful? Give feedback.
-
|
I checked the clock config for your variant in stm32duino and it seems ok. Do you define SPI pins anywhere in your code for your NUCLEO-L073RZ ? They are not defined for your variant. Try to add this at the beginning of your code : |
Beta Was this translation helpful? Give feedback.
-
|
For my SX1262, this is what I get in the logs : I don't see the first part in the log you provided. Could you post the full log? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.



Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This is a follow up to #1730 at the request of @StevenCellist.
dwt_init();, you have an outdated version. Alternatively, simply remove the line from the file.I have verified the following in an area with a known TTN coverage:
Attempt to join via OTAA: https://gist.githubusercontent.com/krabrab/9e3f200f50fd2b0f1f0a1a7e7a5a1b9a/raw/0162973b627302414ac43c154eee8af092aab49f/lorawan2.log
Beta Was this translation helpful? Give feedback.
All reactions