Wednesday, January 19, 2022

Smart temperature control with a Raspberry Pi Pico #RaspberryPiPico #Python @Hackaday @veeb1337

Heat-o-matic is a proportional integral derivative (PID) controller that will be used to run a home-made precision heater. PID is a fancy way of saying that the code plays a game of ‘Warmer’, ‘Colder’ to get something to a particular value (in our example, a particular temperature). The internet is littered with examples of these things, so it is primarily a didactic exercise that will use a few bits of code we’ve previously developed, and hopefully it will make us a little smarter along the way.

Hardware:

See the video below, the project on GitHub and more on Hackaday.

No comments:

Post a Comment