Eduardo
Eduardo
@morganrallen @sandeepmistry this seems to fix the problems with getting random numbers with the radio, could you check it out? It would close the #150 PR and also the issue...
There is another PR #395 where is added the seed necessary to have better random numbers
i did it with the next code ``` function decodeUplink(input) { var hexString=bin2HexStr(input.bytes); return { data: { rakData: rakSensorDataDecode(hexString)} } } // convert array of bytes to hex string. //...
but nothing
this worked for me! ``` function decodeUplink(input) { var hexString=bin2HexStr(input.bytes); return { data: { bytes: input.bytes, payload: rakSensorDataDecode(hexString) }, warnings: [], errors: [] }; } // convert array of bytes...
forget it, it worked with the simulated uplink, but not with the real uplink idk why :disappointed: If i send `0188053797109D5900DC140802017A0768580673256D0267011D040214AF0371FFFFFFDDFC2E` it does work, but when my device RAK7204 sends...
It does not support it yet
We're open for pullRequest
Hello we updated with a pull request the way that OTAA class works, can you try again?
Hello! we did the port to the SAML21 which clocks are kind of related to the SAMD51 in this [fork](https://github.com/ElectronicCats/Adafruit_FreeTouch) if it helps to anybody to be looking at the...