Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/litui/dtmf_dolphin
Dialer, Redbox, and Bluebox project for the Flipper Zero.
https://github.com/litui/dtmf_dolphin
bluebox flipperzero redbox stm32
Last synced: about 21 hours ago
JSON representation
Dialer, Redbox, and Bluebox project for the Flipper Zero.
- Host: GitHub
- URL: https://github.com/litui/dtmf_dolphin
- Owner: litui
- License: gpl-3.0
- Created: 2022-09-16T00:37:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-22T01:23:04.000Z (7 months ago)
- Last Synced: 2024-12-23T17:15:42.441Z (11 days ago)
- Topics: bluebox, flipperzero, redbox, stm32
- Language: C
- Homepage:
- Size: 2.82 MB
- Stars: 197
- Watchers: 8
- Forks: 10
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Image](assets/dialer.jpg)
## DTMF Dolphin
DTMF (Dual-Tone Multi-Frequency) dialer, Bluebox, and Redbox.
Now in a release-ready state for both Dialer, Bluebox, and Redbox (US/UK) functionality!
Please note that using the current tone output method, the 2600 tone is scaled about 33 Hz higher than it should be. This is a limitation of the current sample rate.
This is for educational/entertainment purposes only. While the code generates sine waves, the buzzer on the Flipper Zero uses PWM which interferes with the cleanness of the signal. While the tones generated sound fairly accurate, they may not be detected by DTMF applications. This is a hardware limitation.
### Educational Links:
* http://www.phrack.org/issues/25/7.html#article
* https://en.wikipedia.org/wiki/Dual-tone_multi-frequency_signaling
* https://en.wikipedia.org/wiki/Blue_box
* https://en.wikipedia.org/wiki/Red_box_(phreaking)