forked from flipperdevices/flipperzero-firmware
-
-
Notifications
You must be signed in to change notification settings - Fork 547
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,18 @@ | ||
![Image](assets/dialer.jpg) | ||
|
||
| | ||
|
||
## DTMF Dolphin | ||
|
||
DTMF (Dual-Tone Multi-Frequency) dialer, Bluebox, and future Redbox. | ||
|
||
Now in a release-ready state for both Dialer and Bluebox functionality. Redbox functionality awaits some changes for modulation. | ||
|
||
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. | ||
|
||
### 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) |