<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	
	>
<channel>
	<title>
	Comments on: This is a speculative post	</title>
	<atom:link href="https://canze.fisch.lu/2021/01/06/this-is-a-speculative-post/feed/" rel="self" type="application/rss+xml" />
	<link>https://canze.fisch.lu/2021/01/06/this-is-a-speculative-post/</link>
	<description></description>
	<lastBuildDate>Fri, 28 Jul 2023 21:41:56 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.1</generator>
	<item>
		<title>
		By: Jeroen Meijer		</title>
		<link>https://canze.fisch.lu/2021/01/06/this-is-a-speculative-post/#comment-1073</link>

		<dc:creator><![CDATA[Jeroen Meijer]]></dc:creator>
		<pubDate>Tue, 30 Mar 2021 20:28:24 +0000</pubDate>
		<guid isPermaLink="false">https://canze.fisch.lu/?p=2565#comment-1073</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://canze.fisch.lu/2021/01/06/this-is-a-speculative-post/#comment-1072&quot;&gt;EliotFR&lt;/a&gt;.

Sorry, I only now see your post.

Great, I will incorporate it in the Wiki / Repository soon.

Thanks!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://canze.fisch.lu/2021/01/06/this-is-a-speculative-post/#comment-1072">EliotFR</a>.</p>
<p>Sorry, I only now see your post.</p>
<p>Great, I will incorporate it in the Wiki / Repository soon.</p>
<p>Thanks!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: EliotFR		</title>
		<link>https://canze.fisch.lu/2021/01/06/this-is-a-speculative-post/#comment-1072</link>

		<dc:creator><![CDATA[EliotFR]]></dc:creator>
		<pubDate>Sat, 27 Mar 2021 09:33:23 +0000</pubDate>
		<guid isPermaLink="false">https://canze.fisch.lu/?p=2565#comment-1072</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://canze.fisch.lu/2021/01/06/this-is-a-speculative-post/#comment-1069&quot;&gt;Jeroen Meijer&lt;/a&gt;.

This system works with 2 pcb, the lower and the upper pcb, join by a 7PIN pin head.

The 7 PIN 2.54mm junction:
PIN 1 SQUARE : +3.3V
PIN 2 CIRCULAR  : To PIN OBD 12 - CAN 1 LOW
PIN 3 ROUND : To PIN OBD 13 - CAN 1 HIGH
PIN 4 ROUND : To PIN OBD 16 - +12V
PIN 5 ROUND : To pin OBD 14 - CAN 0 LOW
PIN 6 ROUND : To pin OBD 6 - CAN 0 HIGH
PIN 7 ROUND : To pin OBD 4 + 5 - GND

CAN 0 = CAN ISO15765-4
CAN 1 = Renault proprietary CAN network



The lower pcb :
Design to fit on the OBD connector and provide the 3.3V from the 12v pin.
you can found 4 variations : 
- Without power supply
- With the &quot;tiny dc-dc converter&quot; prefabricated module on aliexpress
- Based on the mp2451 by monolitic power
- Based on the mp2315 by monolitic power
Designs based on mp wasn&#039;t tested in the real life.


the upper pcb :
- ESP32 + 5 LEDS + CAN 0 + Reset Button
- ESP32 + 5 LEDS + CAN 1 without Reset Button
JP CAN0 and JP CAN1 are two jumper to enable/disable the 120OHM end resistance. 



How to program it  :

Edit the cs_config.mode_leds value in the config.cpp to enable the multi led fonction : 
0 = No led
1 = LED_SINGLE
2 = LED_MULTI


[code]
curl -fsSL https://raw.githubusercontent.com/platformio/platformio-core-installer/master/get-platformio.py -o get-platformio.py
python3 get-platformio.py
export PATH=$PATH:\~/.platformio/penv/bin
git clone https://gitlab.com/jeroenmeijer/cansee.git
cd cansee
nano src/config.cpp
platformio run --target upload
[/code]

if you have any space problem, juste add &quot;board_build.partitions = min_spiffs.csv&quot;  at the end of the platformio.ini.


some pictures ( reset button + 1 can ) : 
https://imgur.com/a/GbGYeLT


Geber, BOM, drill, pic and place files : 
https://mega.nz/file/wVxhWYTK#y6q9kYHQlhPdfRSx26dbdCVEdQKtsT8QLM0O1bMZ1Xw

