How can it be pushed data from LoRa gateway to TTU mote?
This should be the way to check whether it is received, however it generates a lot of traffic. But there is an other way, with some latency. If you need to have low latency acknowledgement you should...
View Article[Who is interested?] BLE + Wifi + LoRa = Smart proximity sensor
Another idea would be using the RNxx series on BLE + Wifi + LoRa = Smart proximity sensor. RN4677 + RN171 + RN2843 = Smart proximity sensor.
View ArticleLoRaWAN shield for Arduino UNO?
Im planning to develop a plug and play Lorwan shield for arduino based on RN2483 . PM me if:- You want to help with the definition and design- Want to pre-order
View ArticleLoRaWAN shield for Arduino UNO?
you are planning many things and ask for help here (and designs/designers/money )but you don't give an answer .. why ?see - http://forum.thethingsnetwork.org/t/energy-harvester/1514
View ArticleLoRaWAN shield for Arduino UNO?
@Kibet it works! Thank you. Will try lmic-v1.5 also on the Dragino shield together with an uno. We also have a Genuino 101 laying around with an intel chip, curious if it will work on that one too. I...
View ArticleLoRaWAN shield for Arduino UNO?
Sorry for being ignorant, quite busy times. Im not planning to make money of this shield tbh. I need the shield anyway becouse it will be part of a bigger system . will answer topic on harvesting
View ArticleEnergy harvester
Thx borroz for the link, I was considering to gather ambient RF energy but the harvesting is so tiny users can only benefit when their design is already extremely low power.upon reading i discovered...
View ArticleEnergy harvester
thank you, that is imho correct ceech123.jpg1162x1068 522 KB Solar Energy Harvesting power supply w/ LTC3108 and super capacitor storage
View ArticleNode libraries comparasion
Can you share your impressions from working with LIMC and LoraMac_Node (by Lora-net)?Are there big differences in working with them? By this time I've noticed that LMIC is written in very clear way...
View ArticleHow can it be pushed data from LoRa gateway to TTU mote?
HI @scle, I have done as you mentioned, I enabled the automatic reply, and it seems to be working since I see again the acknowledge in the gateway, so this confirms as well that th gateway works with...
View ArticleHow can it be pushed data from LoRa gateway to TTU mote?
ndarkness: You are right, the LoraWan does not tell much about how the acknowledge should be sent from the mote... On the other hand, concerning more to an implementation way, the TX has to implement...
View ArticleSoftware defined radio project for lora
2 problems with SDR and LoRa: Given SDR power consumption characteristics it's not suitable using it for anything else than experimentation. The modulation technique is patented, so I doubt that...
View ArticleHow can it be pushed data from LoRa gateway to TTU mote?
Sorry @scle, What I meant was that in order to be able to receive data from the Gateway, the implementation of the tansmitter has to take care as well of the receiving part, given that after...
View ArticleHow can it be pushed data from LoRa gateway to TTU mote?
scle: LoRaWAN protocol only opens receive slots after sending (in class A). You have to send something and then you will be able to receive. Use mac tx command and look for a mac_rx response....
View ArticlePush data to gateway Loop
I am trying to send data to a mote via a gateway but its reapating this message: INFO: [down] for server 192.168.1.82 serv_addr[ic]PULL_RESP received INFO: [down] a packet will be sent in "immediate"...
View ArticleHow can it be pushed data from LoRa gateway to TTU mote?
Yes that is true. But RN2483 does that for you. It automatically listens to the receive windows after 1 and 2 secs and delivers to you the received messages (if there were any). An acknowledgement...
View ArticleFAQ - Kerlink Gateway
Hello all, I am trying to enable the so called udp_transmitter on a Kerlink gateway, however I cannot do it since I cannot upload anythign to the built-in FTP server of the Kerlink, I always get a...
View ArticleHow can it be pushed data from LoRa gateway to TTU mote?
scle: automatically listens to the receive windows after 1 and 2 secs and delivers to you the received messages (if there were any) I didn't know that @scle, are you sure about that? I ask because...
View ArticleHow can it be pushed data from LoRa gateway to TTU mote?
Hi @ndarkness, I do believe your delays are unnecessary. The RN2483 will respond after a while with or without your delays. You just have to listen for any message from the module and you might be...
View ArticleEnergy harvester
interesting design :). how much power or current can it deliver on average ?or otherwise stated: whats the max average current a lora design may sink so users can benefit from this solar power ?
View Article