ElectronicCats / CayenneLPP

Library for Arduino compatible with Cayenne Low Power Payload
http://electroniccats.com/
MIT License
106 stars 48 forks source link

Decoding in Arduino #18

Closed cdupont closed 3 years ago

cdupont commented 3 years ago

Hello, and thanks for this very useful library. Is there any plan to add decoding in this library? This would be useful for downlink/actuation.

sabas1080 commented 3 years ago

Hi @cdupont

there are two examples that come with the library

example general: https://github.com/ElectronicCats/CayenneLPP/tree/master/examples/Decode

and with TTN https://github.com/ElectronicCats/CayenneLPP/blob/master/examples/DecodeTTN/DecodeTTN.ino

cdupont commented 3 years ago

Thanks, I asked a bit fast!