-
Ok, this was incredibly simple. Migrating an application from TTN v2 to v3. I followed bjoerns-techblog.de/2021/01/ttn-v3-stack-applikation-und-device-migration/ and got data in v3 immediately. I restarted the device by hand, so that might have been cheating but hey...
-
One thing that's missing in the migration procedure are the payload decoders. It's not mentioned in the blog post above (doesn't seem to be using them at all, so no blame), but it's also not directly mentioned in thethingsindustries.com/docs/getting-started/migrating/migrating-from-v2/ by @thethingsntwrk.
-
Ha, there is an incredibly lazy way to migrate TTN v2 decoders to TTI v3: Copy&Paste the old Decoder function into the "Uplink payload formatters" field, and add the section from the gist: gist.github.com/tiefpunkt/9407f4049365c065fdd6905adf949993 Works like a charm 🥳 #ttn #lorawan
-
Ok, so to test downlinks, I had to update my paxcounter. Looks like there've been quite some changes 😅 Also hadn't used #platformio in quite some time, and I should really learn my way with that thing, just so much easier than dealing with libraries in the Arduino IDE



