Pi Zero 2 W / Waveshare SPI Hat
This device works flawlessly after a fresh SD image and installation but after rebooting I get the following error.
SX1262_wrapper -WARNING -[RX] CRC error detected - discarding packet
Ive confirmed that radio settings are correct on both ends. It seems like the radio isnt initializing properly after a reboot.
Ive added to override.conf
-Unit-
After=network-online.target dev-spidev0.0.device
Wants=network-online.target dev-spidev0.0.device
-SERVICE-
-Wait for BUSY pin to go low
ExecStartPre=/usr/local/bin/sx1262_wait_ready.sh
-Set TXEN pin high (if used by your HAT)
ExecStartPre=/usr/bin/pinctrl set 6 dh
but nothing is working =\
Pi Zero 2 W / Waveshare SPI Hat
This device works flawlessly after a fresh SD image and installation but after rebooting I get the following error.
SX1262_wrapper -WARNING -[RX] CRC error detected - discarding packet
Ive confirmed that radio settings are correct on both ends. It seems like the radio isnt initializing properly after a reboot.
Ive added to override.conf
-Unit-
After=network-online.target dev-spidev0.0.device
Wants=network-online.target dev-spidev0.0.device
-SERVICE-
-Wait for BUSY pin to go low
ExecStartPre=/usr/local/bin/sx1262_wait_ready.sh
-Set TXEN pin high (if used by your HAT)
ExecStartPre=/usr/bin/pinctrl set 6 dh
but nothing is working =\