adafruit / adafruit/Adafruit_CircuitPython_MCP2515
Transmit buffer error
- Dominant language
- Python
- Stars
- 29
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
Every time that I go to send a message, I get
`Traceback (most recent call last):
File "code.py", line 1, in
File "spi.py", line 31, in
File "/lib/adafruit_mcp2515/__init__.py", line 346, in send
RuntimeError: No transmit buffer available to send`
and I can't get it to start transmitting
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the failing call in spi.py at line 31 and inspect adafruit_mcp2515/__init__.py around send at line 346. Reproduce the message send with the MCP2515 setup, then determine why no transmit buffer is available. Done means the message transmits without the reported RuntimeError.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- embedded-iot
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100