Some soldering work in Amsterdam
Hi all, I'm looking for someone who can do some quick soldering work (through hole) this Friday in Amsterdam. Just two boards where I need to add a sensor to each one. Paid work of course (but I need...
View ArticleDownstream data packet
Aha! I forgot 1 important aspects of sending a TXPK The ping pong between gateway and network server is using a specific port. I had to use THAT port to send my txpk otherwise packets wouldnt arrive...
View ArticleSODAQ Autonomo and LoraBee, connected but no messages?
Hi guys, I bought this SODAQ LoraBee kit and got so far that I registered it with ttnctl. C:\Users-->ttnctl devices info 02DE00B9Personalized device: DevAddr: XXXXXXXXXXXXX {0x02, 0xDE, 0x00, 0xB9}...
View ArticleSODAQ Autonomo and LoraBee, connected but no messages?
Bahto: FCntUp: 3 Means the network received at least one packet. Have you tried subscribing with '+/devices/+/up'?
View ArticleNew backend. How to connect?
This is what's configured in my Device. // Device parameters for Back-End registration char DEVICE_EUI[] = "AA555A00080E0158"; // Insert device EUI char DEVICE_ADDR[] = "05060709"; // Insert device...
View ArticleOver-the-air-activation OTAA with LMIC
This refers to "activate" a NODE based on ATMEGA and RFM95W with LMIC1.5xI'm a little lost in TTN:ok, I could follow the procedure with ttnctl-windows-amd64 up to step 8. Get info about a specific...
View ArticleSODAQ Autonomo and LoraBee, connected but no messages?
Hi Kersing, thanks for your reply.I'm not sure why, but it's working now out of nowhere. Nothing changed, I let the device on for a longer time and not I'm getting messages. It's not quite real-time...
View ArticleNew backend. How to connect?
@muzabUse 'ttnctl applications' to get the MQTT username and password. The username is the value listed in the EUI column, the password the value in the Access Keys column.And MQTT is running at...
View ArticleNew backend. How to connect?
I have tried to run the 32 and 64 bit version of ttnctl but unfortunately it won't run its commands and throws an error 'ttnctl' is not recognized as an internal or external command. operable program...
View ArticleNew backend. How to connect?
@muzab Did you download ttnctl-windows-386 as provided on the quick start page and unzip the file? Start it with 'ttnctl-windows-386' or rename it to ttnctl.exe to start with 'ttnctl'. This is a...
View ArticleNode to Node transaction with LMIC
Dear All, Could someone provide some hints (or maybe even a working code snippet) of how to establishe a node-to-node connection and do a simple sent-receive using LMIC library (i.e. without any...
View ArticleEasiest way to inspect incoming packets on an ic880a from a RN2483
You can modify the packet forwarder code, so it will output the data received. The lines are already present in the code but they are commented out. Uncomment, recompile and run the SW. you will then...
View ArticleSome soldering work in Amsterdam
Found a soldering station here in the UK, so no longer required
View ArticleOver-the-air-activation OTAA with LMIC
I struggle quite a bit about this and found out the following: APPEUI is provided by the EUI field of the ttnctl applications DEVEUI is provided by the DevEUI field of the ttnctl devices infoNwkSkey...
View ArticleEasiest way to inspect incoming packets on an ic880a from a RN2483
Thanks, sounds like just what I want.
View ArticleOTAA ok, 12h later I get denied, reboot gateway --> OK again ...!?
Hi Guys I successfully connected my RN2483 board with OTAA to the new backend last night - and documented it here https://github.com/lukastheiler/ttn_moteino . Now today, I just get: mac join otaa ok...
View Article