You're a legend! I was working my through my arduino code, thinking I was spot on. Had a mostly curve fit Ln() curve and everything, but I was missing the whole voltage divider concept. Thanks man.
Thanks for sharing your knowledge, i'm engineering student from Mexico and your video will help me and my team to finish a project that we have, this video must have millions of views, Thanks one more time!
Dude thank you so much for sharing what you know, it helps immeasurably, I want to build a custom instrument cluster for my 7.3 obs... You have taken all the leg work out for me. God bless
Goddamn, dude. Thank you so much. Got me out of a tight one. I was trying to make a simple custom cluster for my bike and couldn't figure out how. Would've never thought about any Steinhart-Hart equation or average sampling... Absolutely brilliant job. All the best to you.
very nice man! I just used these exact steps following you and I got the readings on my custom made Jeep. Its an Indian variation of CJ. And it has no computers and so Im adding a manual arduino based sensors and this youtube video proved very helpful. Thanks a ton!!
Nice work! Do you have a finished product? I haven't gotten around to wrapping up my project yet but I had figured out all of the sensors and read them to the serial monitor. I just need to compile the code and try and display them to the OLEDs next...it's a work in progress.
I have a broken coolant sensor in my 97 Miata, and this video lays out exactly what I was thinking to do in my mind. I already knew the sensor was a resistance based reading, but this illustrates how to give a real value to a gauge i can just put somewhere in the interior. Thank you! I also may try to get real oil pressure instead of the default (yes, no) oil pressure gauge the 94-97 Miatas have.
Excellent video. Thank you for sharing and taking the time to explain. I have a Mitsubishi lancer 1987. Installing a radiator coolant temperature for safety and hall effect sensor to make sure the radiator fan turns on.. Thanks again.
Thankf for the information, from this code how can i add other lines of code that controls an alarm whereby an alarm goes off when a certain temperature is reached. Thanks
thank you for share this example! it's very usefull! I have a problem slightly "different": My plan is use a arduino as a gauge cluster and my honda civic 1995 has a one sensor sender to gauges and another to ECU. But, the gauge sender is one Pin only! the ground is in engine block... so, how I can measure this sensor? If I measure the ground, the car overhall interferences are insane and this not can be done... Can you have a idea?
Thanks for the Video! Awesome detail! Did notice, I think the link you provided for the sensor is actually the link to the IAT sensor you was showing at the end of the video. I'm suspecting the one you actually used in this video was an ACDelco 213-928? Again Thanks for the video!
Dang Brother! Thank you for taking the time to do that! Seriously thanks! How do you get it to show Fahrenheit ? I tried playing with the code but came to nothing. Again thank you!
Thanks for watching. They might be, I have had trouble finding any open source datasheets for any of these automotive sensors though! Would be really useful if they were available from the manufacturers.
Interesting stuff but it raises two questions by tapping the oem sensor like this, firstly is there an increase in resistance in the circuit by adding the extra cabling that can cause incorrect readings sent to the ECU and secondly what kind of voltage/overload protection measures do you have in place to contain an arduino failure so as not to fry the ECU which is extremely sensitive to voltage spikes?
My plan for these is to use them separately from the vehicles ECU. Just use a T-fitting where the OEM sensor is and then use this one and run it back to it's own ECU, that way there is not interference with the stock ECU.
i know its a an old video but its precicly what im trying to achive on my truck, but if your still around i have a question about your temperature sender is it just a standard 12/24volt sensor? its all i can find in that form factor and am i safe to assume sending 5 volts to it it should work just fine as ill still be plotting just the resistance change even though the sensor is rated for 12volts?
Hey mate, your little series inspired me to start my own project, but I have never worked with electronics before.. If you don't mind me asking, why didn't you got with waterproof ds18b20's? According to my research coolant temp starts to get critical at around 115°c. Bc these sensors go up to 125° this is what I'm planning to go with.
you link "Intake Air Temperature Sensor Control & Pigtail Harness For GM IAT/MAT/ACT" which its not same as the one in this video, in video has closed sensor, and in the link its open. is it same or
Hi there I'd like to ask you if it can be used for VDO coolant temp sensor I need it to use it for generator temperature sensor so i can control air flaps , water pump
You're a legend! I was working my through my arduino code, thinking I was spot on. Had a mostly curve fit Ln() curve and everything, but I was missing the whole voltage divider concept. Thanks man.
Thanks for this video. A glass of water with ice is 0C, a great reference point.
Thanks for sharing your knowledge, i'm engineering student from Mexico and your video will help me and my team to finish a project that we have, this video must have millions of views, Thanks one more time!
Glad it was helpful!
Thanks Tyler, so nice of you to share your knowledge
Glad it helped!
Can’t wait to see how you integrate a display! Thanks for making these
Check out my latest video I just did an update on the whole arduino gauge system I'm working on!
Dude thank you so much for sharing what you know, it helps immeasurably, I want to build a custom instrument cluster for my 7.3 obs... You have taken all the leg work out for me. God bless
Thanks for watching!
do share link for final results
Thanks! This works for my Auger engine gauges im building ( little Kubota diesel) got it within 1C thanks to your spreadsheet!
Goddamn, dude. Thank you so much. Got me out of a tight one. I was trying to make a simple custom cluster for my bike and couldn't figure out how. Would've never thought about any Steinhart-Hart equation or average sampling... Absolutely brilliant job.
All the best to you.
Thanks! I appreciate it! Glad it helped you out.
So very well done and thought out, you must be pretty proud of yourself. Thankyou & thanks for sharing.
Thanks for watching!
very nice man! I just used these exact steps following you and I got the readings on my custom made Jeep. Its an Indian variation of CJ. And it has no computers and so Im adding a manual arduino based sensors and this youtube video proved very helpful. Thanks a ton!!
Nice work! Do you have a finished product? I haven't gotten around to wrapping up my project yet but I had figured out all of the sensors and read them to the serial monitor. I just need to compile the code and try and display them to the OLEDs next...it's a work in progress.
I have a broken coolant sensor in my 97 Miata, and this video lays out exactly what I was thinking to do in my mind. I already knew the sensor was a resistance based reading, but this illustrates how to give a real value to a gauge i can just put somewhere in the interior. Thank you! I also may try to get real oil pressure instead of the default (yes, no) oil pressure gauge the 94-97 Miatas have.
Awesome, glad I could help! I have another video on the pressure sensors if you want to check that out. Cheers.
Jslm97 just connect arduino directly on your obd2 you have all your data qithout connecting on any senser
Great tutorial. I am designing a hydronic heater monitoring system right now and I believe this info will help a lot.
Glad it was helpful!
This is exactly what I have been looking for, but I want to show the temperature on three 7-segment displays and only using whole numbers.
Excellent video. Thank you for sharing and taking the time to explain. I have a Mitsubishi lancer 1987. Installing a radiator coolant temperature for safety and hall effect sensor to make sure the radiator fan turns on.. Thanks again.
Glad it helped!
This was really cool, thank you!
Thankf for the information, from this code how can i add other lines of code that controls an alarm whereby an alarm goes off when a certain temperature is reached.
Thanks
nice, would be a great esp32 Bluetooth project. 🧐 thanks. 🥳
this is amazing men, I’m gonna try this on a S2000 AP2 Gauge!
Go for it!
What size wire for wiring sensors? Building one for a cummins, exactly what I needed !
I would match what the sensor has. Probably 18 gauge or something. Doesn't need to be much.
Great stuff bro. How can I add a code to control a relay that turns on/off the rad fan within certain temperature range and limits?
thank you for share this example! it's very usefull! I have a problem slightly "different": My plan is use a arduino as a gauge cluster and my honda civic 1995 has a one sensor sender to gauges and another to ECU. But, the gauge sender is one Pin only! the ground is in engine block... so, how I can measure this sensor? If I measure the ground, the car overhall interferences are insane and this not can be done... Can you have a idea?
Have you ever considered interfacing all your sensors to a MCU with CANBUS output, producing PID,s compatible with TORQUE PRO.
I have not considered it, I've pretty much abandoned the project at this point.
Thanks for the Video! Awesome detail! Did notice, I think the link you provided for the sensor is actually the link to the IAT sensor you was showing at the end of the video. I'm suspecting the one you actually used in this video was an ACDelco 213-928? Again Thanks for the video!
Dang Brother! Thank you for taking the time to do that! Seriously thanks! How do you get it to show Fahrenheit ? I tried playing with the code but came to nothing. Again thank you!
That's quality content here. I also wonder if steinhart-hart coefficients are usually listed in datasheets for most models of thermistor
Thanks for watching. They might be, I have had trouble finding any open source datasheets for any of these automotive sensors though! Would be really useful if they were available from the manufacturers.
Interesting stuff but it raises two questions by tapping the oem sensor like this, firstly is there an increase in resistance in the circuit by adding the extra cabling that can cause incorrect readings sent to the ECU and secondly what kind of voltage/overload protection measures do you have in place to contain an arduino failure so as not to fry the ECU which is extremely sensitive to voltage spikes?
My plan for these is to use them separately from the vehicles ECU. Just use a T-fitting where the OEM sensor is and then use this one and run it back to it's own ECU, that way there is not interference with the stock ECU.
i know its a an old video but its precicly what im trying to achive on my truck, but if your still around i have a question about your temperature sender is it just a standard 12/24volt sensor? its all i can find in that form factor and am i safe to assume sending 5 volts to it it should work just fine as ill still be plotting just the resistance change even though the sensor is rated for 12volts?
I love you exactly what I needed
Love you too 😘
Hey mate, your little series inspired me to start my own project, but I have never worked with electronics before..
If you don't mind me asking, why didn't you got with waterproof ds18b20's?
According to my research coolant temp starts to get critical at around 115°c. Bc these sensors go up to 125° this is what I'm planning to go with.
I have looked at this option as well, but I have yet to find a DS18B20 that comes in a standard automotive sensor body like the brass NTC ones do.
you link "Intake Air Temperature Sensor Control & Pigtail Harness For GM IAT/MAT/ACT" which its not same as the one in this video, in video has closed sensor, and in the link its open. is it same or
Any chance you have the link to the coolant sensor used? The provided link is for the intake air temperature sensor.
I'll have to take a look I thought i fixed that before
Your Amazon link is incorrect, It is showing an air temp sensor not coolant
Hi there
I'd like to ask you if it can be used for
VDO coolant temp sensor
I need it to use it for generator temperature sensor so i can control air flaps , water pump
That's work with 12v ?
Cool! Thanks for sharing.
Thanks for watching!
Can you do this with any coolant sensor? Or just a spesific coolant sensor module?
I believe this would work with any coolant sensor.