Z-Uno2 pin states on reset

Discussion about Z-Uno product. Visit http://z-uno.z-wave.me for more details.
Post Reply
principia
Posts: 14
Joined: 28 Sep 2021 19:33

Z-Uno2 pin states on reset

Post 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?
p0lyg0n1
Posts: 242
Joined: 04 Aug 2016 07:14

Re: Z-Uno2 pin states on reset

Post 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.
Post Reply