I purchased one of these units: https://www.sparkfun.com/products/15336 which works fine using the RAK provided image on raspian.
However if I try following these steps: https://github.com/jpmeijers/ttn-resin-gateway-rpi it connects to the TTN server but then I get [main] failed to start the concentrator from the logs
Is it feasible to get this gateway running through BalenaCloud or do I have to use the Raspian image?
Hi. This seems like it’s a very similar issue (https://www.thethingsnetwork.org/forum/t/rpi-rak831-resin-image-failed-to-start-the-concentrator/17836/5), maybe the frequency tables are causing the issue here?
Thanks for the suggestion. On that thread he states AU915 makes it work, however I’m already trying to make it work on AU915 (I’m in New Zealand). Is that what you were referring to?
Got it! Had to set the SPI_SPEED
Device Variable to 2000000 which brought it up! I had tried earlier figures (eg 5000000 as per other posts) but not as low as 2. Thanks heaps for your help.
Great, I’m glad you got it working!
Hi Delphinus, can you explain where to set the SPI_SPEED value?