<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[SoliForum - 3D Printing Community — Discussion/Research of pages [20;21;22;23]]]></title>
	<link rel="self" href="https://www.soliforum.com/feed/atom/topic/16951/" />
	<updated>2017-12-28T02:30:40Z</updated>
	<generator>PunBB</generator>
	<id>https://www.soliforum.com/topic/16951/discussionresearch-of-pages-20212223/</id>
		<entry>
			<title type="html"><![CDATA[Re: Discussion/Research of pages [20;21;22;23]]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/141138/#p141138" />
			<content type="html"><![CDATA[<p>If you have anymore questions on resetting your tag please use the following thread. That is off topice for this thread.</p><p><a href="http://www.soliforum.com/topic/11108/davinci-junior-cartridge-reset/">http://www.soliforum.com/topic/11108/da … dge-reset/</a></p>]]></content>
			<author>
				<name><![CDATA[Bozotclown1970]]></name>
				<uri>https://www.soliforum.com/user/13167/</uri>
			</author>
			<updated>2017-12-28T02:30:40Z</updated>
			<id>https://www.soliforum.com/post/141138/#p141138</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Discussion/Research of pages [20;21;22;23]]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/141137/#p141137" />
			<content type="html"><![CDATA[<p>I did enter 00 00, so I guess that&#039;s not the problem.</p><p>I have the Da Vinci Jr.&nbsp; The tag is a paper tag I configured.&nbsp; It was in the printer once, but did not work.&nbsp; I have more of them.&nbsp; Maybe, I should just try a new one.</p><p>Thank you for the help!</p>]]></content>
			<author>
				<name><![CDATA[mlynnmiller]]></name>
				<uri>https://www.soliforum.com/user/18007/</uri>
			</author>
			<updated>2017-12-28T02:28:57Z</updated>
			<id>https://www.soliforum.com/post/141137/#p141137</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Discussion/Research of pages [20;21;22;23]]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/141136/#p141136" />
			<content type="html"><![CDATA[<p>What did you enter as the last two bytes? You can just enter &quot;00 00&quot;.</p><p>Also, what type of printer do you have and has the tag been in the printer before?</p>]]></content>
			<author>
				<name><![CDATA[Bozotclown1970]]></name>
				<uri>https://www.soliforum.com/user/13167/</uri>
			</author>
			<updated>2017-12-28T02:16:25Z</updated>
			<id>https://www.soliforum.com/post/141136/#p141136</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Discussion/Research of pages [20;21;22;23]]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/141135/#p141135" />
			<content type="html"><![CDATA[<p>I have been able to configure my NFC tag with the key and pack.&nbsp; I&#039;ve used the website and entered the values I&#039;ve read about on these forums.&nbsp; The printer is now recognizing the tag and shows it has 200m and is PLA and White.&nbsp; My problem I&#039;m running into now, is that the XYZWare is telling me that it is an unknown filament.&nbsp; Not sure if I have the correct number in page 44.</p><p>&quot;44 -- First two bytes are the PACK number. The last two bytes are the RFUI.&quot;</p><p>I am not sure what the RFUI is.&nbsp; Sorry for my ignorance in the matter.&nbsp; I am learning as quickly as I can.</p>]]></content>
			<author>
				<name><![CDATA[mlynnmiller]]></name>
				<uri>https://www.soliforum.com/user/18007/</uri>
			</author>
			<updated>2017-12-28T02:14:55Z</updated>
			<id>https://www.soliforum.com/post/141135/#p141135</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Discussion/Research of pages [20;21;22;23]]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/141040/#p141040" />
			<content type="html"><![CDATA[<p>thnk you <br />I missed the point <br />did you encounter any issue to overwrite&nbsp; the value 0x14-0x17 to use other pla ?</p>]]></content>
			<author>
				<name><![CDATA[oeilnoir9]]></name>
				<uri>https://www.soliforum.com/user/17989/</uri>
			</author>
			<updated>2017-12-25T10:34:55Z</updated>
			<id>https://www.soliforum.com/post/141040/#p141040</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Discussion/Research of pages [20;21;22;23]]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/140786/#p140786" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>oeilnoir9 wrote:</cite><blockquote><p>hello <br />I am a new comer . I have&nbsp; a junior 1.0 with firmware 2.3.5<br />my aoplogise if I ask stupid question <br />I got with orange board&nbsp; PLA <br />ox14 F68§D0200 =&gt;&nbsp; remaining around 184 meter which sounds good by looking pla<br />0x15 BE9F3054<br />0x16 EE31E0CE<br />0x17 08604F76<br />assuming ^ means XOR , I can not&nbsp; find again the 0x15 value with your formula <br />same for 0x16 value</p></blockquote></div><p>It&#039;s a problem with endianness.</p><p>0x14: 0xF68D0200 this is 167414 (decimal, little endian)<br />0x15: 167414 ^ 1412567624 = 1412472766 (decimal) = 0xBE9F3054 (little endian)<br />0x16: (167414 - 3876923) ^ 824661077 = -824167954 (signed decimal) = 0xEE31E0CE (little endian)<br />0x17: (167414 + 6923923) ^ 1982026881 = 1984913416 (decimal) = 0x08604F76 (little endian)</p><p>If you&#039;re using Windows calculator you will have to reverse the hex codes to get little endian.</p>]]></content>
			<author>
				<name><![CDATA[nilezon]]></name>
				<uri>https://www.soliforum.com/user/17696/</uri>
			</author>
			<updated>2017-12-17T21:56:17Z</updated>
			<id>https://www.soliforum.com/post/140786/#p140786</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Discussion/Research of pages [20;21;22;23]]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/140784/#p140784" />
			<content type="html"><![CDATA[<p>hello <br />I am a new comer . I have&nbsp; a junior 1.0 with firmware 2.3.5<br />my aoplogise if I ask stupid question <br />I got with orange board&nbsp; PLA <br />ox14 F68§D0200 =&gt;&nbsp; remaining around 184 meter which sounds good by looking pla<br />0x15 BE9F3054<br />0x16 EE31E0CE<br />0x17 08604F76<br />assuming ^ means XOR , I can not&nbsp; find again the 0x15 value with your formula <br />same for 0x16 value </p><p>with black pla and figures below <br />0x14 EB8E0000 =&gt; 36 meter<br />0x15 A39C3254<br />0x16 E532E2CE<br />0x17 FF614976<br />same problem </p><p>what I noticed, if I take the 4 value from the orange&nbsp; board and I put as they are in the black board <br />there is an error : unknow spool </p><p>does anyone experiment this kind of problem ?<br />thanks by advance</p>]]></content>
			<author>
				<name><![CDATA[oeilnoir9]]></name>
				<uri>https://www.soliforum.com/user/17989/</uri>
			</author>
			<updated>2017-12-17T20:03:18Z</updated>
			<id>https://www.soliforum.com/post/140784/#p140784</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Discussion/Research of pages [20;21;22;23]]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/140578/#p140578" />
			<content type="html"><![CDATA[<p>Yeah, got it to work! very nice. Thx</p>]]></content>
			<author>
				<name><![CDATA[modfreakz]]></name>
				<uri>https://www.soliforum.com/user/17913/</uri>
			</author>
			<updated>2017-12-12T18:04:10Z</updated>
			<id>https://www.soliforum.com/post/140578/#p140578</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Discussion/Research of pages [20;21;22;23]]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/140547/#p140547" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>modfreakz wrote:</cite><blockquote><p>I would initiate a small discussion/research again regarding pages [20;21;22;23]</p><p>As far we know the page 21 contains same data as page 20 xored with value 0x48123254<br />We will call it checksum. It&#039;s not real checksum I know, it should not be subject of the discussion here.</p><p>So, but what about the other two pages 22 and 23 ??</p><p>...</p><p>Does anyone have a clue?</p></blockquote></div><p>Of course:</p><p>R = Remaining length<br />Page 21: R ^ 0x54321248<br />Page 22: (R - 3876923) ^ 0x31275455<br />Page 23: (R + 6923923) ^ 0x76235481</p>]]></content>
			<author>
				<name><![CDATA[nilezon]]></name>
				<uri>https://www.soliforum.com/user/17696/</uri>
			</author>
			<updated>2017-12-12T12:41:02Z</updated>
			<id>https://www.soliforum.com/post/140547/#p140547</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Discussion/Research of pages [20;21;22;23]]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/140544/#p140544" />
			<content type="html"><![CDATA[<p>I would initiate a small discussion/research again regarding pages [20;21;22;23]</p><p>As far we know the page 21 contains same data as page 20 xored with value 0x48123254<br />We will call it checksum. It&#039;s not real checksum I know, it should not be subject of the discussion here.</p><br /><br /><p>So, but what about the other two pages 22 and 23 ??</p><div class="codebox"><pre><code>    Page            300m     200m     100m
0xa,0xb(10,11)  E0930400 400D0300 A0860100 (total length)
0x14(20)        E0930400 400D0300 A0860100 (remaining length)
0x15(21)        A8813654 081F3154 E8943354 (&quot;checksum&quot;)
0x16(22)        F03FEECE 50B1E0CE 300AE1CE (&quot;checksum&quot;)
0x17(23)        F26E4D76 52E74F76 B2794876 (&quot;checksum&quot;)</code></pre></div><br /><p>Testing and reading a lot in this forum I came across something.</p><p>If you print the filament completely empty, you automatically get the XOR keys.</p><div class="codebox"><pre><code>    Page              0m
0x14(20)        00000000 (remaining length)
0x15(21)        48123254
0x16(22)        9083E3CE
0x17(23)        12F24A76</code></pre></div><br /><div class="codebox"><pre><code>Page 0x16(22) analysis
 (remaining length)            (swapped)       (XORED with CEE38390)        (converted to decimal)
300,000        F03FEECE        CEEE3FF0        000DBC60                     =&gt; 900.192
299,722        DA3EEECE        CEEE3EDA        000DBD4A                     =&gt; 900.426
284,509        777BEECE        CEEE7B77        000DF8E7                     =&gt; 915.687
274,373        DF53EECE        CEEE53DF        000DD04F                     =&gt; 905.295
268,755        F9A5EFCE        CEEFA5F9        000C2669                     =&gt; 796.265
179,158        CEC7E0CE        CEE0C7CE        0003445E                     =&gt; 214.110
172,969        3B2FE0CE        CEE02F3B        0003ACAB                     =&gt; 240.811
200,000        50B1E0CE        CEE0B150        000332C0                     =&gt; 209.600
140,209        23AFE1CE        CEE1AF23        00022CB3                     =&gt; 142.515
138,708        CCA1E1CE        CEE1A1CC        0002225C                     =&gt; 139.868
133,088        F08BE1CE        CEE18BF0        00020860                     =&gt; 133.216
109,648        40D0E1CE        CEE1D040        000253D0                     =&gt; 152.528
109,496        28D7E1CE        CEE1D728        000254B8                     =&gt; 152.760
100,000        300AE1CE        CEE10A30        000289A0                     =&gt; 166.304
 90,468        7C6DE1CE        CEE16D7C        0002EEEC                     =&gt; 192.236
  8,812        64AEE3CE        CEE3AE64        00002DF4                     =&gt;  11.764
  1,525        FC88E3CE        CEE388FC        00000B6C                     =&gt;   2.924
  0,000        9083E3CE        CEE38390        00000000                     =&gt;   0.000</code></pre></div><br /><br /><p>Does anyone have a clue?</p>]]></content>
			<author>
				<name><![CDATA[modfreakz]]></name>
				<uri>https://www.soliforum.com/user/17913/</uri>
			</author>
			<updated>2017-12-12T09:56:28Z</updated>
			<id>https://www.soliforum.com/post/140544/#p140544</id>
		</entry>
</feed>
