Page 1 of 1

Z-Uno2 pin states on reset

Posted: 12 Dec 2021 13:05
by principia
I'm using Z-Uno2 with 3.0.8. I am running the example RadioBlink sketch. I have hardware interfaced to the Z-Uno2 which I needs to have the correct voltages / signals during reset of the Z-Uno. On pins 6 (IR TX 0 ADC 3) and 24 (TX 0) when the reset button is pressed output signals are generated for a short time - enough to observe with an LED attached through a resistor. As far as I can tell other pins do not show this behaviour.

Could you please investigate this and let me know how I prevent the generation of these output signals at reset?

Re: Z-Uno2 pin states on reset

Posted: 13 Dec 2021 16:58
by p0lyg0n1
Hi,
I know the reason of output on 24 (TX 0). It's a system console. You are able to switch off console output using:

Code: Select all

ZUNO_ENABLE(DBG_CONSOLE_PIN=0xFF);
I don't know why we have a signal on A3. Will check it.

Best regards,
Alex.