I’m studying some open source examples of solar charge controllers and it has been suggested to me that I read and understand:
http://tahmidmc.blogspot.com/2013/01/us … -with.html
In regards to the VDD Logic Supply. It is not fully clear to me yet however I think the VDD is the line used to provide power to the IR2110. I think what is being hinted at is that a micro controller can be used to supply a 5V current of some mA’s as would be output by an Arduino UNO or similar device. I’m new to reading Functional Block Diagrams like the one in the blog. It appears that symbolically VDD inside the IC is depicted as:
So the symbol is just a leader arrow which symbolically doesn’t appear to be connected to any of the other components in the IC. What does this type of leader arrow mean in such a case as the description of the VDD line?
It is described in the blog:
It is common practice to use VDD = +5V. When VDD = +5V, the logic 1 input threshold is slightly higher than 3V. Thus when VDD = +5V, the IR2110 can be used to drive loads when input “1” is higher than 3 point something volts.
I think what that means is that with VDD being supplied @ 5V that loads can be driven that are anywhere between a 3V load and a MAXV load. I don’t really know what the max load is I think its 20V. I don’t really understand at this point what the Logic Input Threshold actually is but I’m working on that.
Could I get some further explanation?
Thank you