Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gateway : no rx found #328

Open
tk5ep opened this issue Aug 1, 2023 · 5 comments
Open

Gateway : no rx found #328

tk5ep opened this issue Aug 1, 2023 · 5 comments

Comments

@tk5ep
Copy link

tk5ep commented Aug 1, 2023

Hi,

I've build one of your low power device. It works and I have checked that it transmits OK.

Now I'm struggling with the gateway. I installed the latest 64 bit image on a Rpi4.
It loads and I can access to the admin page as well a SSH.

I connected a SX2718 module according to your readme files :
RPI Radio module
GND pin 25----------GND (ground in)
3V3 pin 17----------3.3V (3.3V in)
GPIO4 pin 7----------RST (Reset)
CS/CE0 pin 24----------NSS (CS chip select in)
SCK pin 23----------SCK (SPI clock in)
MOSI pin 19----------MOSI (SPI Data in)
MISO pin 21----------MISO (SPI Data out)

In radio.makefile I have :
SX12XX=SX127X
CFLAGS+=-DPABOOST
CFLAGS+=-DMAX_DBM=14
CFLAGS+=-DBAND433
CFLAGS+=-DNSS=10 -DNRESET=7 -DRFBUSY=6

in raspberry.makefile :
SPILIB=WIRINGPI
CFLAGS+=-DGETOPT_ISSUE

And run make_loragateway

Despite this, the Web admin page says : no low level status & no rx found

What can be wrong ?

I also don't have any data flow to connect to the declared gateway...

Thanks,

@tk5ep
Copy link
Author

tk5ep commented Aug 1, 2023

Complement, when typing :
sudo ./lora_gateway

I get this error :

Oops: Unable to determine board revision from /proc/cpuinfo
 -> Only Raspberry device is supported!
 ->  You'd best google the error to find out why.

@CongducPham
Copy link
Owner

Hi, so you downloaded the 64-bit image from here, right?: https://drive.google.com/uc?export=download&id=1UzSULM2TjCKWjVWIvHqLy6Iu_FR_1Xmo

Because it seems it is a problem with wiringPi.

@tk5ep
Copy link
Author

tk5ep commented Aug 1, 2023

Bonjour,
Oui c'est bien cette image que j'ai téléchargée.

Yes, that's right.
I have download it again this morning and reinstalled it, but it didn't help.
I also made an update from the admin page.

@tk5ep
Copy link
Author

tk5ep commented Aug 4, 2023

No good idea ?

@CongducPham
Copy link
Owner

No, I will try on my side to see where could be the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants