ricaun / LoRaWanPacket

LoRaWanPacket Encode / Decoder
MIT License
10 stars 2 forks source link

Message types #4

Closed Samuel-ZDM closed 3 years ago

Samuel-ZDM commented 3 years ago

Hello!

I'm trying to send Downlink messages using an Arduino device and his library, sort of a gateway using a low cost device.

From the serial I can see that the end-device received the package. I can check this by value = 60, but the end-device does not update, implying that the message that arrived is wrong.

My question is whether the end-device can receive uint8_t data or only HEX or base64? Your library sends the uint8_t data, I'm thinking the error is there.

Thanks in advance.

Samuel-ZDM commented 3 years ago

Solved! End-device receives uint8_t packets.