Hi all not sure if this is the right place to post.
Anyway I have 2 mkrwan1310 boards connected to a gateway I own and they can both communicate with the Arduino cloud interface.
However I want one board to upload data which is done, and it synced to the other "thing" and updates that data fine.
However when I try and read/write that data from the cloud to the 2nd board it doesn't read the data properly, if I serial print the data it is not what the 1st board output for that variable. Sometimes 0s or other numbers but in the expected range.
This also updates that thing on the cloud which I don't want it to do only read the synced data and store it on the board untill the next update.
I don't understand how to read the payload information or other data from The Things Networks which handles the LoRa communication. If anyone has any advice or anything I can read or watch that would be great. Been at it for a week now and banging my head against a wall just now.