I just got a CubeCell Board to replace my formerly used Heltec LoRa V2 Board. I tried to use the LoRaWan example provided by CubeCell in the Arduino Boardmanager (comes in quite handy, I used lmic before but that doesn’t work with CubeCell I think).
I replaced the application information with the values that worked (and still worked, just tested it) on the Heltec Board. But I cant even get a connection with that board.
can you give us the log output of the cubecell?
Perhabs you can try to download our configurator and flash your board with that.
you can find it all here:
I fixed the issue. Apparently, the CubeCell Library that is used in the Arudino Examples wants to have MSB Version of TTN Keys whereas lmic prefers LSB. I just copied the codes from one project to the other and CubeCell is missing a comment on what is the correct way of noting the Keys. So by accident I send data to another application I fear (sorry to them).
By now the decive is working as intendet and I am looking forward to using it more often.