- Posts: 1136
JYE Tech diy scope kit
- HappyHarry
-
Topic Author
- Offline
then the through hole stuff finished and using the built in test signal
and finally closed up in it's case,
one down side is that they sell a voltage boost module kit to run the scope from USB or battery but there isn't room in the case for it, nor do they provide a hole to run a cable in to it's hookup point. but that's a small gripe.
Please Log in or Create an account to join the conversation.
- Deal57
-
- Offline
- Posts: 857
I've scoped every signal in the house

Deviation Devo7e 3way switch mod, A7105, NRF24L01
Devo6s 2x2 switch mod, trim mod, haptic, multimodule, A7105, NRF24L01, CC2500
Devo12e 4-in-1 with voice mod -- it speaks!!
Please Log in or Create an account to join the conversation.
- silpstream
-
- Offline
- Posts: 244

Please Log in or Create an account to join the conversation.
- HappyHarry
-
Topic Author
- Offline
- Posts: 1136

Please Log in or Create an account to join the conversation.
- silpstream
-
- Offline
- Posts: 244
Please Log in or Create an account to join the conversation.
- mwm
-
- Offline
The DSO138 shown here is really popular - sufficiently so that there are counterfeit version running around, and at least one clone that stole the design if not the artwork from SainSmart. If this is the one you want, Banggood is buying there's from JYETech direct, and has excellent prices. They JYETEch page for them is at www.jyetech.com/Products/LcdScope/e138.php , and includes links to lists of vendors know to sell counterfeits and another of vendors known to sell originals. Gearbest has better prices, but is listed as shipping counterfeits. HobbyKing also sells these kits if you do business with them regularly.
The reviews on the DSO138 are mostly good. Triggering is a bit flaky, the vertical positioning is a pita, and the USB port apparently has no purpose. Also, be aware that there are four versions. It's fine for audio stuff and arduino and similar hardware, and should be great for dealing with servo signals and the like. Two have all the SMD components installed, and two only have the mcu and a few other components installed. Two are outdated; the newer ones have a minor hardware change that improves the accuracy. However, the open source firmware only works properly on the outdated one.
The DS0068 ( www.jyetech.com/Products/LcdScope/e068.php ) solves most of the issues with the DSO138 for about twice the cost of the one with the case. While it doesn't have a case, it has a front panel and proper buttons and switches, so doesn't need one nearly as badly as the DSO138. The major downside is that it's monochrome, and the measurements don't show up on the waveform display. On the plus side, it's got a builtin battery and charger charger, the USB plug can be used for power and sending data to your computer, and it has a proper signal generator. One really nifty feature is an FFT mode, that display the fourier transform of the input signal.
I think the best buy right now is the DSO062 ( www.jyetech.com/Products/LcdScope/e062KC.php ). This is an older version of the DSO068, and has been discontinued. So you can find it for only about $10 more than the DSO138. Similar design, not quite as many features - most notably no signal generator, no usb, and no battery charger - and not quite as accurate.
But what I wound up buying was the DSO112A, because I found it at Amazon for the cost of the DSO068 ( www.amazon.com/DSO-Coral-112A-DSO112A-Te...8-2&keywords=dso112A ). This has most of the features of the DSO068, only missing FFT mode as far as I can tell. But it's also got more, like a color touch screen so you get to tap setting to change them, and slide the display around to adjust positions instead of mucking with +/- buttons or a knob. It's also got a collection of presets to make your life easier. Finally, it's not a kit - it comes assembled and ready to go - almost. You have to connect the battery. Mine should be here in a couple of days.
Do not ask me questions via PM. Ask in the forums, where I'll answer if I can.
My remotely piloted vehicle ("drone") is a yacht.
Please Log in or Create an account to join the conversation.
- HappyHarry
-
Topic Author
- Offline
- Posts: 1136
I also built jye's dc-dc buck regulator for the scope, it's really handy in that I can power the scope with a 1s lipo or via usb or a usb power bank, though doesn't fit inside the case either lol
Please Log in or Create an account to join the conversation.
- mwm
-
- Offline
Do not ask me questions via PM. Ask in the forums, where I'll answer if I can.
My remotely piloted vehicle ("drone") is a yacht.
Please Log in or Create an account to join the conversation.
- HappyHarry
-
Topic Author
- Offline
- Posts: 1136

