Skip to content
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

uPrint EEPROM uid starts with 00 and keeps changing #65

Open
tvsamuel444 opened this issue Mar 3, 2018 · 8 comments
Open

uPrint EEPROM uid starts with 00 and keeps changing #65

tvsamuel444 opened this issue Mar 3, 2018 · 8 comments

Comments

@tvsamuel444
Copy link

I'm trying to use this tool with a uprint eeprom using the one pin data method on a raspberry pi. The uid seems to keep changing every couple of seconds and it starts with 00- rather than the 23- that the guide says it should have. Anyone have any insight on this problem?

@256FF
Copy link
Contributor

256FF commented Mar 5, 2018

uprint is a bit special. You are definitly unable to write to this chip. It is possible to decrypt the data with bvanheus script but I have not had success to read it with this script. I found a script (tool.py) do dump the uprint chip and drcrypt it with bvanheus script. Take a look at my github and at @mayrthom. There is help for uprint .... to read, decrypt, recode and re-write it.

@tvsamuel444
Copy link
Author

Im currently waiting for a null modem cable to read and write with the daig port to arrive. I'll definitely try that when I get it. Where is this tool.py script?

@mayrthom
Copy link
Contributor

mayrthom commented Mar 7, 2018

You can find the several scripts here: https://github.com/256FF/Refill-uPrint-EEPROMs
For communication over the DIAG Port you can use any Serial Terminal program.

I think it may be easier with my rewrite of the cartridgewriter, because it is an all in one solution for the Stratasys uPrint. It can read, decrypt and rewrite the Cartridges over the DIAG Port in one go.
You can download it here: https://github.com/mayrthom/CartridgeWriter_uPrint

If you have any questions feel free to ask.

@7786
Copy link

7786 commented Mar 8, 2018

@mayrthom

I have a question regarding the uprint writer, the description states it works with uprint SE but I don't see uprint SE isn't in the drop down?

@256FF
Copy link
Contributor

256FF commented Mar 9, 2018

Someone worte, that Machine ID for SE is 6B2A268B5ED3374A (same as "Ktype") but it was not confirmed yet. Furthermore mayrthom also has this ID in his code (machine.cs) but outcommented:

//new Machine {Number = new byte[8] {0x6B, 0x2A, 0x26, 0x8B, 0x5E, 0xD3, 0x37, 0x4A}, Type = "uprintse"}

@cdnreprap
Copy link

has anyone located the correct machine ID for the uprint SE yet?

@tvsamuel444
Copy link
Author

If anybody has been successful, what filament do you use to replace the default expensive filament?

@bvanheu
Copy link
Owner

bvanheu commented Jun 30, 2019

@cdnreprap see this commit 41accb5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants