HI,
I’m not very knowledgeable in programming…
I have the card in question and I would like to send data to a Lorawan network using the radiolib library. Has anyone already done something about this?
I would like to try using the CayenneLPP library in order to delegate all the data encoding work to it and at the same time use the decoding part already present in TTN and/or chirpstack.
When I try to use the “sendReceive” or “uplink” methods I see that with the same name there are two possible implementations, both in “String” and “uint8_t*” but I can’t…
node.sendReceive(lpp.getBuffer(), lpp.getSize(), 10, dataDown, sizeof(dataDown), true, &eventUp, &eventDown);
it seems that as the first parameter I can’t understand that it’s not a string.
ideas?
Davide