Adding many heaters and sensors to Duet3
-
Just considering options at the moment.
Say I want to control 7 heaters+sensors of which 5 are 230V/SSR, and read 9 more NTC temperature sensors using Duet3 Mini which I would want to process in the daemon task, would one or more Sammy-C21 boards connected over CAN-FD work for that? Of course that would need additional hardware such as resistors for the NTC's, a driver for the SSR's, etc. Not a problem for me.
Would the Duet3Expansion firmware on Github work for that with little or no modification? When looking at the pins in the wiki page, can I use PA[04..08] for NTC sensors and PA06/12/19/23 to control heater SSR's, for example?
-
Yes that should work.
-
Nice, thanks!