-
-
Notifications
You must be signed in to change notification settings - Fork 232
Turing 8.8" New Hardware Revision!? not working #727
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Same here :-( |
Hi @ninharp @jurjevic |
I bought it on Aliexpress on the Elec Zone Store. Here is a link https://de.aliexpress.com/item/1005005538293555.html I will try to capture the usb frames when the display is enabled in windows. Maybe the software captured frames are enough to reverse engineer the usb data used to drive the display. I also will dissassemble the device soonish to see if there are any other connectors which could be used, maybe a dedicated uart port or something similar. |
I also purchased the same new version on March 28 from Taobao. |
Same here - I've a 3,5" version running and it works fine. I just wanted a bigger display, but the 8,8" seems to work completely different :-( |
I too have recently purchased an 8.8" version from eBay : https://www.ebay.co.uk/itm/365422061073 The internal driver board states that it's a version 1.1 |
I just used Wireshark to dump the packets and had ChatGPT generate a sample code. |
Yesterday I tried analyzing the packets. It seems that part of the data is encrypted using DES, which makes it difficult to directly reuse the old data format. |
Same problem here. I bought it on aliexpress on March 29 from electree store, the package is the same as in the picture, and it is not detected... Do you recommend to make the return? Or maybe support will be added in the future? Thank you for your attention and the beautiful app |
I’ve written a sample CLI tool that supports several commands for the Turing Smart Screen - TURZX 88inch V1.1:
Example usage:
You can check it out here: I’ll continue adding more features when I have time. |
I've added the Example usage:
|
I also just got the
So far, it works well on the new screen version. |
I tried porting the current command implementation into the project. It's not fully polished yet, but it works properly on my Mac. Feel free to fork the branch and adjust it as needed. Repo link: https://github.com/phstudy/turing-smart-screen-python/tree/feature/support-8.8-v1.1 |
Firstly, many thanks for the great work you've done in getting this far, really appreciated. However, I am having a problem sending large PNG files, either from the CLI tool or via my own code which converts a PILLOW Image to a PNG file as implemented in your latest update. Small size files work fine. Its as if the data needs to be chunked and sent in parts. Have you experienced this? Have you tried sending a large PNG file to the display? Many thanks, Lee |
Looks like there is an other hardware revision of the Turing Smart Screen 8.8".
After i connect mine it will offer me two usb devices but none of them providing any serial interface.
Either i do it completely wrong or there is for real a new hardware revision.
Describe the bug
No connection possible with this display due to lack of serial port
Environment:
main
branch]The text was updated successfully, but these errors were encountered: