TTN UNO - BETA release - Documentation
Hi kersing , 1day back i started playing with RN2483,After uploading the code on RN2483 by using Arduino Uno board i am getting garbage type output Below code I am using// RN2483 include...
View ArticleTTN UNO - BETA release - Documentation
Im not sure which softserial library you are using (the official?) but I haven't seen any softseriallib reliably receiving at anything > 38400 baud on an atmega running at 16 mhz (like a normal...
View ArticleTTN UNO - BETA release - Documentation
@niels: Thanks for Your rply i am using predefined softserial library,which one have given by default Arduino IDE .
View ArticleTTN UNO - BETA release - Documentation
@divum123 I've had no problems with using soft serial talking to the RN2483 and using that sketch. It also looks like one of the sketches used at a recent workshop in Reading. What version of firmware...
View ArticleTTN UNO - BETA release - Documentation
@thinginnovations That also i am trying to get the firmware version when i am using firmware "sendCmd("sys get ver");"this command then i am getting garbage type ,not getting firmware version... Thanks.
View ArticleTTN UNO - BETA release - Documentation
@divum123 Exactly what hardware are you using and how is it connected up? Andrew
View ArticleTTN UNO - BETA release - Documentation
@thinginnovations i am following as per mentioned in this link: https://thinginnovations.uk/getting-started-with-microchip-rn2483-lorawan-modules . I am tracking this everything(output) on SERIAL...
View ArticleTTN UNO - BETA release - Documentation
First problem to address is the corrupt characters.Dont have access to try this at the moment.
View ArticleTTN UNO - BETA release - Documentation
@thinginnovations what you are trying to say ,can you clarify it?
View ArticleTTN UNO - BETA release - Documentation
Your corrupt characters are the first thing to sort out although you get the much shorter response 'ok' back correctly. Have you seen any data go through your gateway? You'd also want to change the...
View ArticleTTN UNO - BETA release - Documentation
(post withdrawn by author, will be automatically deleted in 24 hours unless flagged)
View ArticleTTN UNO - BETA release - Documentation
@thinginnovations Below Mentioned type output where i have to get it on SERIAL MONITOR (OR) GATEWAY Output:factoryreset: RN2483 0.9.5 Mar 24 2015 14:15:33MAC: 0004A30B001BA639versie: RN2483 0.9.5 Mar...
View ArticleSpreadsheet for LoRa airtime calculation
@matthijs Thanks for this. Something I'm trying to do with the lora calculator with LoRaWAN.Assume that payload is the encrypted? If so how are getting the encrypted payload length?Also I thought...
View ArticleSpreadsheet for LoRa airtime calculation
Very nice! One remark to prevent confusion: the payload size in your spreadsheet is the LoRa payload, so including LoraWAN header. A user should add 13 bytes to his own payload to get the correct...
View ArticleTTN Manifesto and Open Data
@sam_ukCorrect, a LoRaWAN Node transmits and can be picked up by any LoRaWAN Gateway in range, its what happens next...So, I'm inferring a bit rather than knowledge based on trying things out (always...
View ArticleTTN Manifesto and Open Data
@BoRRoZ - yep, I think there is a risk that legal and compliance issues could have an impact on TTN...
View ArticleTTN Manifesto and Open Data
@markstanley - I don't disagree, just exploring this issue.I personally am keen to see no strings attached regards commercial use of TTN.And it would be a nice to have problem to be fielding a...
View ArticleSpreadsheet for LoRa airtime calculation
@thomas I think usually at least 13 [ MHDR (1) + DevAddr (4) + FCtrl (1) + FCnt (2) + Fport(1) + MIC(4) ] in a packet with no options @iikaw they payload size is independent from the encryption.
View ArticleSpreadsheet for LoRa airtime calculation
@w4e ok but the payload is encrypted before transmission therefore will affect "time on air" no?
View Article