-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Buglist 1.0.6 #4
Comments
2 & 3 are aliasing due to lack of oversampling. Stroboscopic effect. |
6 is fixed |
1- is a conflict about adc2 used for 5us/div and coupling detection. should work, does not. |
Maybe a stupid question but aren't you running DMA twice on the same ADC ? |
in fast interleaved mode, both ADCs are sampling the same input pin. They start sampling 7 cycles apart, every 14 samples, so you have 7 cycles/samples i.e. twice the speed of a single ADC. |
Good day. Dear developer. I am unable to compile the project. I just don't understand how to do it. I have a progromator. But how to upload your file with permission. elf. I had no experience with stm32 and DSO STM32 duino. I'm stumped. I have read your entire wiki. Read your entire blog. Also read a small thread on JYETECH. But since I speak another language. This all happens through a translator. And a lot of the main things are missing. Sometimes, when translating, it is not clear what you are writing)))). For example the translator translates me about the compilation elf into bin rfr (turn the elf into a trash can). Could you. Submit or upload a file with permission. bin. With processor overclocking to 128. And which program to use. for the processor firmware. There are many points for the translation to be of better quality. Thank you in advance. R.A |
This is the zip file for STM32@72Mhz without usb modification st-flash write Dso150STM32F103_vanilla.bin 0x8000000 should do the job If it works, i'll upload the 128Mhz one Dso150STM32F103_vanilla.bin.zip You'll need this : https://github.com/stlink-org/stlink/releases/tag/v1.6.1 to get st-flash |
For compilation instructions wiki is not 100% up-to-date, the easiest way is basically:
bin and elf files will both be generated automatically. Note that if you try to compile again with different flags (like rotary encoder mod) it will not work. You will have to reclone the repository or to comment out the following lines in CMakeLists.txt (seem like a small bug in the compilation process, because we are not even compiling for GD32):
|
and with the ST-LINK Utility it is possible to do the same as you have just written. that is, I can flash the bin file without arduino dino |
If you use the .bin file directly , you just need st link utilites, no need for anything else |
ST-LINK Utility firmware has been spilled. the device otkolibrovals. Right now I will transfer the encoder to the pins. Thank you. You can try the overclocked firmware. )))) Thank you. |
Here is the latest version with 128 Mhz clock + fixes for the bugs spotted by belotv |
with the second firmware hung on set input to dc |
If you modified the rotary encoder you need this firmware : |
the latest firmware is good. the encoder is working. What's with firmware at 128. Why did it hang. I'd like to check the speedy. thank you |
Here is 128Mhz / Rotary encoder mod version pre fixes does this one work for you ? Maybe some issue with sample injection in the current master. |
the firmware is working. what is the maximum frequency it can display without spikes. I tried to blow a signal of 100 kHz. test. he shows ka 97-98 -102 that is, unstable. |
The frequency meter is not very accurate at high frequency + the 5us/div range is a bit buggy |
You tried to fix the frequency. which he reproduces without error. on these firmwares. I do not have a signal generator over 22 kHz. It's very interesting. capabilities of this firmware. And is it possible to record a video of your modifications. for youtube. With links to your sources. |
horror translator. wrote one translated another. processor 103 has a maximum frequency. indications. frequency. and. what is the maximum frequency possible. see. on a 303. processor. it makes sense to switch to 303. except for the processing speed. |
Not sure i got the point, but
The GD32F303 is between a STM32F1 and a STM32F4. It is cheap (~$2.2), but hard to get at the moment. |
I agree. transfer. google It's funny. I'll try it differently. manufacturer. declared. characteristics. 200 kHz. signal. maximum. in fact. maximum 100 kHz. shows ok. this is with the official firmware. question. as on your firmware. the device records the readings. what frequency. Maximum. and. Is it possible. replacement of the processor. improve the readings of the device. 303. will improve or not. processing speed. need not. accuracy of readings is necessary. |
The problem is the bandwidth of the analog parts (opAmp in particular) It works above 100khz, but the signals get weaker and weaker |
if you replace it with a more sensitive one from the ad8605 or mcp633 or mcp601 series. they are much better than tl084. in my case is tl082 |
Mcp 6022 |
Dso finirsi pro opamp OPA356 |
for info this is the latest firmware compiled with the rotary change (better to use the one a few posts below, the calibration bug is fixed) I'm not sure improving the bandwidth is worth the effort. We are borderline on every aspect. If you have the opamp and the skill to change it, it'd be interesting to see if it really improves things. My fear is that there are over bandwidth limiter elsewhere. |
it's already night for me. experience is. huge. tomorrow I'll see what are at work. I'll put it. I will write about the result. |
Ok just tested last version and it works quite well. Would it be possible to also calibrate ADC2 during the calibration process ? Signal seems to oscillate between 3.05 and 3.3V in 5uS mode. I guess ADC1 and ADC2 need slightly different coefficients ? |
They are both calibrated but have an offset (and not all the times) |
Hmm turns out calibration is broken on master branch. It stays forever on -processing-. Actually I cannot boot my unit anymore as I cannot get past this screen. I will have to revert to previous version. |
indeed |
For the ADC2 vs ADC1, the last commit seems to improve things a lot (not in the binary above) |
Ok compiling and testing |
Normal calibration works again it master branch, good job :). On my DSO no significant improvement for ADC1 vs ADC2 with last fixes unfortunately, still 0.2V offset between the two, maybe fine calibration would help ? |
That's weird |
Indeed weird issue. Maybe you were lucky during your recalibation ? |
not checked it yet |
latest firmware. sine wave shows good up to 21 kHz. miander up to 3.5 kHz. saw up to 5.5 kHz. It is not clear how many kilohertz are in the firmware. i.e. if a signal of 3.450 khz is acceptable. readings will be as 3 kHz. This is bad. exact display is necessary. not abbreviated. |
It was just a display issue, this should fix it |
accidentally shorted. the process was fried.))) respite. experiment. ordering a new processor. sadly |
Sure it's the STM32 and not a voltage regulator or something ? |
Careful, the tracks around the MCU are very thin, it's easy to rip them out (i destroyed one board like that) |
I already changed. It is good to solder with a hairdryer. |
Regarding frequency, I think it would make much more sense to base its calculation on the trigger value rather than local maximums. Basically what we need to do is:
It would be much more accurate, although processing would take a bit more time. We could limit the detection to the X first UP triggers to have adequate precision without impacting performance too much in case of really "unzoomed" signal. Regarding triggers one huge improvement that could be done is fixing the 1-pixel shifting issue. Even at very slow rate the signal is moving back and forth one pixel. In small time division I can understand it happens but in division like 1ms it should be possible to avoid this (the vertical red line is also moving). |
First one : The problem is that it does not work when you dont use trigger. |
For first one, it does not have to be real triggers, you can determine frequency based on the crossing of (vmax-vmin)/2, that should work too. |
Another option is to use CMSIS DSP library for that if there is enough room for it. You can also show signal FFT for example |
The issue was probably mostly the truncated display. It's not that bad with the current master. |
bought a stone. gave 4.5 dollars. I'll solder it tomorrow. experiment. continues |
Fine calibration should be ~ ok now |
FiusRa did you manage to fix your unit ? |
Here is last compiled version, fine calibrate menu seems to work, I have to solder some voltage references to test. Dso150STM32F103_usb_128M.bin.zip @mean00, cmake submodule points to an unexisting commit so we have to download cmake module manually to compile. |
should be fixed |
The jittering should be fixed also |
Hello,
Finally took the time to install 1.0.6 with rotary encoder mod at 128Mhz.
I am really happy with the firmware so far. I also found some bugs I am reporting below:
Apart from that, I attach a picture so you can use it in the README. For the firmware to be more widely used you have to polish a little bit the "commercial" side and the picture on the main page is not really appealing :)
The text was updated successfully, but these errors were encountered: