Author Topic: New Hantek DSO2X1X models?  (Read 366354 times)

0 Members and 5 Guests are viewing this topic.

Online DavidAlfa

  • Super Contributor
  • ***
  • Posts: 5956
  • Country: es
Re: New Hantek DSO2X1X models?
« Reply #1750 on: January 01, 2024, 02:31:17 pm »
Exactly! The first 3 options are true/false switches.

Code: [Select]
# Restore only, skip patching
RESTORE_ONLY=0

# Enable ASCII decoding
PATCH_UART=1

# Change plot colours
PATCH_COLOR=1

# These are the default colours
# Hex:     R   G   B
CH1_COL="\xFF\xFF\x00"
CH2_COL="\x00\xFF\x00"
FFT_COL="\xFF\x00\xFF"
« Last Edit: January 01, 2024, 10:14:42 pm by DavidAlfa »
Hantek DSO2x1x            Drive        FAQ          DON'T BUY HANTEK! (Aka HALF-MADE)
Stm32 Soldering FW      Forum      Github      Donate
 

Offline carlonb

  • Contributor
  • Posts: 19
  • Country: it
Re: New Hantek DSO2X1X models?
« Reply #1751 on: January 01, 2024, 09:30:53 pm »
Enabled uart ascii decoding without change plot colors option.
Thankyou davidAlfa
 

Offline keenox

  • Contributor
  • Posts: 34
  • Country: ro
Re: New Hantek DSO2X1X models?
« Reply #1752 on: January 11, 2024, 10:51:24 am »
@carlonb: Where did you buy it from? I see banggood has good offer on the models right now
 

Offline carlonb

  • Contributor
  • Posts: 19
  • Country: it
Re: New Hantek DSO2X1X models?
« Reply #1753 on: January 11, 2024, 12:37:13 pm »
@carlonb: Where did you buy it from? I see banggood has good offer on the models right now

Hi keenox, I've buy here the 2c10
https://it.aliexpress.com/item/1005006321759112.html?spm=a2g0o.order_list.order_list_main.10.69593696HES1X3&gatewayAdapt=glo2ita
I saw Banggood but you need to add the shipping cost.
 

Online Aldo22

  • Frequent Contributor
  • **
  • Posts: 726
  • Country: ch
Re: New Hantek DSO2X1X models?
« Reply #1754 on: January 11, 2024, 01:15:50 pm »
If you compare prices and have a little patience, you can get it really cheap.
I bought mine in november in a promotion for ~$130 including delivery here.
It's definitely worth that much.  ;)
 

Offline carlonb

  • Contributor
  • Posts: 19
  • Country: it
Re: New Hantek DSO2X1X models?
« Reply #1755 on: January 11, 2024, 09:59:36 pm »
Hi all,
I'm experimenting with some tools and tested the "dso_builder" by DavidAlfa used to extract or build the UPK files. This tool needs the installation of CYGWIN on windows to work, then I was able to use it.
Now I know that exist also a packet for Windows  "Windows UPK build-extract tools.rar" done by andry2pda but I can't find it, is there some one that can address me where i can download it?
Thanks in advance.
 

Offline vistorik

  • Regular Contributor
  • *
  • Posts: 102
  • Country: de
Re: New Hantek DSO2X1X models?
« Reply #1756 on: January 12, 2024, 04:10:49 am »
Now I know that exist also a packet for Windows  "Windows UPK build-extract tools.rar" done by andry2pda but I can't find it, is there some one that can address me where i can download it?
Thanks in advance.
I attached a "Windows UPK build-extract tools.zip". andry2pda made bat-files, I testet. They work. But be very careful when using these bat-files, especially when building your own upk-files - you may end up with a non-functioning device. I advice using David's "dso_builder" tools, at least for building upk-files. I've added the english ReadMe file.
 

Offline carlonb

  • Contributor
  • Posts: 19
  • Country: it
Re: New Hantek DSO2X1X models?
« Reply #1757 on: January 12, 2024, 10:27:38 am »
@ vistorik,
Thankyou for the file.
All this is only for couriosity and only see how these tools in general works, so I will be very careful using it.
Best regards
 

Offline mattdavis90

  • Newbie
  • Posts: 1
  • Country: gb
Re: New Hantek DSO2X1X models?
« Reply #1758 on: January 12, 2024, 04:00:12 pm »
Hi all,

I've update my Hantek Wavefile Viewer. Originally it was Python only and used matplotlib which was admittedly very slow for large files but served to prove the point. I recently found some time to do a rewrite in C++ and instead of building a viewer it outputs the file as a VCD for GTKWave or Sigrok to use. I've successfully used it on 8M captures to analyse a WS2812B LED and also for I2C. Hopefully others will find it useful  :)

