Detect voltage from remote module

Hi,

I just bought this module: https://amzn.eu/d/2ATaNED

The idea was, to power it from the 5v output of an arduino uno clone and detect the output voltage via an input pin of the arduino. I've connected the ground cables, but the state of the input pin is always "high". Any ideas to solve this?

You need to connect the white wire to the arduino digital pin and use INPUT_PULLUP

The input will go LOW when it receives a signal

Thnx, that did the job.

Have a nice day!

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.