Skip to content

issues Search Results · repo:adafruit/Adafruit_CircuitPython_RFM69 language:Python

Filter by

20 results
 (84 ms)

20 results

inadafruit/Adafruit_CircuitPython_RFM69 (press backspace or delete to remove)

A recently-purchased feather has an rfm69 device that reports version 0x23 which fails a version check in the RFM69 constructor: ... File /lib/adafruit_rfm69.py , line 316, in __init__ RuntimeError: ...
  • michaeldye
  • 7
  • Opened 
    on Apr 21, 2024
  • #52

Please take a look at the issue in the RFM9X library https://github.com/adafruit/Adafruit_CircuitPython_RFM9x/issues/92 and comment there.
  • jerryneedell
  • 1
  • Opened 
    on Feb 23, 2024
  • #51

In the following code you can see I am changing the rfm69.bitrate = 2400 rfm69.preamble_length = 3 rfm69.frequency_deviation = 4800 # 4.8khz This works to match the modem config of the RadioHead Arduino ...
  • matteius
  • 10
  • Opened 
    on Jan 1, 2024
  • #50

https://github.com/adafruit/Adafruit_CircuitPython_RFM69/blob/864012e8644f7dc5dfba32a43af52a1f48969c7a/adafruit_rfm69.py#L451 The datasheet for RFM69 says to set two different values for RegTestPa1 and ...
  • tottaka
  • 12
  • Opened 
    on Nov 15, 2023
  • #47

This was proposed for the RFM9x and should be useful here as well. https://github.com/adafruit/Adafruit_CircuitPython_RFM9x/issues/67
enhancement
  • jerryneedell
  • Opened 
    on Nov 30, 2021
  • #40

the flags byte of the packet header may contain user data in the low 4 bits. receive() does not save the flags in self.flags so they cannot be read easily. They can be extracted from the header, but only ...
  • jerryneedell
  • Opened 
    on Nov 17, 2021
  • #39

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 ...
enhancement
  • jerryneedell
  • 1
  • Opened 
    on Nov 16, 2021
  • #38

There are missing type annotations for some functions in this library. The typing module does not exist on CircuitPython devices so the import needs to be wrapped in try/except to catch the error for ...
documentation
good first issue
Hacktoberfest
  • FoamyGuy
  • Opened 
    on Sep 27, 2021
  • #37

this library works very well (little modification) in conjunction with python3 on a raspberry, a Adafruit RFM69 breakout board and the interrupt feature (DIO0). In my case, the raspberry work as a bridge ...
  • Pythonaire
  • 10
  • Opened 
    on Jul 4, 2021
  • #36

Hello, is there a way to set a network id? My hopes are to be able to use this library on the feather M0 RFM69 to communicate with another nodes I have running the below library: https://github.com/LowPowerLab/RFM69/blob/master/Examples/Gateway/Gateway.ino ...
  • smccamy1
  • 6
  • Opened 
    on Aug 6, 2020
  • #32
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub