We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am using Ra-01s AI Thinker and using sx1268 but the following error occurred ERR_SPI_CMD_FAILED. MY pins configuration would be
sx = SX1268(spi_bus=1, clk=18, mosi=23, miso=19, cs=5, irq=26, rst=16, gpio=4)
Is my Ra-01s hardware damaged? I have 4 modules and all 4 got the same error. All your help would be much helpful to me. Thanks
The text was updated successfully, but these errors were encountered:
Can try set tcxoVoltage to 0 in the .begin() method?
Sorry, something went wrong.
The initialization error fixed but the ERR_CHIP_NOT_FOUND error occurred when sending message frequently say about every 100 milliseconds.
ERR_CHIP_NOT_FOUND
Could be hardware problem, have you tried the C++ radiolib library?
No branches or pull requests
I am using Ra-01s AI Thinker and using sx1268 but the following error occurred ERR_SPI_CMD_FAILED. MY pins configuration would be
sx = SX1268(spi_bus=1, clk=18, mosi=23, miso=19, cs=5, irq=26, rst=16, gpio=4)
Is my Ra-01s hardware damaged? I have 4 modules and all 4 got the same error. All your help would be much helpful to me. Thanks
The text was updated successfully, but these errors were encountered: