-
Notifications
You must be signed in to change notification settings - Fork 85
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
Unused pins #4
Comments
any solution for this please? |
The python lib SX127x uses 4 DIO hardcoded and there functions are: Maybe you can check which functions are missing since the NiceRF chip has only 3 DIO, my guess is DIO2 so you could hack out all DIO2 functions and make sure DIO0, DIO1 and DIO3 are connected. |
I have the same error with Raspberry Pi B+ and all the pins are connected. |
I am getting the same AssertionError because self.mode = 0. This is with a Dragino Hat on top of a Pi 3. Has anyone been able to resolve this issue? Thanks in advance! |
In the board_config.py, how we define unused pins? Getting always this AssertionError and I think it's because bad board configuration. I using the NiceRF LoRa1276 and a rasp zero w.
The text was updated successfully, but these errors were encountered: