No video

SavvyCAN with ESP32 Running ESP32RET

  Рет қаралды 11,938

MrDIY

MrDIY

Күн бұрын

Пікірлер: 28
@julianpalmer4674
@julianpalmer4674 15 күн бұрын
I am presently looking at an Audi car and the ODBII CAN-BUS port is completely silent, no traffic at all. That is until I use my VAG-COM cable to access one of the modules on the bus. What I have found out is the CAN-BUS'es of which there are several on this vehicle all connect at a gateway module. This allows data to transfer from one CAN-BUS network to another as necessary as well as outputting CAN-BUS data to the ODBII port only when requested to! So as long as you know what to 'poke' the gateway with you can get you can monitor the necessary responce, which is sort of OK. The best thing to do is tap into the required CAN-BUS itself and miss out the gateway all together. Now your design is great, but maybe having a breakout connector as well as the OBDII plug could allow you to draw power from the car to power it but let you run a pair of twisted cable to elsewhere in the vehicle to tap in and monitor the CAN. I appreciate you may not have come across this type of CAN topology in you design / testing but I think it would possibly open up your project to more users. Cracking work though.
@MrDIYca
@MrDIYca 15 күн бұрын
True! Are you referring to my CAN shield design? because I do have a breakout for CAN and power along side OBDII for that exact reason
@julianpalmer4674
@julianpalmer4674 14 күн бұрын
@@MrDIYca After looking again at all the information on your web site, I hadn't noticed your breakout connector, my appolgise
@JocPlus
@JocPlus 2 ай бұрын
Excellent Job, very interesting
@zygimantasmikulis2687
@zygimantasmikulis2687 2 ай бұрын
I have tried ESP32RET but with esp32 boards from aliexpress the can bus speed was not correct. First guess was that there is something wrong with prescalers in the source code but haven't found the culprit.. 100kHz speed in reality was about 99.8kHz and it was anought for data missmatch
@mdeeen
@mdeeen Ай бұрын
vote for gadget video, we are waiting ! lol
@FastTrons
@FastTrons 21 күн бұрын
I have connected the ESP32 to my 2024 Model3P at the CAN connector located in front of the passenger door. The unit continues to be powered after the car shuts down and it appears that a spurious CAN message gets sent to some unit in the trunk when the Gateway is plugged in. Please advise.
@MrDIYca
@MrDIYca 21 күн бұрын
In my 2023 M3, that connector cuts off the power to the gateway when the car goes to sleep. Maybe they changed that in 2024?
@FastTrons
@FastTrons 21 күн бұрын
@@MrDIYca I believe the wiring has changed at the back of the console ; the new back seat monitor is there now. Is the R/RW switch shipped in the R position.
@MrDIYca
@MrDIYca 21 күн бұрын
Yes, true. You can verify the switch's status through an opening in the case. With the OBD2 plug facing upwards, R = Left, RW = Right.
@bluearcherx
@bluearcherx 2 ай бұрын
need to somehow integrate a bypass for Stellantis/FCA CANBUS security gateway here... I have no idea what that would involve though
@Flybrick_S60R
@Flybrick_S60R Ай бұрын
Hey! I just received my shield, I connected to the ESP32 and flashed through the website. Red and green light are on when I connect to the car, but it the blue light remains off, but it reads the canbus messages on Saavycan. But my question is, I know Volvo's canbus pins are 3 LS CAN - high, 11 LS CAN - low and 6 is CAN High ISO 15765-4 and 14 is CAN Low ISO 15765-4. I need to listen to LS CAN because I am trying to find some other warning lights on my Volvo so I can use on my simulator, when I ran the scan it read several Can ids and messages but none that I know that are available on my LS Can like for instance I know the my gauge uses 0xA10408 for the blinker, but that never came up on Saavycan, maybe I am listening to the high speed can? Is there a way to set to listen to can low on pins 3 and 11?
@MrDIYca
@MrDIYca Ай бұрын
@Flybrick_S60R I replied to your email
@BoukeGroenescheij
@BoukeGroenescheij 2 ай бұрын
This is really cool! I've not been successfully been able to compile something that actually was able to read the CANBUS. So having a prebuild image I can just upload is of great help. However, how were you able to connect to the wifi with such a short password? I'm unable to connect my mac to the ESP32.
@BoukeGroenescheij
@BoukeGroenescheij 2 ай бұрын
Nevermind, I was monitoring the console and it reported a different password (without .ca). I'm able to connect now - thanks!!!
@muhammadhussain7976
@muhammadhussain7976 2 ай бұрын
Good work. I am wondering if you didn't encounter any problem with Collin80's code? I remember when I was working with his code I couldn't make it work on my ESP32 board. It was some years ago and then I let it go.
@MrDIYca
@MrDIYca 2 ай бұрын
I haven't had any major issues. I just started using it recently, so I can't say much about the older versions. I mainly use it to log CAN traffic and analyze it in SavvyCAN
@homeofnewtech6548
@homeofnewtech6548 Ай бұрын
I bought a CAN shield from you, I just received it and assembled with my esp32 then flash it online from your website, everything work fine except Wireless CAN wifi password mrdiy is incorrect. Please be advice
@MrDIYca
@MrDIYca Ай бұрын
The password is: mrdiy.ca
@comtech80
@comtech80 Ай бұрын
I got the kit and soldered all the connection and connected the ESP32 and flashed it, the Power and Wi-Fi LED comes on and I get these messages from the application "Got data from serial. Len = 4 f1 09 de ad Write to serial -> f1 9" I have a Nissan Pathfinder 2019 Wondering if anyone else has this issue? Could the can bus data be encrypted?
@MrDIYca
@MrDIYca Ай бұрын
You might want to check if your CAN is filtered - kzbin.info/www/bejne/mnWlqXZpbtGBh8k
@fredriktorstensson5409
@fredriktorstensson5409 2 ай бұрын
Can you publish the code you have on your online flashing site of this project? Since i have a car that uses 47,619 kbit/s can speed and have to make some modifications.
@MrDIYca
@MrDIYca 2 ай бұрын
sure, I put it here - gitlab.com/MrDIYca/canabus/-/tree/main/esp32_savvycan
@fredriktorstensson5409
@fredriktorstensson5409 2 ай бұрын
@@MrDIYca I've tried to compile it now but it always says i don't have enough memory on my device. The same ting happens when i try to compile the original ESPRet. Your online flasher works perfectly fine. Do you know what the problem could be?
@MrDIYca
@MrDIYca 2 ай бұрын
Look into board_build.partitions = huge_app.csv
@AmanSinghal-ny3ik
@AmanSinghal-ny3ik 2 ай бұрын
what about the timestamp issue ?
@MrDIYca
@MrDIYca 2 ай бұрын
SavvyCAN on the shield doesn’t have that issue
CAN vs OBD2: What is the Difference?
5:57
MrDIY
Рет қаралды 6 М.
CAN Gateway: Monitoring Cars Wirelessly!
8:02
MrDIY
Рет қаралды 130 М.
SPONGEBOB POWER-UPS IN BRAWL STARS!!!
08:35
Brawl Stars
Рет қаралды 20 МЛН
Happy birthday to you by Tsuriki Show
00:12
Tsuriki Show
Рет қаралды 12 МЛН
Forget WiFi! This Wireless Method is WAY Better?
12:14
GreatScott!
Рет қаралды 560 М.
Automotive CAN, Sending & Receiving Data
8:54
Block Harbor
Рет қаралды 8 М.
ESP32 in a commercial product? - From prototype to production
7:58
Predictable Designs
Рет қаралды 55 М.
It’s Been a Good Run, Phone Providers.
26:31
Data Slayer
Рет қаралды 4,4 МЛН
WiFi Pentesting In Your Pocket / ESP32 Marauder
10:34
sn0ren
Рет қаралды 42 М.
Try these 16 Brilliant ESP32 projects!!!
11:18
ToP Projects Compilation
Рет қаралды 569 М.
ESP-Now Range Test: Real-World Results for ESP32 Devices!
8:01