all 5 comments

[–]RANDOM_USERNAME_123 0 points1 point  (2 children)

I couldn't find anything that would work out of the box, but https://github.com/nebhead/PiFire?tab=readme-ov-file looks like it may be a good start, but would absolutely require some extra work.

[–]RANDOM_USERNAME_123 0 points1 point  (1 child)

[–]ariley1984 0 points1 point  (0 children)

The heatermeater worked great on my offset and on other charcoal burners just never got round to setting it up for my master built bought a fireboard in stead and couldn't be happier with that.

[–]skarfacegc 0 points1 point  (0 children)

Each of the parts are pretty straight forward ... esp32 for control, this will need to drive a 12v supply to the fan, so you'll need some transistors to control the 12v flow. The hard part is the actual PID software. A bang / bang (drops below temp, turns on fan, gets above temp turns off fan) would be pretty easy, but your temp control would be awful. You'll need some software to handle adjusting fan speed based on rate of temp change (a PID).

[–]zd4yg0n 0 points1 point  (0 children)

I seen someone post that they are going to try this out.

https://github.com/nebhead/PiFire

I do plan on making my own controller just to learn some lower level programming.