https://github.com/mattdavis90/hantek-wave-viewer
 
The following users thanked this post: Aldo22

Online Aldo22

  • Frequent Contributor
  • **
  • Posts: 726
  • Country: ch
Re: New Hantek DSO2X1X models?
« Reply #1759 on: January 17, 2024, 03:44:32 pm »
I've uploaded a wave form with a 2Hz square wave to the AWG of the Hantek.
To my absolute astonishment, a stable square wave is generated at 50Mhz (2x25), which it can also display reasonably well.
I mean it's 50MHz!
Can I trust my eyes?  :-/O
(50Ohm Terminator, so should be 1.75Vpp -> 1.48 measured. Not too bad).
« Last Edit: January 17, 2024, 03:46:58 pm by Aldo22 »
 

Offline Aleksandr

  • Contributor
  • Posts: 48
  • Country: ru
Re: New Hantek DSO2X1X models?
« Reply #1760 on: January 19, 2024, 10:13:37 pm »
Who has the mathematical division function for two channels? Probably everyone has this mistake. Hantek has not yet released a fix. The math division function does not work.
« Last Edit: January 19, 2024, 10:15:12 pm by Aleksandr »
 

Online Aldo22

  • Frequent Contributor
  • **
  • Posts: 726
  • Country: ch
Re: New Hantek DSO2X1X models?
« Reply #1761 on: January 20, 2024, 09:20:26 am »
Who has the mathematical division function for two channels? Probably everyone has this mistake. Hantek has not yet released a fix. The math division function does not work.
Yes, that's one of the things that doesn't work, or I don't know how.
Strangely, it doesn't work with the PC software either, although it seems to calculate/display the math stuff independently of the scope.
Well, not such a serious bug for me.
 

Online Aldo22

  • Frequent Contributor
  • **
  • Posts: 726
  • Country: ch
Re: New Hantek DSO2X1X models?
« Reply #1762 on: January 20, 2024, 09:33:47 am »
@DavidAlfa: Is there an updated bug list for the latest software/firmware?
You once created one here:

The zoom window problem has been solved right?

»  Serious artifacts caused by undersampling, ex. a 10MHz signal shows garbage below 20us/div, you might not notice there's a signal there. 
The problem still exists. But I found out that it does show something under certain conditions.
- Acquire mode: PEAK
- Memory depth: 4k
- 2nd channel off
See attachment. No idea if this is helpful.


 

Online DavidAlfa

  • Super Contributor
  • ***
  • Posts: 5956
  • Country: es
Re: New Hantek DSO2X1X models?
« Reply #1763 on: January 20, 2024, 09:51:31 am »
No. I barely use it...
Hantek DSO2x1x            Drive        FAQ          DON'T BUY HANTEK! (Aka HALF-MADE)
Stm32 Soldering FW      Forum      Github      Donate
 
The following users thanked this post: Aldo22

Online Aldo22

  • Frequent Contributor
  • **
  • Posts: 726
  • Country: ch
Re: New Hantek DSO2X1X models?
« Reply #1764 on: January 23, 2024, 05:10:45 pm »
The "Multifunctional Knob" really annoys me.
Is it worth the effort to replace it with a
PEC12R-4220F-S0024 Bourns, or does that not change much?
That would be this one, wouldn't it?

Can anyone who has done this share their experience?
Thank you!
 

Online DavidAlfa

  • Super Contributor
  • ***
  • Posts: 5956
  • Country: es
Hantek DSO2x1x            Drive        FAQ          DON'T BUY HANTEK! (Aka HALF-MADE)
Stm32 Soldering FW      Forum      Github      Donate
 
The following users thanked this post: Aldo22

Online Aldo22

  • Frequent Contributor
  • **
  • Posts: 726
  • Country: ch
Re: New Hantek DSO2X1X models?
« Reply #1766 on: January 23, 2024, 07:38:27 pm »
Yes, it will improve a lot.

Thank you!
Do I understand you correctly that you have replaced all the encoders?
The big ones work fine for me and most of the smaller ones are acceptable.
Only V0 is really troublesome. It sometimes just changes direction depending on the rotation speed.
Unfortunately, I need it very often and for many turns, for the frequency of the AWG, FFT center, etc.
Sometimes I start the laptop just to make a setting via SCPI command.  :palm:
 

Online DavidAlfa

  • Super Contributor
  • ***
  • Posts: 5956
  • Country: es
Re: New Hantek DSO2X1X models?
« Reply #1767 on: January 23, 2024, 08:44:06 pm »
The encoders are cheap, it's the shipping what bulks the costs.
V0 was unusable, trigger level did some woes.... I didn't want to open it again 2 months later, so yeah I replaced them all.
Hantek DSO2x1x            Drive        FAQ          DON'T BUY HANTEK! (Aka HALF-MADE)
Stm32 Soldering FW      Forum      Github      Donate
 
