Raspberry Pi LoRaWAN Gateway Board
Any further information on this board? It looks like a nice board, but the site is rather brief. I've contacted Link Labs for more information, but havent't heard from them yet.
View ArticleSmallest expected node
Did anyone have a view on if this would work? NavSpark mini14 + RFM95W311 euro plus $22 seems pretty compelling for GPS included? Also could you size a solar panel for this with no battery? So the...
View ArticleSmallest expected node
It looks like it'd do the job to me @sam_uk - worth a go at that price! The board looks pretty exciting to me and would make for a smaller GPS tracker than I've got: GPS tracker 800.jpg800x450 113 KB...
View ArticleSmallest expected node
@sam_uk - had a closer look at the documentation http://navspark.mybigcommerce.com/content/NavSpark-User-Guide_rev0.8.pdf I'm not sure the Navspark mini (17mmx17mm model) has enough pins for the job -...
View ArticleCollection of Permanent Reference NODES
@NielsI did not intend to say that these data have to be sent in json (or similar format) by the NODEs. It is the format that I would like to receive for my applications. For implementation of that I...
View ArticleSmallest expected node
Based on Arduino Pro-Mini and RFM95 my small node. It contains a HTU21d temperature/humidity sensor (which is on the bottom on pins A4 and A5. NanoLora_1.jpg1600x1200 1.25 MB
View ArticleSmallest expected node
I think it should be ok. The navspark mini gets one spi bus, and some io (at least one for the sx127x interruption).So it should work. As i read this possbile node on this thred, i bought one.Now that...
View ArticleLoRaMote Debugging
I am trying to debug the LoRaMote Hardware... From where can i get the application keys for LoraMote debugging? Thankss
View ArticleSmallest expected node
Thanks all. Could someone provide a guestimate for the power consumption of a NavSpark Mini with a RN2483 What kind of battery/ solar requirement would it have? I guess it would depend on how often...
View ArticleLoramote Hardcoding
Is there any way to change the hardcoded encryption of the mote..Can i reprogram the mote and make it send data by a new aes 128 bit encryption and new application key??
View ArticleLeiden, The Netherlands
Finally got my 'Duino and lorabee and solarpanel packages delivered... hope it´s not too ambious for my first project
View ArticleSmallest expected node
Check the Navspark forum - plenty of questions about power. http://www.navsparkforum.com.tw/viewtopic.php?f=23&t=195&p=760&hilit=power+consumption#p760 . Looks like a 700mAH battery is...
View ArticleLoRaMote Debugging
What do you mean by debugging the LoRaMote hardware? Do you mean firmware? The codes for LoRaMote is available on GIT. You can modify the code (e.g. AES key) and download to the LoRaMote. You will...
View ArticleNode with ESP8266 and RFM95W
I added a DS18B20 (Dallas/OneWire) temperature sensor (Sketch on github). With MQTT I route the value of the sensor (and my other sensor which does temperature/humidity) to my home automation system...
View ArticleRaspberry Pi LoRaWAN Gateway Board
Here is the response, plus the pin out: The signals you'll to manage in your project:- 1 PPS from GPS- SX1301 Reset line - run to GPIO5(pin29)- GPS Reset line - run to GPIO6(pin31)- Built in SPI0...
View ArticleLoramote Hardcoding
You can change the application key (but not the network key). The data will still show up in the API and MQTT, but you'll have to decrypt it yourself.
View ArticleRaspberry Pi LoRaWAN Gateway Board
Hi Emery, The PPS output from GPS is routed to RPi_GPIO4, right. But, is PPS output from GPS also routed to the PPS input to SX1301? thanks in advance.
View ArticleRaspberry Pi LoRaWAN Gateway Board
If the picture is accurate, the GPS module is a R4 Series from Linx Technologies. Product page: https://www.linxtechnologies.com/en/products/gps-modules/r4-gps-modulesDatasheet:...
View ArticleRaspberry Pi LoRaWAN Gateway Board
I do hope the PPS is linked to the SX1301, as well as exposed to the board. The PPS input to the PI can be used to increase PI clock accuracy. ntp.org HowTo:...
View Article