sorry for my terrible English :)]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://canze.fisch.lu/2021/01/06/this-is-a-speculative-post/#comment-1069">Jeroen Meijer</a>.</p>
<p>This system works with 2 pcb, the lower and the upper pcb, join by a 7PIN pin head.</p>
<p>The 7 PIN 2.54mm junction:<br />
PIN 1 SQUARE : +3.3V<br />
PIN 2 CIRCULAR  : To PIN OBD 12 &#8211; CAN 1 LOW<br />
PIN 3 ROUND : To PIN OBD 13 &#8211; CAN 1 HIGH<br />
PIN 4 ROUND : To PIN OBD 16 &#8211; +12V<br />
PIN 5 ROUND : To pin OBD 14 &#8211; CAN 0 LOW<br />
PIN 6 ROUND : To pin OBD 6 &#8211; CAN 0 HIGH<br />
PIN 7 ROUND : To pin OBD 4 + 5 &#8211; GND</p>
<p>CAN 0 = CAN ISO15765-4<br />
CAN 1 = Renault proprietary CAN network</p>
<p>The lower pcb :<br />
Design to fit on the OBD connector and provide the 3.3V from the 12v pin.<br />
you can found 4 variations :<br />
&#8211; Without power supply<br />
&#8211; With the &#8220;tiny dc-dc converter&#8221; prefabricated module on aliexpress<br />
&#8211; Based on the mp2451 by monolitic power<br />
&#8211; Based on the mp2315 by monolitic power<br />
Designs based on mp wasn&#8217;t tested in the real life.</p>
<p>the upper pcb :<br />
&#8211; ESP32 + 5 LEDS + CAN 0 + Reset Button<br />
&#8211; ESP32 + 5 LEDS + CAN 1 without Reset Button<br />
JP CAN0 and JP CAN1 are two jumper to enable/disable the 120OHM end resistance. </p>
<p>How to program it  :</p>
<p>Edit the cs_config.mode_leds value in the config.cpp to enable the multi led fonction :<br />
0 = No led<br />
1 = LED_SINGLE<br />
2 = LED_MULTI</p>
<p>[code]<br />
curl -fsSL <a href="https://raw.githubusercontent.com/platformio/platformio-core-installer/master/get-platformio.py" rel="nofollow ugc">https://raw.githubusercontent.com/platformio/platformio-core-installer/master/get-platformio.py</a> -o get-platformio.py<br />
python3 get-platformio.py<br />
export PATH=$PATH:\~/.platformio/penv/bin<br />
git clone <a href="https://gitlab.com/jeroenmeijer/cansee.git" rel="nofollow ugc">https://gitlab.com/jeroenmeijer/cansee.git</a><br />
cd cansee<br />
nano src/config.cpp<br />
platformio run &#8211;target upload<br />
[/code]</p>
<p>if you have any space problem, juste add &#8220;board_build.partitions = min_spiffs.csv&#8221;  at the end of the platformio.ini.</p>
<p>some pictures ( reset button + 1 can ) :<br />
<a href="https://imgur.com/a/GbGYeLT" rel="nofollow ugc">https://imgur.com/a/GbGYeLT</a></p>
<p>Geber, BOM, drill, pic and place files :<br />
<a href="https://mega.nz/file/wVxhWYTK#y6q9kYHQlhPdfRSx26dbdCVEdQKtsT8QLM0O1bMZ1Xw" rel="nofollow ugc">https://mega.nz/file/wVxhWYTK#y6q9kYHQlhPdfRSx26dbdCVEdQKtsT8QLM0O1bMZ1Xw</a></p>
<p>sorry for my terrible English 🙂</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jeroen Meijer		</title>
		<link>https://canze.fisch.lu/2021/01/06/this-is-a-speculative-post/#comment-1071</link>

		<dc:creator><![CDATA[Jeroen Meijer]]></dc:creator>
		<pubDate>Thu, 25 Feb 2021 11:25:06 +0000</pubDate>
		<guid isPermaLink="false">https://canze.fisch.lu/?p=2565#comment-1071</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://canze.fisch.lu/2021/01/06/this-is-a-speculative-post/#comment-1070&quot;&gt;EliotFR&lt;/a&gt;.

That is a VERY neat design!

If you have a gitlab account I can give you access to to the project, but you can also drop the files to ie Google drive and send me a link.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://canze.fisch.lu/2021/01/06/this-is-a-speculative-post/#comment-1070">EliotFR</a>.</p>
<p>That is a VERY neat design!</p>
<p>If you have a gitlab account I can give you access to to the project, but you can also drop the files to ie Google drive and send me a link.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: EliotFR		</title>
		<link>https://canze.fisch.lu/2021/01/06/this-is-a-speculative-post/#comment-1070</link>

		<dc:creator><![CDATA[EliotFR]]></dc:creator>
		<pubDate>Wed, 24 Feb 2021 09:50:18 +0000</pubDate>
		<guid isPermaLink="false">https://canze.fisch.lu/?p=2565#comment-1070</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://canze.fisch.lu/2021/01/06/this-is-a-speculative-post/#comment-1069&quot;&gt;Jeroen Meijer&lt;/a&gt;.

