-
Notifications
You must be signed in to change notification settings - Fork 355
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
Comments
Complement, when typing : I get this error :
|
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. |
Bonjour, Yes, that's right. |
No good idea ? |
No, I will try on my side to see where could be the issue. |
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,
The text was updated successfully, but these errors were encountered: