Moss

Results 8 comments of Moss

radio.init failures are most related to pin mapping! So check your pin mapping and get back to me :) I used dragino with this repo and the dragino modified one....

You can write to the reg and change the opmode. The TX does not happen because there buffer is still busy or not entirely freed after the last TX event....

if the mapping is the problem you will be stopped at the running time with an error. This is more a timing error, where your chip is not at the...

The newest lora gps hat sx1276 has the same problem, unrecognized transceiver. I have tried to change the dio0 pin mapping to another pin GPIO25, since GIPO7 has SCLK feature...

The issue can be solved by modifying the code to : `if (version == 0x22){ // for sx1272 } else{ sx1272 = false; version= 0x12; // this is the version...

i have had the same issue, the pins in the code are matching the dragino gpsHat v1.4. You just need to check how the hat sits on the pins. if...

I have tried your HMAC generation and it seems to be a wrong implementation. It generates the same HASH output for the same msg with different keys!!!

Another thing is your device will violate the free band restriction, which is 1% OAT (on air time) for end-nodes.