I've lurked on this thread for approximately forever. I fiddled with the URL and bookmarked a post far into the future, so when I remember to cruise on over here, I get effectively the "last" page, even without logging in.
I don't *need* 100Mhz and as a mere software guy, my standards are pretty low for a scope. I value the small size and absence of a hundred knobs. I use it "just" for finding which wire I've missed, watching i2c (for "yep, that looks like i2c. I really did get all the output bits enabled" or seeing "the device is selected and talking back, but I can't 'hear' it, so I have problems with receiver enable" and not actual decoding) or confirming why two RS-232 devices aren't playing nice, audio issues, timing an interrupt handler or other profiling by wiggling a GPIO during entry/exit, etc. While I *wish* it had protocol decoding, it wasn't advertised with signal decoding and I can break out one of the $6 logic analyzers when I do. I'm just pretty happy to have a small, portable device for those few times I need a scope and not a LA. I wish it would do everything (plus ponies!) but I'm actually not unhappy with this device.
However, I want to give a big thank you to PCProgrammer. Watching the reverse - and then forward - engineering exercise around this thing was VERY educational. Learning more about the horrors of Allwinner (I'm team RISC-V, where they're new, and not ARM at this level) and all the terrible decisions that went into building a low cost cheap product was fascinating to watch. While I've not actually used the results (see also: low standards) the results seem impressive and it's nice to know that if I need this improved version - or want signal decoding badly enough to implement it - that we have this excellent base to build around.
I just wanted to say thank you. It may seem strange that I'm not thanking you for having actually used the end result, I'm thanking you for the insight into the process of reverse engineering, the act of tracing parts back to their mother sources, for the act of figuring out the magic chips - or at least the code that used it well enough you didn't HAVE to figure out the magic chips - was a service to engineers around the globe. It was super clever to build an emulator that first ran the original code so you could work out UI, measurement/signal handling, and related issues on a Normal Computer (with a debugger) and then take that code back to the real hardware - that's definitely a trick I'm keeping in my toolbox.
So, PCProgrammer (and other contributors), I just wanted to say it publicly: Thank You.