API is down?
But It would be nice to have a storage handler if you switch to the new network.what's the expectation in this case?
View ArticleAPI is down?
(post withdrawn by author, will be automatically deleted in 24 hours unless flagged)
View ArticleTTN UNO - BETA release - Documentation
Isn't the bootloader using a different baudrate, you may have to set the passthru sketch accordingly. (for both USB and serial at the same speed to avoid overruns)
View ArticleThe LIBRARY basement
SMART PARKING NODES LoRaWAN and SigfoxLoRa Security building a secure LoRa solution - white paper
View ArticleTTN UNO - BETA release - Documentation
Afaics the boot loader operates at 19200 (also tried 57600 just to make sure). I've hardcoded both serial ports to this value (my previous code did a getDefaultBaudRate) and I've changed the pipe a...
View ArticleNode with ESP8266 and RFM95W
This seems promissing: https://github.com/hallard/WeMos-RFM69(very small form-factor ESP-Wemos)
View ArticleBusiness model warranty
Yes, thank you.We don't understand each others. Here is a rapid drawing: <------- Application ciphering -------> <--- Network ciphering ---> sensor <= // => gateway <=======>...
View ArticleBusiness model warranty
I'm still not convinced I do understand your exact problem, an example would be better. But if you think you found your answer... Btw: we don't 'close' threads here as far as I know
View ArticleTTN UNO - BETA release - Documentation
I have actually both JRE's installed on my mac can you share the full sketch ? I may give this a go on my autonomo later ...
View ArticleDecryting payload inconsistency
Hello all, I have started to use waspmote with LoRaWAN module RN2483, I can send properly to my Kerlink gateway but I see a weird thing when decoding my payload, char data[] =...
View ArticleAPI is down?
@Arjan not on community gateways, but on the availability, services and support of the back-end. Also, we see that companies and cities are interested in deploying their own gateways for availability....
View ArticleDecryting payload inconsistency
The data is coded in base64 ... https://en.wikipedia.org/wiki/Base64
View ArticleEasiest way to inspect incoming packets on an ic880a from a RN2483
Hi, I just want to check that my ic880a-USB (+ RPi3) is receiving packets of data from my Microchip Mote. I'm not interested in checking the TTN yet until I know that I'm actually receiving the...
View ArticleDecryting payload inconsistency
w4e: The data is coded in base64 Hi @w4e THanks for replying, I know that the data is encoded in base64, I was following your code in github, what confuses me is the fact that if I decode it from...
View ArticleDecryting payload inconsistency
When I decode the data I get your data back .... dbase64 AQIDBAUGBwgJCgsMDQ4P 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x09, 0x0a, 0x0b, 0x0c, 0x0d, 0x0e, 0x0f
View ArticleEasiest way to inspect incoming packets on an ic880a from a RN2483
I think it is the most simple way to just connect your gateway to the TTN network and use that back-end to verify.
View ArticleDecryting payload inconsistency
w4e: When I decode the data I get your data back .... dbase64 AQIDBAUGBwgJCgsMDQ4P 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x09, 0x0a, 0x0b, 0x0c, 0x0d, 0x0e, 0x0f Hi @w4e what kind of...
View Article