First time in embedded, so please excuse me. I have many silly questions.
I am willing to build a bike tracker with LoRa+GPS(+Accell+RFID) but I realized that I need also a gateway at least for testing. (only 4-5 gateways in my city all DIY, only one is serious: kerlink)
I am totally confused for software and hardware options.
a) It seems, that there is no cheap gateway (concentrator) since the cheap ones are single channel aka: SCG and they are not officialy supported by TTN, since they monopolize / waste the frequency (and I agree). Those gateways with many channels are too expensive. So I need to build one my-self, but if I loose too much time trying it to work / debug, I prefer to buy one.
After some reviewing, something like this seems ideal to my case. (anyone knows the price?)
https://www.multitech.com/models/92507496LF
But this is ok? 120ā¬ (No lan, but I will live with that)
https://connectedthings.store/gb/lorawan-gateways/the-things-indoor-gateway-868-mhz.html
Also found those at 200ā¬
https://www.antratek.com/10-channel-lorawan-gateway
(kind-of-beta)
(150ā¬ - this is not so expensive.)
My requirements are
I) To control the db gain.
II) Optionally to send the packets to my server for MY devices. For other devices, the data will be go to TTN. Also mine can copied to TTN, I donāt care. I canāt control the flow with MAC address?
To my understanding I have three bare options.
IC880A concentrator
There was a USB edition for connection with PC (?), but where is the software to control / configure the device? (I am using Linux). To my understanding, I need special drivers for the SPI edition. And how I connect the SPI to my linux-box?
2. RAK2247 concentrator https://downloads.rakwireless.com/en/LoRa/RAK2247-Mini-PCIe/Hardware-Specification/RAK2247_Mini-PCIe_LoRa_Concentrator_User_Manual_V1.1.pdf (see p. 8)
So many options, I am confused!
(like 1, just smaller)
3. https://sandboxelectronics.com/?product=lorago-port-multi-channel-lorawan-gateway
I have a computer active all day so I donāt want to use Raspberry / Arduino e.t.c. Can I use those boards (1,2,3) with my Linux-box? Itās more difficult? (I can compile) What do I need for the connection? A usb to serial convertor like this?
I think a usb-to-ftdi, is the appropriate.
b) Itās easy to by-pass the TTN server and store the communication directly to my computer for my devices? In that case I see only one choice of loraserver. Do I have another (simpler) options? Since this is a suite of software to my understanding, I think I will suffer to compile it
https://www.loraserver.io/
c) In Europe we also have the choice of 433Mhz. Itās better for area coverage? Right? Any cons?
d) To my understanding the better interface is I2C but most devices / shields are UART / SPI?
e) Why some concentrators have GPS ability? You can have mobile gateways?
Summary: Is it possible or pain in the ass to operate a proper gateway with Linux-box? Should I go for Raspberry + concentrator like this?
https://www.loraserver.io/lora-gateway-os/overview/
This solution (PC > ftdi > concentrator) is ok, or there is a better solution?
For the above example in installation we have two problems:
- page: 5 āThis project supports only LoRa P2P, does not support LoRaWANā THE HORROR!
- in the same page the github link is dead! THE HORROR #2
The new one is here, but it supports LoRaWan? And I donāt see instruction for PC but for Rasbperry.
I also found image specific to Ubuntu. Kind of pain to grub the stuff for my distro, anyone done this?
https://downloads.rakwireless.com/en/LoRa/LoRa-Server-OS/image/
Bonus: I didnāt find info about directional antennas. Silly idea? If I have a mountain in one side, I can use directional antenna to cover other populated areas.
Thank you for reading!