Opening hours tracking thing
the best tilt sensor http://signalquest.com/products/#/1?1=y&2=n&3=n
View ArticlePPPoE connection
Greeting. Where I can configure PPPoE connection in Kerlink Gateway?I couldn't find /etc/ppp/peers/ dir.
View ArticleLeiden, The Netherlands
btw, last night i created a very rough coverage map for the TTN:http://www.meiland.nl/ttnmap/ have fun!Hugo
View ArticleLeiden, The Netherlands
Hi Hugo, Nice, you know about this one: http://ttn.lpwan.uk/ ?It seems the coverage circles don't scale when zooming in or out?
View ArticleLeiden, The Netherlands
Batilan: It seems the coverage circles don't scale when zooming in or out Don't think these coverage circles are very informative/realistic. I would rather see the exact locations than cities covered...
View ArticleSingle Channel Gateway
@Thomas or somebody else familiar with the code ...following the (shortened) output from my gateways console and from the node REST.as mentioned above, I see all 30 seconds a status update but only...
View ArticleParse Data with Node-RED
JamesC: However, these timings are for Max Frame Sizes so if the device is very close to the gateway and in FSK mode 10 second intervals is no problem and for smaller frame sizes 10 seconds is also...
View ArticleSingle Channel Gateway
Hi @ursm It might help if you provide (a link to) the source code you are using. Ar you using sendReqAck or send, what channel/frequency are you using?
View ArticleSingle Channel Gateway
node: https://github.com/tftelkamp/arduino-lmic-v1.5 with reading/sending GPS-positiongateway: https://github.com/tftelkamp/single_chan_pkt_fwd unmodified to make it clear: on a "real" gateway I see...
View ArticleNetBlocks SX1272 Module
Hi edwin, how did you fix this? (changing spi1 into spi2) [cc] C:\Users\niels\CoIDE\workspace\LoRaMac-node-master\LoRaMac-node-master\src\boards\LoRaMote\spi-board.c: In function 'SpiInit': [cc]...
View ArticleNetBlocks SX1272 Module
never mind.. fixed by changing RCC_APB2PeriphClockCmd( RCC_APB2Periph_SPI1, ENABLE ); to RCC_APB1PeriphClockCmd( RCC_APB1Periph_SPI2, ENABLE );
View ArticleNetBlocks SX1272 Module
Great !! I also have done the changes and module working fine just range testing is left.
View ArticleSingle Channel Gateway
Are you able to monitor the serial port output? If your sketch is based on thethingsnetwork-send-v1.ino then it will log the channel on which it is sending. My guess is that it uses several...
View ArticleSingle Channel Gateway
Your node is sending at 8 frequencies, your gateway is receiving at only 1, hence the one packet per 8 minutes. This is not a real gateway, it is for testing purposes. It is LoRaWAN compatible, but...
View ArticleFAQ - Kerlink Gateway
That I have, I have to start gprs manually and set ppp0 as the default interface manually. After doing that, the 3G backhaul works perfectly. Why gprs isn't starting and being set as the default root...
View ArticleFAQ - Kerlink Gateway
Have you enabled autoconnect in the knet daemon? I also takes a while to catchup.
View ArticleFAQ - Kerlink Gateway
That I have, which makes it all the more strange. <!-- ############## connection parameters ############## --> <!-- nb of second to retry to connect to server if connection failed-->...
View ArticleSingle Channel Gateway
reading and understanding the headline is always a good idea. and I did not recognize that the node changes the channel each time it sends a packet.thanks @Thomas , @Batilan for their explanation
View Article