Please Log in or Create an account to join the conversation.
- mwm
-
- Offline
Unfortunately, the arduino hardware abstraction layer has way to much overhead, so the duty cycle varies between 48% and 52%, even after reducing the inner loop to
for (;;) {
state ^= 0x01 ; // Toggle state
digitalWrite(OUTPIN, state) ;
delayMicroseconds(delay) ;
}
I'm either going to retarget it to an STM32 dev board or the native Atmel HAL.
Do not ask me questions via PM. Ask in the forums, where I'll answer if I can.
My remotely piloted vehicle ("drone") is a yacht.
Please Log in or Create an account to join the conversation.
- mwm
-
- Offline
Anyway, I posted a review of the DSO 112A at rc.mired.org/2016/07/reviewing-dso112a-coral-mini.html , the video of it in use on the signal generator at , and the source code for the signal generator at chiselapp.com/user/mwm/repository/Generator .
Do not ask me questions via PM. Ask in the forums, where I'll answer if I can.
My remotely piloted vehicle ("drone") is a yacht.
Please Log in or Create an account to join the conversation.
- mwm
-
- Offline
www.banggood.com/Orignal-JYE-Tech-15002K...rsion-p-1070718.html
This is a pre-release of the upgraded version of the DSO138. They claim it has a case, but I don't see it illustrated. I've asked their tech support about that.
Do not ask me questions via PM. Ask in the forums, where I'll answer if I can.
My remotely piloted vehicle ("drone") is a yacht.
Please Log in or Create an account to join the conversation.
- mwm
-
- Offline
Best price I've found on it is at Amazon: www.amazon.com/gp/product/B00HWZS8IW/ref...09_s00?ie=UTF8&psc=1
Do not ask me questions via PM. Ask in the forums, where I'll answer if I can.
My remotely piloted vehicle ("drone") is a yacht.
Please Log in or Create an account to join the conversation.
- HappyHarry
-
Topic Author
- Offline
- Posts: 1136
Please Log in or Create an account to join the conversation.
- pythagoras
-
- Offline
- Posts: 2
Suddenly, today the screen went white. On power-up, the LED flashes twice which is indicative that the main circuit is working fine. I also checked all the voltage references in the accompanying leaflet from JYE Tech, and they are all fine. But the screen just lights all white.
I have tried voltages from 9V to 12V, with the same result.
Has anyone had a similar problem? Has anyone an idea of what's going on?
Please Log in or Create an account to join the conversation.
- mwm
-
- Offline
If you've got a licensed version, their forum support for troubleshooting isn't to bad. if you've got a knockoff, they quite understandably aren't interested in helping you. They will help you figure out which you've got, though.
Do not ask me questions via PM. Ask in the forums, where I'll answer if I can.
My remotely piloted vehicle ("drone") is a yacht.
Please Log in or Create an account to join the conversation.
- FDR
-
- Offline
I've got it from Banggood when it was discounted because of their 10th birthday, and it worked fine for a while. (It has the transparent housing too.)
After successfully building it, I was playing with it for a fw days, then put it aside. Two months later when I tried to use it, the display doesn't show anything.
As far as I can tell it is some kind of contact error in the display panel itself, because on the connector all values seem right, but I couldn't check from the ribbon to the display...
Sometime I could start it when pushed the display model here and there.
I've bought an other diplay module for almost as much as the whole scope was, but I still note replaced it, because the module came without the connectors, and I still haven't bought the proper connector for it.
Please Log in or Create an account to join the conversation.
- pythagoras
-
- Offline
- Posts: 2
I have changed power supplies, and varied voltage from 9 to 12 volts in various steps.
I disconnected the display module and checked all the soldered pins. All looked fine, but anyway I passed the soldering iron again over those pins that looked as though they might needed it.
I checked all the reference voltages mentioned in the troubleshooting guide: they were all on the spot.
I then went into test Mode: the LED never flashed rapidly, so it seems that I have no open contacts and no shorts. Voltages, again, all seem fine. Also the alternating voltages generated in Test Mode were shown correctly in my multimeter.
When connecting the display module back in the result was exactly the same: a white screen. I have therefore concluded that my display went faulty after a little use. I will write to Banggood to see if they can provide me with another one.
Please Log in or Create an account to join the conversation.
-
Home
-
Forum
-
General
-
General Discussions
- JYE Tech diy scope kit