When sending data to The Things Network I encode the data as binary hex values and send the small packet to the network.
Now with Notecard Lora I have to encode that as Base64 data and add a payload option.
When I do that I get an error saying the template does not exist. How do I fix this?
{“req”:“note.add”, “file”:“data.qo”, “payload”:“rkepQQrXFELheuZBTx0AAAoAAADWAQAA6Zf1ZQ==”}
{“err”:“template for data.qo is not found”}
Also when I run the Quickstart example there is instruction to get the temperature which continuesly sends a request to the NoteHub but there is no instructions on how to stop it.
Mike