Conversation
Added K-Line Board Design 1.0 Beta
|
Hi, thank you for participating on the PCB design :) |
|
Hi, thank you for your time too :) Recently I am trying to make a board for my Ninja 300 project, this is why I design a pcb : ) |
|
Sorry this is my first time to use github , I am trying to add those images into this pull, thanks : ) |
|
Readme.md added. : ) |
|
Hi, I have a similar but slightly different project and I am rather coding beginner. I have a 1998 Porsche 996 converted into a full Electric car. That works so far, but I like to optimise now the Klima System. That one communicates via K-Line and KWP2000. Many other engine related ECU's have been removed from the car because they became obsolete. I hope with your code to recieve the Klima ECU PID and then some Infos in behind so that idealy I am able, to react acordingly. I have for exampel a manual electric heating, idealy it could be switched via K-Line if the Klimasystem demand heat and rather adjust the airflaps to get more engine heat ( which is not there). Same in regards to cold temperatures and the switch of the aircon, instead of the rather mechanicl switch of the belt connected aircon. Ragrding the Code for the ECU Reader, am i right that you decided for the K-Line Pins to be on RX and TX so that USB Monitoring of the Nano would imidiatly show whatever is recieved? I ask as I neither have a Bluetooth device nor need one. Thanks for letting me know |
Hello Heiner,
The second problem could be overcome by modifying the stock library to enable 10417 baud. What I understand from your request is, that you need to find out whats happening between the climatic controlling unit and the removed main ECU? I personally see two possible attempts:
I reccomend to go for the last one. Take an Arduino Mega, which has the advance of two hardware serial ports. Connect the L9637D (K-Line to serial converter) to Serial2. |
|
Hi, thanks for your reply. In principle I would expect such ELM327 App, where I can select my car, but do not have a fitting dongle ( as it is K-Lead and not CAN Bus, that the ECU's have fixed adresses and most parameter shall be readable. Am i right that such programm like torque light, shall connect to the HC-06 and request the initialisation to happen, and then would scan for the PID's, once that has happened, I should get as well parameter and value from insight of each PID. Thats what is needed and with it I can take actions, like stoping the electrical heating because the inside Temp is ok already, The onboard Aircon would just change the flaps to get more fresh air, and reduce the fan, which is ok, but less important then stopping the electric heating...... What I do not get however is why on both Serial Ports you connect TX with TX and RX with RX instead of TX to Rx and RX to TX which in my understanding would be correct.... |


Added K-Line Board Design 1.0 Beta