-
Notifications
You must be signed in to change notification settings - Fork 86
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
DS212 Compatibility request #47
Comments
DS212 has no FPGA, and MCU is STM32F303, instead of STM32F103 as in DS203/DS213/LA104. |
Could be possibly used as low end usb oscilloscope, or signal generator (DS203/DS213 generates the signal using internal DAC in STM32). But I think DS212 is discontinued and there is no big motivation to expand support for this device. If there is a C++ programmer who owns DS212 and wishes to port the LA104 operating system onto it, I am ready to provide support. Currently it would give more sense to spend time on DS213 compatibility, since the DS203 is discontinued as well (the FPGA chip is not produced anymore) |
This is not the case. http://www.miniware.com.cn/product/ds212-mini-oscilloscope-digital-oscilloscope/ I am willing to look into this, but would like to know what would be the best way to start with this; build instructions, etc, first file to touch/look at, etc. but also, how best to approach debugging. |
Start with this project: Then create folder ds212 here: Basically - you only need to implement pixel drawing functions, eeprom access and access to buttons and switches and the system should run on any device based on STM32F103.
|
The DS212 hasn't seen an update since ever... basically since release. The hardware is lilkely similar, if not same as mlst of the other Miniware DSOs. It is offered here: http://www.minidso.com/forum.php?mod=viewthread&tid=1816&extra=page%3D1
What can be done to help/assist to get this device up to date?
CPU: STM32F303VC
LCD: ILI 9341
The text was updated successfully, but these errors were encountered: