-
Notifications
You must be signed in to change notification settings - Fork 288
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
chip version is 0x00 and all the registers are 0x00 with Raspberry 3B+ #113
Comments
Hi, |
Hi @mcoracin , |
Which sx1302 board are you using exactly ? |
it can be found in sx1302 module : should be made by greenpalm |
I don't know this module, I guess it is an issue with the GPIO configuration in the reset_lgw.sh script. ./test_loragw_com -d /dev/spidev0.0 |
Hi @mcoracin t_loragw_com -d /dev/spidev0.0 it seemed fail to read . could you find something wrong from above result ? |
I checked the reset by echo to make it set or reset ,it worked . |
I can't say much from the logs, either your SPI connection is wrong, or the GPIO pin values are not set properly in reset_lgw.sh script for RESET and POWER_EN pins. You are sure that this sx1302 board is an SPI version, and not a USB version, right ? |
Hi @mcoracin, |
I'm having a similar issue. I used a WM1302-SPI-US915-M with no issues, but I had to downgrade to the slightly older WM1302-SPI-US915 (notice no -M), which does not work with the packet forwarder. Are the GPIO pins different between the two models? Edit: I forgot to do the Seeed Studio setup instructions here. Needed to change some GPIO pin numbers and enable SPI/I2C interfaces, and I'm good to go. |
:~/sx1302_hal/util_chip_id $ ./chip_id i spi is enbled everything is but still iam getting thosee error is anyone has idea |
Hi ,
Recently I got a sx1302 module with raspberry transfer board , I try to execute with compiling the open source sx1302_hal codes .I tried to test with test_loragw_reg , the result as follow :
I checked the reset pin ,it worked . the spi device could also effect .
so does anyone met the same issue ? and may give me some suggestions about it .appreciate your help .
The text was updated successfully, but these errors were encountered: