Hey Norbert, just wondering — do you prefer us to report bugs here or on the Patreon channel?
I’ve also had a few issues that I mentioned to you in private messages on Patreon.
Hi. Actually I started writing reply to You on there. One of this three issues (AX+B math function) I already fixed, which will be in the next prerelease or release.
About the bug reports, at this moment it doesn't matter. But making this in public, I think is better, because others can see it, test it if they have same issue or not. Or make a point if this also happens in the stock firmware - which changes a lot in the debugging.
This also saves some time for both sides - writing and answering for the bug report with the exact same issue(s) takes time.
Also PM chat on the Patreon platform has some bugs, which is pretty expected there...
Speaking about the Patreon and increadible amount of problems with it, I was thinking about switching it to another similar platform, but now I have better idea. Which is to make my own platform. For many years I was working as a website programmer and sometimes as a graphic web designer - usually companies has their own separate people for this, but they make their work slower than a sloth.
Reporting bugs encountered on the Patreon website is pointless as I said earlier. Making my own page will make possible to make fixes faster than writing bug reports. Also It will help to avoid Patreon fees

I already have one small private server in the datacenter, which has more than enough unused computation power.
I already sent a question to the datacenter owners about data transfer limits, because right now I don't even know if there is any. Hitting this limit will decrease connection speed from 100 mbit/s (that was promised many years ago, maybe today it's more) to something very slow. With the 89 users as it is right now, it can be a problem.
This will also allow to connect one of the best issue tracker, which is
Redmine and connect users to it. I installed this on a two servers and I used this when I was working with web pages. This is extremely easy to use and quick to find whatever You need in it. Only one problem with it - it uses programming language that Im currently not familiar with - eventually I can just use its SQL database and put there all users data without the need to learn RoR. Every added issue in Redmine is similar to a topic on the forum, in which others can comment.
Patreon has its own API - if this somehow works more or less properly, I will be able to transfer users data. Likely without passwords, but I can generate random new ones and send it via emails for each user.
BTW. I will be able to do some email notification settings in it, because some users may want less notifications, collective notifications or nothing at all. Of course every feature requires time to implement and to test it.
yes, it is only the first channel - 2-4 are working great! So the AFG seems to be fine.
By switching the SD card to the original one with the stock firmware, channel 1 is also working - so probably not a hardware but a problem with the Mod software /firmware (see image attached).
The calibration on the mod version was done with default settings and after around 30 min. Any other options I could try for the calibration ?
As I said, You can try to run self-cal with 50 ohm terminator on this problematic channel.
Also, If You have separate SD card with the stock app which doesn't have this issue, You can extract /rigol/data from it and put it into SD card with my mod, to check if this was caused by calibration data or not.
You can make a local backup of this dir, like in this example:
adb shell
# cd /rigol
# cp -R data data_backup_of_somethingAfter making such backup, You can overwrite or replace this directory with the adb push.
Eventually You can also sent me the contents of this dir, so I can use this with fixing or later when I will start to rewrite whole self calibration.
I have feeling that was caused by lowered time delays in a sel-cal loops - most users didn't have any issues with it, beside of two - or more if somebody didn't reported it.
Edit: optimizations in the self cal was introduced in v0.3, not in v0.3.1.