python-cc1101
python-cc1101 copied to clipboard
Python Library & Command Line Tool to Transmit RF Signals via CC1101 Transceivers
Hi, I got a CC1101 usb dongle uart device. I'm getting `ValueError: unexpected chip part number 255 (expected: 0)` Can't be the wiring since its usb. lsusb: ``` Bus 003...
Bumps [black](https://github.com/psf/black) from 24.3.0 to 24.4.2. Release notes Sourced from black's releases. 24.4.2 This is a bugfix release to fix two regressions in the new f-string parser introduced in 24.4.1....
Bumps [mypy](https://github.com/python/mypy) from 1.9.0 to 1.10.0. Changelog Sourced from mypy's changelog. Mypy Release Notes Next release Mypy 1.10 We’ve just uploaded mypy 1.10 to the Python Package Index (PyPI). Mypy...
Guys in the examples folder just found it for shipping. Does anyone have an example to receive? thanks
Hi, I am trying to use this library to send packets that are about 600 bytes long using a CC1101. I see the PacketLengthMode.INFINITE has been commented out in the...
```python root@Omega-****:~# python3 Python 3.6.10 (default, Apr 09 2020, 14:46:56) [GCC 7.3.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import cc1101 >>> with cc1101.CC1101(spi_bus=0, spi_chip_select=1)...
Hi, While quickly looking at the examples I noticed that is missing the set-modulation() option. This would be pretty handy to avoid hardcoding the wanted modulation in the library itself.
transmit only takes bytes and I'd like to send 25 bits of information about 4 times, my parameters are the following: ``` [~ (50kHz) ] # define a base frequency...
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.4 to 8.3.5. Release notes Sourced from pytest's releases. 8.3.5 pytest 8.3.5 (2025-03-02) Bug fixes #11777: Fixed issue where sequences were still being shortened even with -vv...
Is there a way to integrate receiving rf signals with this project, or is there a reason that it cant be implemented together? If it is possible, I would like...