The following users thanked this post: Aldo22

Online Aldo22

  • Frequent Contributor
  • **
  • Posts: 726
  • Country: ch
Re: New Hantek DSO2X1X models?
« Reply #1768 on: January 24, 2024, 11:27:52 am »
Yes, the shipping costs...
The store here with halfway reasonable shipping costs only has PEC12R-4220F-S0024 in stock, i.e. the one with the 24 detents.
You said:

After thinking it twice, I'll avoid the mechanical steps in the small encoders, adjusting certain values require a lot of turning, dealing with a ton of clicking will make the experience even worse!

Since the original big knobs have 12 mechanical steps and are pretty tough to turn, I would like to ask you if the Bourns PEC12R with 24 detents (Which you have installed for the big knobs?) would be acceptable for the V0 too? Or are they too hard to turn?

Thank you!
 

Online DavidAlfa

  • Super Contributor
  • ***
  • Posts: 5956
  • Country: es
Re: New Hantek DSO2X1X models?
« Reply #1769 on: January 24, 2024, 11:53:12 am »
They work well. I put 24 steps everywhere, but didn't put detents on v0 and trigger, would be annoying.
Hantek DSO2x1x            Drive        FAQ          DON'T BUY HANTEK! (Aka HALF-MADE)
Stm32 Soldering FW      Forum      Github      Donate
 

Online Aldo22

  • Frequent Contributor
  • **
  • Posts: 726
  • Country: ch
Re: New Hantek DSO2X1X models?
« Reply #1770 on: January 24, 2024, 12:12:47 pm »
They work well. I put 24 steps everywhere, but didn't put detents on v0 and trigger, would be annoying.

So you wouldn't recommend these for the V0.

Well, then I'll wait for a good opportunity for one with "Detent Option 0 = No Detents"
The other stores here charge a flat rate of more than € 20 for shipping alone.
That's too much for a $130 scope.
Maybe I'll need something else soon so that it's worth ordering there.
The price on Aliexpress is also absurd.

Thank you!
 

Online DavidAlfa

  • Super Contributor
  • ***
  • Posts: 5956
  • Country: es
Re: New Hantek DSO2X1X models?
« Reply #1771 on: January 24, 2024, 04:00:21 pm »
Just think: Will you enjoy a lot of brrrrrrrr when moving V0 to adjust anything? I don't think so?
Check RS-Online, here in Spain it has the best shipping rates.
Hantek DSO2x1x            Drive        FAQ          DON'T BUY HANTEK! (Aka HALF-MADE)
Stm32 Soldering FW      Forum      Github      Donate
 

Online Aldo22

  • Frequent Contributor
  • **
  • Posts: 726
  • Country: ch
Re: New Hantek DSO2X1X models?
« Reply #1772 on: January 24, 2024, 04:14:28 pm »
Just think: Will you enjoy a lot of brrrrrrrr when moving V0 to adjust anything? I don't think so?
Check RS-Online, here in Spain it has the best shipping rates.
Thanks for the tip! I haven't looked at this store yet.
But as far as I can see, they don't have the desired encoder either:

https://ch.rs-online.com/web/c/?searchTerm=PEC12R-4020F-S0024
 

Online DavidAlfa

  • Super Contributor
  • ***
  • Posts: 5956
  • Country: es
Re: New Hantek DSO2X1X models?
« Reply #1773 on: January 24, 2024, 05:13:08 pm »
Did you read everything? I had the same problem, the solution is very simple! Just buy the 4225 and cut  ~2mm off the shaft.
If not being able to source them, the PEC12R-4225 (12mm shaft) will almost fit, the small caps have a depth of 12mm while the large ones have 11.2mm, it would only require trimming a bit off the shaft end.
« Last Edit: January 24, 2024, 05:14:45 pm by DavidAlfa »
Hantek DSO2x1x            Drive        FAQ          DON'T BUY HANTEK! (Aka HALF-MADE)
Stm32 Soldering FW      Forum      Github      Donate
 

Online Aldo22

  • Frequent Contributor
  • **
  • Posts: 726
  • Country: ch
Re: New Hantek DSO2X1X models?
« Reply #1774 on: January 24, 2024, 05:34:00 pm »
Did you read everything? I had the same problem, the solution is very simple! Just buy the 4225 and cut  ~2mm off the shaft.

Yes, thank you. I had seen it.
I'll probably do it that way, I was just hoping to get the exact model at a reasonable shipping price.
It does exist here at Mouser or Digikey, but the delivery costs are too high.
« Last Edit: January 24, 2024, 05:35:37 pm by Aldo22 »
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf