Jonas Hagberg
Jonas Hagberg
Just tried this on a Adafruit HuZZAH 4M and I managed to get these printouts before it dies. Live heap is: 38224.00 Live heap is: 38224.00 Live heap is: 27640.00...
Yes, I failed also to get a fix. I am now using the ESP8266Webserver lib and hardcoding the html in progmem. So far stable. Thanks for your response.
Hej nice commit. I need to change the controller value to this to get it to compile. aTune.SetControlType(PID_ATune::AMIGOF_PI); Is it just typo? How long will a run of AMIGOF_PI take?
Sure I can! I am testing all of the autotunes This far I can get ZIEGLER_NICHOLS_PI and ZIEGLER_NICHOLS_PID to work Also TYREUS_LUYBEN_PI starts and finds max and min Now running...
Oki but you are supposed to see output changes in the same way as the other? On the serial monitor?
Aha so first you want to hold the process steady at baseline then steady after step up. I turned out debug and it made sense!
I guess that is up to @br3ttb
Hum... Thats the tricky part I guess. Your suggestions is good. Or what about the same way redmine use? ``` Projects: project#3 (link to project with id 3) project:someproject (link...
Yes it would be super!
For example c = PyCmdMessenger.CmdMessenger(arduino,commands) msg = c.receive() print(msg)