Traumflug

Results 424 comments of Traumflug

> Perfectly isolated meaning perfectly insulated? Yes.

> How stable can the PID control be when properly tuned? While the heat carried away is constant? It should be possible to reach a state where the heat generated...

While hacking on getting rid of the thermistor table I wondered wether it'd be possible to run PID not against a Celsius value, but against the raw ADC value instead....

I just rebased all the branches related to this issue to master. These are the branches _issue74_, _issue74-ilimOutput_, _issue74units_ and _ProportionalBandPID_. @drf5n, do you still remember what the use of...

Removed branch _issue74units_. The one commit was (except for a comment typo fix) identical to the first commit on branch _issue74_.

At your service. Rebased _issue74_, _issue74-ilimOutput_ and _pid_autotune_ to _experimental_. No guarantees on whether this still compiles, much less on how it works. All rebases went without conflict.

Configtool writes config.h and as such, using the Makefile is exactly the same with or without using Configtool. Saving a board overwrites thermistortable.h, so you might want to move your...

Yes, setting MCU, programmer port and such stuff is expected when using the Makefile. Easiest way is to copy _Makefile-AVR_ to _Makefile_ for doing this. Then a simple `make` is...

Thanks for the code simplification. As I didn't see such a dramatic change here I investigated it a bit and noted the results at the bottom of the commit message....

Nice! Where is the carefully crafted fix for everybody?