Hamilton Heater Cooler (HHC)#

Summary

Photo

- OEM Link
- Communication Protocol / Hardware: ? / ?
- Communication Level: Firmware

- Temperature range: 0 to 110°C

quadrants


Setup Instructions (Physical)#

WIP


Setup Instructions (Programmatic)#

WIP

%load_ext autoreload
%autoreload 2
await hhc.setup()

Usage#

Temperature control#

WIP

await hhc.set_temperature(70)
await hhc.wait_for_temperature()
await hhc.get_temperature()
await hhc.deactivate()