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

0 Members and 7 Guests are viewing this topic.

Offline DavidAlfa

  • Super Contributor
  • ***
  • Posts: 5914
  • Country: es
Re: New Hantek DSO2X1X models?
« Reply #1450 on: December 29, 2022, 09:25:12 am »
Geoff, your repaired backup is ready, download it from the same place :-+.
Hantek DSO2x1x            Drive        FAQ          DON'T BUY HANTEK! (Aka HALF-MADE)
Stm32 Soldering FW      Forum      Github      Donate
 
The following users thanked this post: Geoff from Oz

Offline DavidAlfa

  • Super Contributor
  • ***
  • Posts: 5914
  • Country: es
Re: New Hantek DSO2X1X models?
« Reply #1451 on: December 29, 2022, 05:15:30 pm »
I updated dsoflash tool, making a lot of optimizations.
Now both read and write operations take ~24minutes @ 95KB/s (2x faster read), probably as fast as the FEL protocol is capable of.
Binaries and source code updated!  :-+
Hantek DSO2x1x            Drive        FAQ          DON'T BUY HANTEK! (Aka HALF-MADE)
Stm32 Soldering FW      Forum      Github      Donate
 
The following users thanked this post: eevbstedt, morgan_flint, nokin

Offline DavidAlfa

  • Super Contributor
  • ***
  • Posts: 5914
  • Country: es
Re: New Hantek DSO2X1X models?
« Reply #1452 on: December 29, 2022, 08:49:45 pm »
Came home, powered it on.... |O
Hantek DSO2x1x            Drive        FAQ          DON'T BUY HANTEK! (Aka HALF-MADE)
Stm32 Soldering FW      Forum      Github      Donate
 

Offline vistorik

  • Regular Contributor
  • *
  • Posts: 100
  • Country: de
Re: New Hantek DSO2X1X models?
« Reply #1453 on: December 29, 2022, 10:28:23 pm »
Geoff, your repaired backup is ready, download it from the same place :-+.
DavidAlfa, the calibration coefficients A = 0.832178 and B = 5.167167 in the binary ee.bin in the dso3kb_CNXXXXXXXXXXXXX_EE.upk and in the dso3kb_CNXXXXXXXXXXXXX_EE.tar.bz2 are wrong. They dont't match the hex values in the dds_calbration.dat in the dso3kb_CNXXXXXXXXXXXXX_Calibration.upk and in the dso3kb_CNXXXXXXXXXXXXX_Calibration.tar.bz2. The correct calibration coefficients that should be in the ee.bin are: A = 0.840267, B = 9.324291. See please the attached photos. This doesn't matter for Geoff since he probably has the correct calibration coefficients in the EEPROM.
« Last Edit: December 29, 2022, 10:51:46 pm by vistorik »
 
The following users thanked this post: Geoff from Oz

Offline DavidAlfa

  • Super Contributor
  • ***
  • Posts: 5914
  • Country: es
Re: New Hantek DSO2X1X models?
« Reply #1454 on: December 29, 2022, 10:52:54 pm »
Ah, yeah, that's a backup from my own EEPROM!
Since I flashed my scope with that, fixed the boot issue and made a backup afterwards, missed the fact the EEPROM was still my own.
Edit: Fixed!
« Last Edit: December 30, 2022, 07:11:17 am by DavidAlfa »
Hantek DSO2x1x            Drive        FAQ          DON'T BUY HANTEK! (Aka HALF-MADE)
Stm32 Soldering FW      Forum      Github      Donate
 

Offline Geoff from Oz

  • Newbie
  • Posts: 8
  • Country: au
Re: New Hantek DSO2X1X models?
« Reply #1455 on: December 30, 2022, 01:31:55 am »
Thanks Visitorik,
Much appreciate your extra checking (not to mention all the help DavidAlfa has given me).  Glad the calibration settings problem doesn't seem to affect me :-)
 

Offline Geoff from Oz

  • Newbie
  • Posts: 8
  • Country: au
