You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use this code on the Helium network and have made the lease amount of modifications possible to get this to work.
I am able to receive the first transmit and after that it just says: "UL not scheduled" on the OLED or "Uplink not scheduled because TxRx pending" in the serial output.
My hardware is a ttgo_lora32_v2, and I am in Australia so have "-D CFG_au915=1" uncommented. My keys must be ok as I am receiving Join and Accept messages plus the first data message.
If I had to guess the first send never completes correctly.
I would normally use TTN but there is no gateway near me and someone has one setup on Helium. I don't really have the budget to purchase a gateway for either.
Here is an output of my serial monitor with debugging on level 1
This link has the pin mapping you'll need
LilyGO/TTGO-LORA32
What you describe is already documented in LMIC-node's README.md and in the board's BSF file bsf_ttgo_lora32_v2.h. Even a link to pin-mapping diagrams is included. So, no need to point users elsewhere.
Much efforts have been put into making LMIC-node easy to use and work out of the box with all supported boards, but reading the documentation you will have to do yourself.
Hi,
I am trying to use this code on the Helium network and have made the lease amount of modifications possible to get this to work.
I am able to receive the first transmit and after that it just says: "UL not scheduled" on the OLED or "Uplink not scheduled because TxRx pending" in the serial output.
My hardware is a ttgo_lora32_v2, and I am in Australia so have "-D CFG_au915=1" uncommented. My keys must be ok as I am receiving Join and Accept messages plus the first data message.
If I had to guess the first send never completes correctly.
I would normally use TTN but there is no gateway near me and someone has one setup on Helium. I don't really have the budget to purchase a gateway for either.
Here is an output of my serial monitor with debugging on level 1
The text was updated successfully, but these errors were encountered: