<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Tesla CAN bus data logging</title>
        <link>https://tube.loping.net/videos/watch/e4528917-acff-443b-a102-7baa3a83a0b6</link>
        <description>I show how to collect detailed CAN bus data from a Tesla Model S, and display it in the car's own web browser! Complete Raspberry Pi with CAN bus shield and 12V buck converter: http://copperhilltech.com/raspberry-pi-3-system-with-can-bus-interface/ Diagnostic connector pinout (scroll through the images): http://store.evtv.me/proddetail.php?prod=TeslaCANKit Tesla diagnostic connector: https://www.panjo.com/buy/tesla-diagnostic-cable-for-ms-mx-sept-2015-and-up-bare-wire-version-308125 RPi CAN bus tutorial: http://www.cowfishstudios.com/blog/canned-pi-part1 Get node.js installed on the RPi: http://thisdavej.com/beginners-guide-to-installing-node-js-on-a-raspberry-pi/ I used socket.io, which is a module that installs into node.js: https://www.npmjs.com/package/socket.io Basic sequence to setup the server on the Pi: sudo ip link set can0 type can bitrate 500000 listen-only on sudo ip link set can0 up candump -cae can0,0:0,#FFFFFFFF candump -cae can0,0:0,#FFFFFFFF | grep 106 | awk -Winteractive '{ print $10}' | node app.js Tesla CAN bus reverse engineering:  https://skie.net/skynet/downloads I will post the node.js code on my blog: http://benkrasnow.blogspot.com/2017/02/show-how-to-collect-detailed-can-bus.html Support Applied Science on Patreon: https://www.patreon.com/AppliedScience</description>
        <lastBuildDate>Sun, 12 Jul 2026 09:51:52 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>PeerTube - https://tube.loping.net</generator>
        <image>
            <title>Tesla CAN bus data logging</title>
            <url>https://tube.loping.net/lazy-static/avatars/8a56e488-2120-4649-a417-badf5893657b.png</url>
            <link>https://tube.loping.net/videos/watch/e4528917-acff-443b-a102-7baa3a83a0b6</link>
        </image>
        <copyright>All rights reserved, unless otherwise specified in the terms specified at https://tube.loping.net/about and potential licenses granted by each content's rightholder.</copyright>
        <atom:link href="https://tube.loping.net/feeds/video-comments.xml?videoId=e4528917-acff-443b-a102-7baa3a83a0b6" rel="self" type="application/rss+xml"/>
    </channel>
</rss>