adafruit / adafruit/Adafruit_CircuitPython_RFM69
Add access to CRC status and enable
- Dominant language
- Python
- Stars
- 31
- Forks
- 26
- PR merge metrics
- No merged PRs in 30d
Description
According to the data sheet, the CRC is enabled by default.
Should there be properties that allow for enable/disable of the CRC and checking of the crc status?
Possibly this can be done in a similar way to how it is implemented for the RFM9x. https://github.com/adafruit/Adafruit_CircuitPython_RFM9x/blob/main/adafruit_rfm9x.py
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by comparing the linked Adafruit_CircuitPython_RFM9x implementation, then inspect the RFM69 module's CRC handling and relevant register definitions. Done means the RFM69 interface exposes CRC status and enable/disable controls consistent with the data sheet and the RFM9x pattern.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- embedded-iot
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100