Hello,
Occasional lurker, first time poster here. I was intrigued by the low price of this pedal, and was thinking that maybe it could serve as a DSP learning platform, and if not, at least it'd be interesting to see what sort of tech is inside. Also my 2-year-old son needs an echo pedal to mess around with using a microphone as I sold the EHX Oceans 11 he was previously using for that.
So here's what's inside one of these, in case anyone is interested:


The bottom board hosts the bulkier components and has two TL072C dual op-amps that probably serve as buffers.
The top board has the following IC's:
- U1: 9T1X 33C. Probably a 3.3V LDO
- U4: 9019 50C. Probably a 5.0V LDO
- U8: SS5340. No clue. TSSOP16 package.
- U9: 344C C03N. No clue. TSSOP
810 package. - U13: the markings are ground away but so hastily that they could still be read. N1KH90.00 TG401-68 makes me believe it's a Tangramtek TG401 microcontroller
- U19: 55P04 516154. No clue. Small QFN between the pots.
There is a datasheet available for TG401 that can be found by searching for TG401_Datasheet_v09.pdf on Baidu. Haven't figured out how to download it yet. Also looks like there is a development board available that does have an I2S audio codec on it.
This leads me to believe that one of the mystery chips U8, U9, U19 must be an audio codec that is interfacing with the main MCU with I2S.
One more interesting thing is that there's an USB port and when you plug it in it shows up as:
SG-Audio
USB\VID_0418&PID_1095&REV_0005&MI_00
SG-Midi
USB\VID_0418&PID_1095&REV_0005&MI_03
Nothing can be done over the audio device as far as I can tell. It won't record or play back through it.
Once I'm bored enough I might trace the board a bit to figure out which chip might be the audio codec, and the audio path in general interests me. But it probably isn't worth the effort to figure out how to program the chinese MCU.
Still, the overall construction and implementation seems alright and the delay algorithms sound pretty good. Too bad there's no mix control so the effect is always at a constant level which renders this a bit useless as a guitar effect for me... But like I said, for my son's "singing echo" it's good enough. And unless I'm mistaken about the chips, the overall topology of having a general-purpose microcontroller to do the DSP stuff and an I2S DAC is interesting.