skot / bitaxe

Open source ASIC Bitcoin miner hardware
GNU General Public License v3.0
842 stars 122 forks source link

Add a PCB air temp sensor. #61

Closed skot closed 10 months ago

skot commented 1 year ago

Because of #59 we're going to need a new way too measure (or approximate) chip temperature. This probably means adding a PCB air temp sensor as close to the ASIC and heatsink as possible.

a digital I2C temp sensor with the TMP75 is the most straight forward, but if there is a significant cost difference an analog temp sensor could work. We have plenty of ESP32 analog pins available.

skot commented 10 months ago

the BM1366 has no internal temp sensor. @benjamin-wilson moved the EMC2101 up nice and close to the ASIC and I think that's working pretty well.