michar71 / Open-DSO-150

An open source firmware for JYE Tech DSO-150 Digital Storage Oscilloscope
225 stars 41 forks source link

WAVE2 Support? #42

Closed Harvie closed 4 years ago

Harvie commented 4 years ago

What about this new two channel device? https://jyetech.com/wave2-2-channel-portable-oscilloscope/

image

Not only it has two analog channels, but at the bottom there are some pins which look like they can be used for digital inputs. At least few of them. Checked the schematics and most of them are not suitable, but some are.

michar71 commented 4 years ago

Just found that (Because I finally have some time to work through the bug list...). They split up the Acquisition/UI part from the UI controls by using two processors but it all looks overly complicated... (Schematic is on their webpage...)

With a few simple things they could have improved DSO-150 a lot:

Or go to a STM32F4 ($5 instead of $1.80...). But two processors? Argghh....

(I'll work on DSO150 instead, maybe overclock processor and do a few other improvements....)

Harvie commented 4 years ago

But two processors? Argghh....

Do you think you can open KiCAD and implement these improvements? :-)