Android SDK and sample app
I have published a version of the Android SDK to jCenter. See readme here and have fun: https://github.com/TheThingsNetwork/android-sdk There is also a sample app to serve as an example. It is...
View ArticleHot pictures: SODAQ LoRaONE
I had lots of people asking me to upload some pictures of the SODAQ LoRaONE. Well, here they are: IMG_20160126_081940801.jpg1416x1618 412 KB and the back-side: IMG_20160126_081526788.jpg1459x1109 248...
View ArticleNode with ESP8266 and RFM95W
Hi Maarten, Used a RFM95 instead of the nicerf (not so nice after all;) and boots up now;hal_init: ESP architectureos_init() finishedLMIC_reet() finishedLMIC_setSession() finishedLMICsetAddrMode()...
View ArticleIs anyone already working on the PetFinder use case?
And even when outside of a geo-fenced area, a smart protocol could drastically limit the data usage. Like, just some quick thoughts applicable to most nodes: Do not send JSON, or not even ASCII, but...
View ArticleHot pictures: SODAQ LoRaONE
Which pins of the Ublox are populated to the board i.e. is the timepulse connected ?
View ArticleProper setup?
Not seeing anypackets coming thru you gateway ... can you share the code you have on your Arduino node ?
View ArticleBelgium / Hasselt
Binnenkort is er een interessant iot workshop rond lorawan. #meetup_oembed .mu_clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; } * html...
View ArticleMTAC-LORA-868 & Raspberry PI downlink
I have the same setup, also by using https://github.com/mirakonta/lora_gatewayRegarding the local_conf.json file, and the data that in there, would it be possible to send the messages to both TTN and...
View ArticleBelgium / Hasselt
At Ghent University we're also experimenting with Lora(Wan) for building WSNs for energy management. I'll be attending the workshop too.
View ArticleProper setup?
Hi w4e, Of course! This code we used on the workshop where I was yesterday. I deleted the in the code because code below is used to push data to the ThingsPark-platform of KPN. We changed the line:...
View ArticleProper setup?
Wouter: // USE YOUR OWN KEYS!const uint8_t appSKey[16] ={ 0x11, 0x22, 0x33, 0x44, 0x55, 0x66, 0x77, 0x88, 0x99, 0xAA, 0xBB, 0xCC, 0xDD, 0xEE, 0xFF, 0x80}; // USE YOUR OWN KEYS!const uint8_t...
View ArticleProper setup?
w4e: (i.e. reserverd some space at the TTN @Wouter http://thethingsnetwork.org/wiki/AddressSpace
View ArticleProper setup?
Wouter: if (LoRaBee.initABP(loraSerial, devAddr, appSKey, nwkSKey, true)) Change this to if (LoRaBee.initABP(loraSerial, devAddr, appSKey, nwkSKey, false) there is currently no support for ADR
View ArticleHot pictures: SODAQ LoRaONE
This is how we wired up the GPS. We didn't use the timepulse pin, as the SAMD21 has an accurate Real Time Clock already. As you can see we have interfaced the module over I2C. We do provide continuous...
View ArticleProper setup?
Hi w4e, Thx! Which keys should I use for:- devAddr- appSKey- nwkSKey The page you mentioned doesn't provide 3 keys as far as I can see? Wouter
View ArticleProper setup?
devAddr = the address of the device you can register a block at http://thethingsnetwork.org/wiki/AddressSpace appSkey and nwkSkey are used for encryption and integrety - for the TTN network they are...
View ArticleProper setup?
02:03:3a:xx looks like the first free block, you could use 02:03:3a:01 for your device (please do register to avoid duplicate use)
View Article