Hello, I am in the planning process of the project of the induction brass annealing machine. I have ordered Mini Induction Heater https://www.rmcybernetics.com/files/pdf/CRO-SM2.pdf and now I am looking how to connect this device with my Arduino Uno.
In the manual mentioned above I am interested in Special Mode = NO_LD_SHDN No Load Shutdown
SET CURRENT MODE
With the power output running, briefly pulling
this pin low will save the current power state as
the minimum acceptable load. The value is
stored in non-volatile memory and will function
even after the circuit has been powered off and
on again.
If the measured current falls approximately
0.5A below this value, the power output will be
disabled until the current is high enough again.
Roughly every second, the coil will be pulsed
to measure the current.
To reset this value to zero, this input should be
pulled low when the output state has been
manually disabled.
NB: This mode will not work while the device is
in other special modes such as power
modulating or using the ADC
My question is can I do it with Arduino or I should just short that solder path to GND?
All help is welcome