balises-ouistici / balises-ouistici/circuitpython-nfs32002
la fonction radio.wait_for_data() est bloquante
- Dominant language
- Python
- Stars
- 0
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Quelques pistes pour écrire une fonction non bloquante :
- La librairie `countio` de CircuitPython est-elle utile ?
- Ajouter une fonction asynchrone à la librairie CPY-CC1101
- Transcrire la librairie en Micropython, où les interruptions et les threads sont mieux gérés.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the radio.wait_for_data() entry point in the CircuitPython implementation and read how CPY-CC1101 handles waiting for radio data. Investigate whether countio or an asynchronous approach fits the supported runtime; the issue also suggests a MicroPython port. Done requires a defined non-blocking behavior and supported approach, which the issue does not specify.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- embedded-iot
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100