Downstream data packet
madpilot: I'm sorry but I honestly do not know how node-red works with parsing data between those nodes. How does data get passed along between those nodes? Thanks for the help @madpilot, I think it...
View ArticleDownstream data packet
What happens if in the function you show you change if(loraPayloadLength > 12){ return loraPayload // I'm assuming this return is passed on to the next node? } to if(loraPayloadLength > 12){...
View ArticleDownstream data packet
madpilot: What happens if in the function you show you change The issue was that the output from rxpk wasn't a JSON string but just a string... So I have set some moduel in between to convert back to...
View ArticleSingle Channel Gateway
Stupid me, sorry ... I changed the name from base64 to gBase64 as I had more versions around on my system. The base64 library is made by Adam Rudd, see details below. So you either change its names to...
View ArticleSingle Channel Gateway
@platenspeler Indeed really cool! Hardware is in the junkbox so ... I am trying to compile the code as well. Your last answer solved the same issue i had, but now i get : ESP-sc-gway:1122 error:...
View ArticleDownstream data packet
I help you hope @w4e I'm currently trying to create that mac frame. //payload is padded to fit blocks of 16 bytes var mhdr = 0xa0;//conf down var fctrl = 0x20;//Ack var fcnt = fCntDown & 0xFFFF;...
View ArticleEdmonton Alberta
Anybody else in Edmonton interested in setting up a couple gateways? Thinking of starting in the Core.
View ArticleREST API to get data
(post withdrawn by author, will be automatically deleted in 24 hours unless flagged)
View ArticleSingle Channel (Low Cost) Gateway
@Thomas: I completely agree. Thanks for the feedback.
View ArticleThe Things Network New York [CLOSED]
Thanks @arjanvanb. My search for "New York" failed, should have done "NYC". Conversation can continue there: http://forum.thethingsnetwork.org/t/nyc-the-big-city/359
View ArticleNYC - The Big City
Indeed, we are pushing hard for TTN here in NYC and neighboring NJ. Let's post relevent Meetups here so we can all get to know one another.
View ArticleSingle Channel Gateway
@PH3V, you probably did not load the Time library. name=Timeversion=1.5author=Michael Margolismaintainer=Paul Stoffregensentence=Timekeeping functionality for Arduinoparagraph=Date and Time functions,...
View Article[OFFICIAL] REST API: get your node data
From croft/server.go I see the time field is now set to current server time, not retrieved from the packet. What would the time have represented if it was retrieved from the packet? The time the...
View ArticleUSA & Canada Sub-Band Plan
In USA the 915MHz band is shared with many services, so it's hard to predict what portions of the band will be less utilized. LoRaWAN's frequency hopping should help avoid narrow-band interferers, but...
View ArticleDownstream data packet
Yes process is the same only reversed, i.e. you encrypt the payload first before you compute the MIC, when you receive you first check the MIC before you decrypt. Why don't you start with a simple...
View ArticleCommunity Building Process
Thanks for your reply @gonzalocasas. I guess the first created app is often not much more than just sending a "hello world" over the network. Am I understanding it correctly that you haven't created...
View ArticleSingle Channel Gateway
Using base64.h didn't work for me. The recent ESP Arduino code has a base64 with different function signatures which i couldn't stop conflicting, so i had to rename the adamvr one to gBase64 like you...
View ArticleSingle Channel Gateway
is there GPIO / memory free for a little I2C display ? HLK-RM04.jpg1200x1290 404 KB look what i found in some junkbox, the HLK-RM04 , maybe also usefull for a little gateway
View ArticleWhere to find RN2483 firmware updates
Is it possible to post the PK2DeviceFile.dat to make my PickIt2 recognise the 18LF46K2?
View Article