Gateway RHF2S008 Rising HF

Hi everyone!

I am trying to run TTN binary at Rising HF gateway RHF2S008, but i am not successful.
I followed this steps: https://github.com/ttn-zh/ic880a-gateway/wiki.

The error showed is in the start.sh, it shows: “ERROR: [main] failed to start the concentrator”,
anyone knows about this behavior ?

The RHF2S008 is a fully featured gateway, it doesn’t use the Raspberry Pi-style config I’m used to but try editing /opt/ttn-gateway/bin/start.sh as installed by the steps above.

Change the line which says

SX1301_RESET_BCM_PIN=25

to

SX1301_RESET_BCM_PIN=7

Hi, thank you for you answer.

I have tried this procedure, but the file start.sh doesn’t have this line;
I activate the debug macros at library.cfg file and i am having this response:

INFO: [main] Starting the concentrator
ERROR: MPSSE OPEN FUNCTION FAILED
ERROR CONNECTING CONCENTRATOR
ERROR: FAIL TO CONNECT BOARD
ERROR: [main] failed to start the concentrator

I believe something about SPI is wrong configured. But I don’t now where change.

Someone have an ideia ?

This error should not occur as MPSSE is for USB connected concentrators. You are using the wrong code branch. Please check the README.md file for a link to the correct one. (You need SPI)

Thank you. This were the problem! My gateway is working now.

3 Likes

hyy @albertoama i am having the same problem using risinghf gateway. i am also getting “ERROR: fail to start concentratos”.
How you solved it?