Addictek

Results 3 comments of Addictek

I used GPIO0/2 because I ran out of i/o pins. You are right, SX127x chip triggers HIGH signal but in my case this is going through a mosfet gate that...

Just to add that my change was something like: #ifndef LORA_ISR_MODE #define LORA_ISR_MODE RISING #endif and then using LORA_ISR_MODE in place of the hardcoded value in the library code. This...

Hi, I faced the same problem and discovered that this is not related to serial port write speed. The error is caused by the use of **delay(100)** statement in the...