I have implemented Henrik's PID INC routine in my controller for regulating flame temperature in an external combustion chamber. The PID filter is excellent and...
Well, this is a bit subjective matter. Every C compiler is not the same, also has levels of optimizations, and even coding style can affect the resulting hex code size.
For same reason I stick to PBP+MPLAB X. And in more than one case I compared very similar programs in C(and microC) and PBP, and PBP is by far smallest. So you can do more in smaller IC.
I agree with you although I feel that all this (MPLABX IDE, C etc) is a steep curve. Time keeps me away from this and I guess for others too. Hobby is another thing and a hobbyist may have all the...
I own HIDmaker and recommend it every chance I can, but I don't believe it will solve your challenge. Thanks for that USB Treeview link Trowlerg. I'll put it on my work PC and see how it works.
In the new Nuts and Volts Magazine, 2019-Issue 4, starting on page 16, is my submitted article, "Nextion Touch Screen Display (Part I). There is a Part 2 already in the hopper for next issue, and I...
PID Filter Coefficient
Hi everyone, this is my first post.
JESmitter Yesterday, 21:58I have implemented Henrik's PID INC routine in my controller for regulating flame temperature in an external combustion chamber. The PID filter is excellent and...