Embedded controller?

(Backdated: Nov. 4, 2016)

Today I experimented with tiny embedded microcontrollers and PID control. I figured out how to program an ATtiny24 microcontroller with an Arduino based on this documentation, which will be way easier to build into our final prototype as a self-enclosed temperature control system.

An ATtiny24 microcontroller

I tried to implement some basic PID on the ATtiny, but I didn’t really have a good system to control with it yet, so that’ll have to wait. That being said, I’ve got the programming process for it down, so it’s just a matter of applying what I learned in the line follower lab. Anyhow, it lives!

--

--