Thanks.
Search found 6 matches
- Thu Oct 06, 2022 3:02 am
- Forum: General Discussion
- Topic: Read multiple digital input from one digital output.
- Replies: 11
- Views: 6918
- Wed Oct 05, 2022 3:05 am
- Forum: General Discussion
- Topic: Read multiple digital input from one digital output.
- Replies: 11
- Views: 6918
Re: Read multiple digital input from one digital output.
I need to show, remotely, the status of an industrial panel. So, in my web application (dashboard) I have buttons and switches icons for each physical button and switch on the panel. When a button or switch changes its state, on the panel, the esp send an mqtt message with the status change to be r...
- Mon Oct 03, 2022 5:41 pm
- Forum: General Discussion
- Topic: Read multiple digital input from one digital output.
- Replies: 11
- Views: 6918
Re: Read multiple digital input from one digital output.
I need to do this for 8 switches, so my question is if all 8 input pins can detect the high state of a single output pin or is it necessary for each input pin to receive the high signal from an individual output pin? My question is whether the "strength" of a single output signal is enough to detec...
- Mon Oct 03, 2022 5:08 pm
- Forum: General Discussion
- Topic: Read multiple digital input from one digital output.
- Replies: 11
- Views: 6918
Re: Read multiple digital input from one digital output.
I hadn't thought of that, I think it's a very good idea.ESP_Sprite wrote: ↑Sat Oct 01, 2022 2:03 amSo if you want to use an output that is high (=3.3V) all the time, why not simply connect to the 3.3V power supply line instead?
Thanks a lot.
- Fri Sep 30, 2022 2:16 am
- Forum: General Discussion
- Topic: Read multiple digital input from one digital output.
- Replies: 11
- Views: 6918
Re: Read multiple digital input from one digital output.
...why'd you need an out pin to read switches anyway? Inputs pins should be enough. The solution that likely uses least pins is to use an I2C port expander, that's only two pins. Thanks for your answer. Yes indeed I will use an I2C port expander. I need to know when a normally open switch is on or ...
- Mon Sep 26, 2022 1:43 am
- Forum: General Discussion
- Topic: Read multiple digital input from one digital output.
- Replies: 11
- Views: 6918
Read multiple digital input from one digital output.
Hello.
I need to read the state of 8 switches (just on or off state). In order to use as few pins as possible I want to use only one output pin and use it for multiple input pins. Is this possible?
Regards.
I need to read the state of 8 switches (just on or off state). In order to use as few pins as possible I want to use only one output pin and use it for multiple input pins. Is this possible?
Regards.