From 9a8ad29cf65d495c75a05d01fcebcf7e9a45a209 Mon Sep 17 00:00:00 2001 From: Scott Bezek Date: Wed, 20 Dec 2023 08:03:57 -0800 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 6a658fd..fafd788 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,14 @@ Just plug in the DP100 using the USB-A to USB-A cable (make sure it's in "USBD" +## Demo + +Watch the [video](https://youtu.be/46w4E4JxKYE) + +If you have a DP100, plug it in via USB, open Chrome and go to https://scottbez1.github.io/webdp100 to try this for yourself! + +## About + Implementation of the HID protocol is based on reverse-engineering the Windows library (`ATK-DP100DLL(x64)_2.0.dll`), which can be found on baidu or in the [DP100-PyQt5-GUI](https://github.com/ElluIFX/DP100-PyQt5-GUI) project. I don't plan on building a full-featured web interface, but if you want to, please feel free to use this as a starting point for your own project!