-
Notifications
You must be signed in to change notification settings - Fork 29
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
Pinout changed for Dragino HAT? #6
Comments
I'm also trying to get this working, but with no luck yet. I think I have a different problem to you, though. I do have files in In my case I'm just getting:
I have got the Lora HAT working with the Radiohead library, using the
I'm not sure how these CS/IRQ/RST pinouts relate to the |
Has anyone been able to get this to work with the Raspberry Pi 3 B+ (esp. for the US) ? I have it running, but it doesn't show up in the TTN console. I did the following:
|
Hi, I’m using a raspberry pi 3b and a Dragino gps/hat v1.4 as a sender. When I run thethingsnetwork code with sudo, I get this error: Failure this does not happen if I launch it normally. It would seem a pin connection problem, could anyone please help me? Thank you all |
you need to check the pin mapping in your lmic code. i had the same error before but as soon as you set the pins properly // Pin mapping |
Anybody solved this? I've changed everything according to the instructions and posts here but no luck, still same radio.c:664 |
I'm stuck with the same Problem. I changed the mapping like @simortus recommended with one correction of mine: LMIC_UNUSED_PIN changed to UNUSED_PIN
But the Problem is still: |
Hi @lazarusCantini did you solve this issue? I am having the same problem. Thank you! |
Hey @asanz060 Indeed, I solved THIS Problem. Now I'm struggling with another Problem, but the issue above I solved with the configuration: |
Hey all, I know this is not within the scope or ''support'' for this, but I cannot seem to get this software / library working with the Dragion GPS/Lora HAT for the Raspberry Pi (3). Although there are a variety of tutorials that describe it as working with this software and hardware combination, the issue I run into is that the pin 4 is not found:
Most likely this is due to the newer version of the GPS/Lora board having a different pinout than the previous versions: anyone here that has also run into this issue and knows how to solve it?
The text was updated successfully, but these errors were encountered: