Pycc1101
PYCC1101 a simple Python wrapper for the CC1101 RF Transceiver. I've been using it with a CC1101 Arduino module connected trough SPI to a Raspberry Pi.
Install / Use
/learn @nahueldsanchez/Pycc1101README
README
PYCC1101 is a simple Python wrapper for the CC1101 RF Transceiver.
I've been using PYCC1101 with a CC1101 Arduino module connected trough SPI to a Raspberry Pi. The code, based on PanStamp Arduino library , uses Python SPIDEV module v3.3.
I developed this module for learning purposes and included two examples for rx and tx. The idea is to continue improving the module to perform more complex tasks such as implementing Sammy's OpenSesame attack. AFAIK, there isn't any public Python module available to play with CC1101 SPI devices.
Steps to make it work:
- Clone this repository
- Create a virtual environment by running
virtualenv pycc1101 - Activate the virtualenv
- Install spidev package:
pip install spidev - Run
python tx.py - Repeat steps 1-4 in another machine with the module connected.
- Run
python rx.py
Related Skills
node-connect
353.3kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
111.7kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
353.3kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
353.3kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
