Gateway and Base station
To give a short answer, they are the same thing. When talking about TTN and LoRa, we always use the term "gateway". There is likely some subtle reason they chose for this term.
View ArticleHow to build your first TTN node: Arduino + RN2483
Great topic! About the possibly cheapest node see this thread Not < $5 but < $10 seems possible at the moment.
View ArticleHow to build your first TTN node: Arduino + RN2483
The SX1276 is available for 6$ on DigiKey so that should be a more economical option, right? I bought full modules (MCU + SX1272) for 11 euro's from Embit. Just doesn't have the nice Arduino headers...
View ArticleHow to build your first TTN node: Arduino + RN2483
Thanks for sharing this information and for this great topic @jpmeijers!
View ArticleGateway and Base station
Gateway in general refers to a device that interfacing one protocol to another protocol. In this case, we are interfacing LoRaWAN to internet or vice versa. Base station is normally used in...
View ArticleHow to build your first TTN node: Arduino + RN2483
Yes, absolutely fantastic! Thank you jpmeijers!
View ArticleHow can it be pushed data from LoRa gateway to TTU mote?
Hi @ndarkness, Interruption based programming of the UART interface will be the way to go when resources are scarce. This will enable low power nodes, but requires more knowledge and is tougher to...
View ArticleSingle Channel Gateway
I made another one, and changed the pin-definitions a little. DSCN3043.JPG1600x1200 421 KB As you can see I mounted the RFM95 upside down on the board as it makes soldering of the RFM95 and the...
View ArticleSingle Channel Gateway
@platenspeler, Nice! I recently had a discussion because there was some confusion about the frequency range of the HopeRFM96. In the datasheet you will find this information: 1.2. Product VersionsThe...
View ArticleTrying to understand basic packet forwarder on Kerlink Gateway
Hello all, I would like to have a better insight into the way Kerlink gateway is forwarding packages from the motes to the network, which seems to work fine; as well as from gateway towards the motes...
View ArticleIs it possible to connect with sx1301 without Linux system
Hi,everyone Is there anyone connect with sx1301 without Linux system ,because I am not familiar with Linux , It is big and complex for me ,I just want to sx1301 transmit and receive message with node,...
View ArticleChannels and dutycycle limitations
Also note that LoRa / LoRaWAN doesn't have an exhaustive list of channels - you can basically pick any frequency, provided that both the gateway and the node use the same channel and you comply with...
View ArticleLMIC-1.51 fitting in Arduino Atmega 328
Quick update: The AVR-AES authors are willing to expand the license so we can use it with LMIC, so we'll probably end up using AVR-AES. We're still working out the details, I'll keep you posted.
View ArticleFAQ - Kerlink Gateway
On the Kerlink wiki: FTP server To access the board with FTP, you must use an anonymous acces without password. The share directory will be /var/ftp. If you want modify FTP permissions, you must edit...
View ArticleTrying to understand basic packet forwarder on Kerlink Gateway
I reply myself with the progress I have made, which is few... I have noticed that if I set my server_address to my linux system, I do receive messages towards my server but I am not able to send...
View Article