-
Notifications
You must be signed in to change notification settings - Fork 27
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
Feather RP2040 RFM69 Packet Radio version 35 not supported #52
Comments
Wow! Is this an Adafruit rfm69 board? Can you provide a link to it and to the datasheet for it? The data sheet clearly indicates that it should be 0x24 --- was it ever 0x23? |
Apparently the SX1231 chip does indeed have a Revision ID of 0x23 Both data sheets are referenced in the guide for the RP2040 RFM69 and the Feather M0 RFM69 What is correct? |
Yeah, it is one of two PID: 5712 boards I bought from adafruit.com on 4/16/24. The other of the two boards reports 0x24. I made the change in PR #53 to get them to both work with the lib. |
Yes, thanks for the PR... It would be good to get some confirmation of a HW change. |
p. 84 of that doc says there are limited supply chips with values 0x21 and 0x22 for that register as well. |
those are almost the same datecode, but the 0x24 is a few weeks later...so maybe they did revise something. we do test each board by send/recv data so it should work fine, we just need to tweak the value we check against in this library @jerryneedell could you do a PR? |
A recently-purchased feather has an rfm69 device that reports version 0x23 which fails a version check in the RFM69 constructor:
Version number extraction from REPL:
The text was updated successfully, but these errors were encountered: