Releases: mean00/DSO_STM32Duino
Releases · mean00/DSO_STM32Duino
1.0.7 (prerelease)
This release brings two big changes 👍
- Better frequency computation
- Usb support
For the USB support to work, you'll need a micro usb breakout board and a few resistors (see the wiki for details)
The PC software is python3 based, nothing to compile. It has only been tested on linux. You'll need python3, Qt5 and pyQt5.
See https://github.com/mean00/DSO_STM32Duino/tree/master/pyDSO
1.06
- Use timer for most timebases except 5us/div and 10us/div => much more accurate
- No longer using bootloader !
- General speed-up
- Fixed some bugs around trigger
- Use M4 FPU for GD32F303
- Can overclock STM32 to 128 Mhz using -DMCU_SPEED=128000000
- Overall stability
The only that is not working too well is the 5 us/div due to fast interleaved mode.
The files you probably want are :
- Dso150STM32F103_vanilla.bin if you didnt modify the rotary encoder
- Dso150STM32F103_usb.bin if you connected the rotary encoder to PB14 and PB15
1.05
Accuracy
1.3
1.2
Demo 2 (v1.1)
Fix deadlock
More accurate frequency meter
Better calibration
Please use the same bootloader as in demo1