Re: New Hantek DSO2X1X models?
« Reply #1456 on: December 30, 2022, 01:45:11 am »
Hi DavidAlfa,
I've downloaded the repaired package from your Google Drive, and stored it away safely, in case I ever need it. One again, thank you :-+
I'm presuming that the calibration coefficients problem spotted by Visitorik won't be a problem, since it seems that my scope has them already stored in my EEPROM.
Is there any other difference that I should look out for in the repaired backup, or can I just use the backup safely if/whenever I need to?
Cheers
Geoff from Oz
PS Now I have a working scope again, I've been trying to get the Keysight SCPI connection to work (I'm not knowledgeable enough yet to really need it, but it seems like a useful thing to know how to do).  Not having much luck yet though, the IO Connection Expert doesn't detect the scope.  I think it's something on my pc though; the driver for the "USB Test and Measurement Device (IVI)" isn't completely happy, it says it needs further installation (whatever that means).  I will first do a bit of google research, then try removing the devices and starting again. (or possibly, just park the idea for now, I'm keen to get back to the project I was using the scope to explore when the "frozen" problem happened.)
 

Offline vistorik

  • Regular Contributor
  • *
  • Posts: 100
  • Country: de
Re: New Hantek DSO2X1X models?
« Reply #1457 on: December 30, 2022, 02:51:55 am »
I'm presuming that the calibration coefficients problem spotted by Visitorik won't be a problem, since it seems that my scope has them already stored in my EEPROM.
Hi Geoff,
you could easily check whether your EEPROM contains the factory calibration coefficients. Run the dso3kb_PT24C02_damp.upk like update from the USB drive. It creates a PT24C02_damp.bin file on this drive. Look at this file in any hex-editor. If you find at the end of this file a string 0.8402679.324291, then your EEPROM has the factory calibration coefficients that correspond to their hex values in the calibration file /cache/dds_calbration.dat.
PS Now I have a working scope again, I've been trying to get the Keysight SCPI connection to work (I'm not knowledgeable enough yet to really need it, but it seems like a useful thing to know how to do).
It is known that Keysight SCPI is not compatible with Windows 11.
« Last Edit: December 30, 2022, 02:56:14 am by vistorik »
 
The following users thanked this post: Geoff from Oz

Offline DavidAlfa

  • Super Contributor
  • ***
  • Posts: 5914
  • Country: es
Re: New Hantek DSO2X1X models?
« Reply #1458 on: December 30, 2022, 07:12:45 am »
I've downloaded the repaired package from your Google Drive, and stored it away safely, in case I ever need it. One again, thank you :-+
Please re-download it, I added your original EEPROM. That would be all. :-+
Hantek DSO2x1x            Drive        FAQ          DON'T BUY HANTEK! (Aka HALF-MADE)
Stm32 Soldering FW      Forum      Github      Donate
 
The following users thanked this post: Geoff from Oz

Offline Geoff from Oz

  • Newbie
  • Posts: 8
  • Country: au
Re: New Hantek DSO2X1X models?
« Reply #1459 on: December 30, 2022, 11:47:48 pm »
All looking good, MANY thanks yet again  :-+

Quote
you could easily check whether your EEPROM contains the factory calibration coefficients.
Done :-)  My  EEPROM does have the factory calibration coefficients that correspond to their hex values in the calibration file /cache/dds_calbration.dat.

Quote
It is known that Keysight SCPI is not compatible with Windows 11.
Duh! You have saved me from much  |O THANKS

Quote
Please re-download it, I added your original EEPROM. That would be all.
Done :-) Downloaded and stored away safely.

 

Offline gritzlaszlo

  • Newbie
  • Posts: 2
  • Country: hu
Re: New Hantek DSO2X1X models?
« Reply #1460 on: January 16, 2023, 10:34:03 am »
Hi!
I have a DSO2D15. After a couple of minutes of use it started to show the following symptoms.

https://drive.google.com/file/d/1ByR_9ueos3tpGteahgUM_qE_qPZ1a33M/view?usp=share_link

I waited the recommended 30 minutes of warmup and then tried to do calibration, but it escaped with error message (at the beginnig of the process).

I did full restore with platform tools. The problem still exists.

I have no idea whether it is a hardware or software problem.

Can anyone help me, what are the steps of the calibration process? It could take me closer to the truth :)

Thanks,

