Colt45
Jr. Member
Karma: +0/-1
Offline
Posts: 36
|
|
« Reply #15 on: October 27, 2017, 04:45:08 PM »
|
|
|
Cool. This looks like it only works on cars that have 3-wire (~SPI) connection from radio.
Other car (B6 A4, for example) use the infotainment CAN bus for that link. I don't know if there is information about it, but both VFIZ and the russian one do it over CAN, so *someone* knows how to do it.
|
|
|
Logged
|
|
|
|
adam-
|
|
« Reply #16 on: December 04, 2017, 06:28:08 AM »
|
|
|
https://github.com/adamforbes92/FISCuntrolI've editted this slightly and now have checking for birthday, time of day greetings. Good morning, good afternoon etc. Have successful conn onto ECU too, will work on using the buttons to toggle through blocks next. What would people like to see?
|
|
|
Logged
|
|
|
|
adam-
|
|
« Reply #17 on: December 10, 2017, 03:20:22 AM »
|
|
|
https://github.com/adamforbes92/FIScuntrolSo I've been working on this for a while. Doesn't cost the world (about £20). Can people give me a list of measuring blocks they would use while logging? I know this forum hates VCDS for logging, but you gotta piss with the cock you've got. I'm not re-writing ME7Logger for a 'duino.
|
|
|
Logged
|
|
|
|
jakubzik
Newbie
Karma: +0/-0
Offline
Posts: 3
|
|
« Reply #18 on: November 22, 2018, 03:13:24 PM »
|
|
|
hello i want this but for Can bus no 3lb have somebody got it ?
|
|
|
Logged
|
|
|
|
BlackT
|
|
« Reply #19 on: February 28, 2019, 12:49:49 PM »
|
|
|
Hello adam,anything new on this? If you need some help, i can help you
|
|
|
Logged
|
|
|
|
adam-
|
|
« Reply #20 on: February 28, 2019, 01:08:03 PM »
|
|
|
Fully working. Reset if it jams up, logs into modules, displays custom and normal measuring blocks, can turn off so it's just the greeting. Stalk buttons work and control it. When turned off it works OEM.
|
|
|
Logged
|
|
|
|
BlackT
|
|
« Reply #21 on: March 04, 2019, 06:11:57 AM »
|
|
|
Than great work you did there What is the fastes refresh rate you can achieve?
|
|
|
Logged
|
|
|
|
adam-
|
|
« Reply #22 on: March 04, 2019, 06:27:36 AM »
|
|
|
It's slow, like VCDS. It's more a gimmick. I wouldn't use it to actually log.
|
|
|
Logged
|
|
|
|
BlackT
|
|
« Reply #23 on: March 04, 2019, 12:15:34 PM »
|
|
|
Yes I see, I have same problem, for one group the refresh rate is 300 mS, so if I want to monitor 3 groups refresh rate is around 1s, not so great. Did you manage to go with higer baud rate?
|
|
|
Logged
|
|
|
|
adam-
|
|
« Reply #24 on: March 05, 2019, 05:35:50 AM »
|
|
|
You'd need to write ME7Logger for Arduino and use to record that way. There's also no way you'll be doing a pull staring at the cluster.
|
|
|
Logged
|
|
|
|
tao13
|
|
« Reply #25 on: February 28, 2023, 12:54:23 AM »
|
|
|
I used Adam library(thanks a lot man) and i have some problems with CANBUS. I sniff the canbus in the same time when i read ecu variables from memori with KWP. I use arduino mega and tried with esp32u wroomer. On mega i receive many can id's (between 4-6) on esp32 i received only 2-3 id's when read with kwp too. One read variable take 18-20ms with kwp. I made a test(i wrote in other topic) , i put me7logger to make a log on the laptop and in the same time i sniff the can with arduino. All are ok, i received all id's on canbus in this situation, so the ECU not block the canbus when is interogated with KWP. Other thing what i have, i tested on 2 ecu , one from passat me7.5 '8E0909518AA' boot version 6.02 and one from audi tt BAM engine '8N0906018H ' boot version 5.12 On the second ecu the canbus is blocked more by KWP, i receive only one ID , on the passat ecu i receive 2-3 id's. Abput KWP i have a good refresh rate , maximum 200ms when i read 8 variables and i send them on my display. I have some questions is somebody can help us. I connect arduino with ecu on 10400 baud sith slowinit 5baud. But after this init, can i set other baud rate for read from ECU? Or if i try to init on fast init, i will ahve other baudrate on read? Thanks.
|
|
|
Logged
|
|
|
|
Rick81
Full Member
Karma: +0/-11
Offline
Posts: 99
|
|
« Reply #26 on: March 28, 2023, 12:02:05 AM »
|
|
|
Ignore
|
|
« Last Edit: March 28, 2023, 12:07:50 AM by Rick81 »
|
Logged
|
|
|
|
|