Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smolbun/cc1101-frequency-analyzer
Analyze frequencies using CC1101
https://github.com/smolbun/cc1101-frequency-analyzer
arduino cc1101 esp32 esp8266 raspberry-pi-pico
Last synced: about 3 hours ago
JSON representation
Analyze frequencies using CC1101
- Host: GitHub
- URL: https://github.com/smolbun/cc1101-frequency-analyzer
- Owner: smolbun
- License: gpl-3.0
- Created: 2023-10-09T16:02:55.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-07T03:39:31.000Z (3 months ago)
- Last Synced: 2024-08-07T07:27:06.412Z (3 months ago)
- Topics: arduino, cc1101, esp32, esp8266, raspberry-pi-pico
- Language: C++
- Homepage:
- Size: 33.2 KB
- Stars: 10
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Analyze frequencies using CC1101
[CC1101 Module](https://a.aliexpress.com/_mK4kt1M)
[CC1101 Library by jgromes](https://github.com/jgromes/RadioLib)
[Modified to work with RadioLib Arduino CC1101 library from Flipper Zero firmware](https://github.com/flipperdevices/flipperzero-firmware/blob/ab2fcaf4abe4d1f235ad6fda7216373cf22f20ba/applications/main/subghz/helpers/subghz_frequency_analyzer_worker.c)
## Example output
```
Frequency Analayzer Started!
COARSE Frequency: 314.98 RSSI: -53
COARSE Frequency: 314.98 RSSI: -52
FINE Frequency: 433.83 RSSI: -74
COARSE Frequency: 433.89 RSSI: -32
FINE Frequency: 433.94 RSSI: -32
FINE Frequency: 433.93 RSSI: -34
COARSE Frequency: 915.00 RSSI: -77
COARSE Frequency: 915.00 RSSI: -70
FINE Frequency: 915.04 RSSI: -70
```