@marceloaqno said in Building a Orange Pi Gateway:
#define MY_RFM95_CS_PIN 13
#define MY_RFM95_IRQ_PIN 10
#define MY_RFM95_FREQUENCY RFM95_915MHZ
Thank you sooo much. I just did this. But, Now got a new error.
ERROR Could not open /sys/class/gpio/gpio10/direction
and when I tried to export pin 10 it says:
:/sys/class/gpio# echo '10' > export
-bash: echo: write error: Device or resource busy
Though yes still I'm able to export/unexport pin 13(just for testing)