stratatools icon indicating copy to clipboard operation
stratatools copied to clipboard

uPrint EEPROM uid starts with 00 and keeps changing

Open tvsamuel444 opened this issue 7 years ago • 8 comments

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?

tvsamuel444 avatar Mar 03 '18 21:03 tvsamuel444

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.

256FF avatar Mar 05 '18 15:03 256FF

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?

tvsamuel444 avatar Mar 06 '18 16:03 tvsamuel444

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.

mayrthom avatar Mar 07 '18 11:03 mayrthom

@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?

7786 avatar Mar 08 '18 18:03 7786

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"}

256FF avatar Mar 09 '18 11:03 256FF

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

cdnreprap avatar Mar 28 '18 15:03 cdnreprap

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

tvsamuel444 avatar Apr 06 '18 16:04 tvsamuel444

@cdnreprap see this commit https://github.com/bvanheu/stratatools/commit/41accb5cc35dfcbb94298694bc5f60aaaa82307c

bvanheu avatar Jun 30 '19 13:06 bvanheu