Laszlo
« Last Edit: January 16, 2023, 11:16:26 am by gritzlaszlo »
 

Offline DavidAlfa

  • Super Contributor
  • ***
  • Posts: 5914
  • Country: es
Re: New Hantek DSO2X1X models?
« Reply #1461 on: January 16, 2023, 12:06:45 pm »
Perhabs wrong fpga firmware.
Try installing 3102, calibrate again, if getting error then try 3202 or 3205.
If still failing, it might be a hardware issue.
Hantek DSO2x1x            Drive        FAQ          DON'T BUY HANTEK! (Aka HALF-MADE)
Stm32 Soldering FW      Forum      Github      Donate
 

Offline gritzlaszlo

  • Newbie
  • Posts: 2
  • Country: hu
Re: New Hantek DSO2X1X models?
« Reply #1462 on: January 16, 2023, 06:21:43 pm »
Thank you David!
Unfortunately, it seems to be a hardware error.
I tried three different FW versions you suggested. No positive result.
I'm afraid I have to continue exchanging mails with the factory...
So far they have only had ineffective suggestions...
Thank you very much again.
 

Offline michael41742

  • Newbie
  • Posts: 2
  • Country: am
Re: New Hantek DSO2X1X models?
« Reply #1463 on: February 22, 2023, 12:12:01 pm »
Need help!
Can't get my new 2D10 working with DSO software under Win11.
Windows Device Manager shows properly installed USB device driver but Keysight Connection Expert 2022 still doesn't recognize the scope  :-//

 

Offline vistorik

  • Regular Contributor
  • *
  • Posts: 100
  • Country: de
Re: New Hantek DSO2X1X models?
« Reply #1464 on: February 22, 2023, 12:54:11 pm »
Can't get my new 2D10 working with DSO software under Win11.
The DSO software is not compatible with Win11. Try Win10. See some posts above.
« Last Edit: February 22, 2023, 01:00:22 pm by vistorik »
 
The following users thanked this post: michael41742

Online coromonadalix

  • Super Contributor
  • ***
  • Posts: 5911
  • Country: ca
Re: New Hantek DSO2X1X models?
« Reply #1465 on: February 22, 2023, 01:01:56 pm »
Try compatibility mode ???
 

Offline simba15

  • Regular Contributor
  • *
  • Posts: 120
  • Country: ca
Re: New Hantek DSO2X1X models?
« Reply #1466 on: February 24, 2023, 05:01:40 pm »
So with regards to the noise that is picked up by the scope.

Its not too bad (with proper ground) but it is certainly noticeable when looking at small signals or compared to other devices.

Is there a remedy for this? I have see lots of ideas in this thread but it seems there is no definitive solution

I seem to have the older power supply design.

Thanks.
 

Offline michael41742

  • Newbie
  • Posts: 2
  • Country: am
Re: New Hantek DSO2X1X models?
« Reply #1467 on: February 24, 2023, 05:14:32 pm »
So with regards to the noise that is picked up by the scope.

Is there a remedy for this? I have see lots of ideas in this thread but it seems there is no definitive solution

I seem to have the older power supply design.

Thanks.

The noise is about 250uV with no probes attached.
You could use probe with ground spring to minimize RF-noise pickup.
Unfortunately Hantek probes come without ground spring but you can easily do it yourself.
 

Offline simba15

  • Regular Contributor
  • *
  • Posts: 120
  • Country: ca
Re: New Hantek DSO2X1X models?
« Reply #1468 on: February 24, 2023, 08:38:16 pm »
Thanks, I will try some old TEK ones and see if that improves.

Any other improvements that could be made to the Power supply?

 

Offline masta_k74

  • Regular Contributor
  • *
  • Posts: 55
  • Country: de
Re: New Hantek DSO2X1X models?
« Reply #1469 on: February 25, 2023, 08:58:00 am »
There is not much that can be done to improve the power supply as far as interference is concerned. I bought a decent oscilloscope (Siglent SDS 1104X-E, hacked to 1204X-E) for home use. I took my Hantek device with me to our hobby car workshop. For measurements on a car, the device is absolutely sufficient, as it is very rarely a matter of such small signals that the interferences could become a problem. Here, an expensive oscilloscope would also be much too bad, because you can certainly imagine how the device will look after some use.
 

Offline Prerunning

  • Newbie
  • Posts: 3
  • Country: us
Re: New Hantek DSO2X1X models?
« Reply #1470 on: March 17, 2023, 02:10:12 am »
Mine was "bricked / boot looped". Upping the points to 400K+ regularly crashed it but a few days ago it finally boot looped so bad i couldn't change any setting or hit stop before the scope would lock up.
Reboot.
Repeat.
I had to recover with FEL using the CLI tools from this post.
My OG backup is safe. When i restore it carries over the higher memory depth and same boot loop. But the calibration should be good?
The AFG is pretty much unusable now. Im still working on extracting the calibration from my backup, but i got side tracked once it stopped crashing...

FYI
I updated the fpga fw which fixed my HORRIBLE crashing issue. The scope is actually useable now. I can use 8m on both channels and the scope hasnt crashed since.
I tried the basic software update and applied the 150mhz hack a few months ago with a usb stick in the front port but it didnt do much for the crashing issue and noisy signal.
This scope really seemed like a broken design. Pretty discouraging when the Hantek update didnt fix the freezing or anything else, but DONT give up. This is a great hobbyist scope once it stops crashing. Update the fpga fw then crank up the points and enjoy.
« Last Edit: March 17, 2023, 02:16:22 am by Prerunning »
 

Online coromonadalix

  • Super Contributor
  • ***
  • Posts: 5911
  • Country: ca
Re: New Hantek DSO2X1X models?
« Reply #1471 on: March 17, 2023, 10:37:34 am »
@Geoff

On Win11   for the keysight connection software,  i had a bug for my 34410a meter with them,    i was suggested  a rhode shwartz  visa driver package

Worked fine,  when starting R&S   you have to select wich driver you want to use,  and keysight  will work with it in my case ...

my 2 cents


RS_VISA_Setup_Win_5_12_8.exe
https://www.rohde-schwarz.com/ca/driver-pages/remote-control/3-visa-and-tools_231388.html
« Last Edit: March 17, 2023, 10:43:11 am by coromonadalix »
 
The following users thanked this post: DavidAlfa

Offline DavidAlfa

  • Super Contributor
  • ***
  • Posts: 5914
  • Country: es
Re: New Hantek DSO2X1X models?
« Reply #1472 on: March 17, 2023, 03:31:58 pm »
Is it really a bootloop or it just freezes at Hantek screen?
PM your backup, I'll try to retrieve your cal data.
Actually will burn it to my scope and get them from the serial port.
Hantek DSO2x1x            Drive        FAQ          DON'T BUY HANTEK! (Aka HALF-MADE)
Stm32 Soldering FW      Forum      Github      Donate
 

Offline Prerunning

  • Newbie
  • Posts: 3
  • Country: us
Re: New Hantek DSO2X1X models?
« Reply #1473 on: March 17, 2023, 07:29:44 pm »
Is it really a bootloop or it just freezes at Hantek screen?
PM your backup, I'll try to retrieve your cal data.
Actually will burn it to my scope and get them from the serial port.
Im not sure the correct term. It boots like normal but instantly locks up after initialization. If you reboot and press default or channel off it still instantly locks up.
Soft bricked?
Ill send you the backup rn.
 

Offline DavidAlfa

  • Super Contributor
  • ***
  • Posts: 5914
  • Country: es
Re: New Hantek DSO2X1X models?
« Reply #1474 on: March 18, 2023, 02:49:56 pm »
It boots like normal but instantly locks up after initialization.
Yeah, corrupted settings crashing the system on booting. Happens from time to time, Hantek didn't provide any simple safe booting method to overcome this.
PM sent with restore files.
Consider installing the Factory Reset Daemon mod to avoid this in the future.
« Last Edit: March 18, 2023, 02:57:53 pm by DavidAlfa »
Hantek DSO2x1x            Drive        FAQ          DON'T BUY HANTEK! (Aka HALF-MADE)
Stm32 Soldering FW      Forum      Github      Donate
 
The following users thanked this post: Prerunning


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf