jpraus / arduino-opentherm

Arduino library and hardware shield to send and receive data from Opentherm devices
Other
160 stars 42 forks source link

How to connect power during self test? #40

Closed JoepBakker closed 2 years ago

JoepBakker commented 2 years ago

Hi,

I was wondering how I should connect the power while running selftest. In the instructions, it says to connect the 24V power supply. Is it still safe to connect the 5V power supply (USB) to the arduino?

In the section before, for the hardware test, the instructions specify that the 5V supply should be disconnected. If this is also the case for the self test, could anyone maybe help me with how to connect the serial monitor without providing power?

Thanks in advance!

jpraus commented 2 years ago

It's safe to connect the USB to Arduino, It has an auto-power select which will block the 5V coming from USB if there is external power.

JoepBakker commented 2 years ago

Awesome, thanks!