Hi,

I&#039;ve design it to fit in a tiny OBD case ( Like the cheap ELM ).

Like this =&#062; https://ae01.alicdn.com/kf/HTB1QXpPaEjrK1RkHFNRq6ySvpXa1.jpg

I would like to make a scalable model, with a programmable interface to update the dongle ( why not OTA update ). 

It&#039;s a lot of information to host (choice of components, design note, diagram, etc, ...) Do you know where I could host this?  Can i write in the wiki ?

I just launched 10PCS for testing, I can provide some unit to the development equipment for free 

The bottom layout pcb =&#062; https://i.imgur.com/wRvSw6n.png
The top layout pcb =&#062; https://i.imgur.com/dM4iSqH.png

JP CAN0 and JP CAN1 is two jumper to enable/disable the 120OHM end resistance. 

I&#039;m still doing some tests and within a month, I will have finished the first version (Chinese New Year ...)
to be sure that works ...

Best regards,
EliotFR]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://canze.fisch.lu/2021/01/06/this-is-a-speculative-post/#comment-1069">Jeroen Meijer</a>.</p>
<p>Hi,</p>
<p>I&#8217;ve design it to fit in a tiny OBD case ( Like the cheap ELM ).</p>
<p>Like this =&gt; <a href="https://ae01.alicdn.com/kf/HTB1QXpPaEjrK1RkHFNRq6ySvpXa1.jpg" rel="nofollow ugc">https://ae01.alicdn.com/kf/HTB1QXpPaEjrK1RkHFNRq6ySvpXa1.jpg</a></p>
<p>I would like to make a scalable model, with a programmable interface to update the dongle ( why not OTA update ). </p>
<p>It&#8217;s a lot of information to host (choice of components, design note, diagram, etc, &#8230;) Do you know where I could host this?  Can i write in the wiki ?</p>
<p>I just launched 10PCS for testing, I can provide some unit to the development equipment for free </p>
<p>The bottom layout pcb =&gt; <a href="https://i.imgur.com/wRvSw6n.png" rel="nofollow ugc">https://i.imgur.com/wRvSw6n.png</a><br />
The top layout pcb =&gt; <a href="https://i.imgur.com/dM4iSqH.png" rel="nofollow ugc">https://i.imgur.com/dM4iSqH.png</a></p>
<p>JP CAN0 and JP CAN1 is two jumper to enable/disable the 120OHM end resistance. </p>
<p>I&#8217;m still doing some tests and within a month, I will have finished the first version (Chinese New Year &#8230;)<br />
to be sure that works &#8230;</p>
<p>Best regards,<br />
EliotFR</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jeroen Meijer		</title>
		<link>https://canze.fisch.lu/2021/01/06/this-is-a-speculative-post/#comment-1069</link>

		<dc:creator><![CDATA[Jeroen Meijer]]></dc:creator>
		<pubDate>Tue, 23 Feb 2021 16:46:25 +0000</pubDate>
		<guid isPermaLink="false">https://canze.fisch.lu/?p=2565#comment-1069</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://canze.fisch.lu/2021/01/06/this-is-a-speculative-post/#comment-1068&quot;&gt;EliotFR&lt;/a&gt;.

We&#039;re happy to incorporate them in the CanSee repository or Wiki. Just drop me a link where I can pick it/them up please.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://canze.fisch.lu/2021/01/06/this-is-a-speculative-post/#comment-1068">EliotFR</a>.</p>
<p>We&#8217;re happy to incorporate them in the CanSee repository or Wiki. Just drop me a link where I can pick it/them up please.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: EliotFR		</title>
		<link>https://canze.fisch.lu/2021/01/06/this-is-a-speculative-post/#comment-1068</link>

		<dc:creator><![CDATA[EliotFR]]></dc:creator>
		<pubDate>Tue, 23 Feb 2021 15:14:32 +0000</pubDate>
		<guid isPermaLink="false">https://canze.fisch.lu/?p=2565#comment-1068</guid>

					<description><![CDATA[Hi, I&#039;d like to design open-source gerber files for the CanSee module. Where can i post them ?]]></description>
			<content:encoded><![CDATA[<p>Hi, I&#8217;d like to design open-source gerber files for the CanSee module. Where can i post them ?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
