Add cw and sstv decoder #156
Replies: 4 comments 10 replies
-
As far as I know, there's no connection between the receiver's audio output and the ESP. Therefore, decoding with the ESP isn't possible unless you provide the audio data to the ESP via additional hardware. |
Beta Was this translation helpful? Give feedback.
-
The audio output is not wired to the CPU. The Scan feature uses RSSI; waterfall and other sound analyzers are just cool hacks made by Sergey - they use battery voltage level as a proxy for the audio speaker current consumption. I'm not going to add these hacks to the radio firmware |
Beta Was this translation helpful? Give feedback.
-
http://www.hjberndt.de/dvb/pocketSI4735DualCoreDecoder.html has the firmware with a variety of decoders, to properly do it you do need a simple hardware mod. the downside for me in that firmware is that it doesn't support themes but otherwise it's a nice one. He personally describes it as a personal firmware and refers to this repository as probably more usefull to most. |
Beta Was this translation helpful? Give feedback.
-
FYI: you can decode the digital modes on a smartphone using a special adapter that converts the receiver headphone output to the smartphone mic input. The setup is quite portable and doesn't require a computer. I made the following adapter in 2024: (before that I used iRig Pro I/O soundcard to feed audio to my iPhone, but the adapter is a much simpler solution) I believe it is possible to purchase an adapter like this from HeadsetBuddy, but I didn't try it myself (please let me know if it doesn't work). More info on the accessories page: https://esp32-si4732.github.io/ats-mini/accessories.html#line-level-to-smartphone-mic-adapter |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I saw in the firmware a spectrogram and other parts for visualizing sound. Is it possible to add at least a Morse code decoder?
Beta Was this translation helpful? Give feedback.
All reactions