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

Getting consistent 22 on rx #2

Open
mjsir911 opened this issue Feb 13, 2024 · 0 comments
Open

Getting consistent 22 on rx #2

mjsir911 opened this issue Feb 13, 2024 · 0 comments

Comments

@mjsir911
Copy link

Hi,

Appreciate all the work you've done documenting & collating all of this. I'm having trouble reproducing your success with the pinedio that I got. All except the first RX command is recieving identically sized packets containing only the bytes 22:

$ sudo ./lora-sx1262 
create_task
init_driver
TODO: SX126xReset
SX126xIoInit
TODO: SX126X interrupt init
SX126xWakeup
sx126x_hal_write: command_length=1, data_length=1
spi tx: c0 00 
spi rx: a2 22 
TODO: SX126xWaitOnBusy
TODO: SX126xWaitOnBusy
sx126x_hal_write: command_length=1, data_length=1
spi tx: 80 00 
spi rx: 22 22 
TODO: SX126xWaitOnBusy
TODO: SX126xWaitOnBusy
sx126x_hal_write: command_length=1, data_length=1
spi tx: 9d 01 
spi rx: 22 22 
TODO: SX126xWaitOnBusy
TODO: SX126xWaitOnBusy
sx126x_hal_write: command_length=1, data_length=1
spi tx: 80 00 
spi rx: 22 22 
TODO: SX126xWaitOnBusy
TODO: SX126xWaitOnBusy
sx126x_hal_write: command_length=1, data_length=1
spi tx: 96 01 
spi rx: 22 22 

Any idea or hints about how to look into this?

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

1 participant