Hello everyone,
I'm a bit of a noobie in electronics and programming, so bare with me.
I followed this tutorial (MLX90614 IR Thermometer Hookup Guide - SparkFun Learn) and it worked fine.
I realized it is in SMBus and I wanted to try configuring it in PWM. (education purposes)
But like I said I'm a noobie in programming, so I don't know how to program it.
system
2
so bare with me.
You go ahead and take your clothes off, if you want. I'll keep mine on. Don't want to scare anyone.
I wanted to try configuring it in PWM.
Why do you think that PWM will be remotely useful?
PaulS:
Why do you think that PWM will be remotely useful?
What I know about PWM is, it could be made as a thermal relay with Tmin and Tmax. I don't know if there is more to it than that.
I know SMBus is way easier and probably better as a thermomter, but I just want to learn how to do it in PWM, if it is possible.
Atleast tell me the code logic behind it and I'll figure it out, because I didn't find any on the web.