adafruit / adafruit/Adafruit_CircuitPython_RFM69

Add access to CRC status and enable

Open
#38 1 comment 0 reactions 0 assignees View on GitHub
enhancement
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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.