Search found 5 matches

by PetrJakes
09 Nov 2019, 21:58
Forum: ESP Easy: General Discussion
Topic: open-drain (open-collector) on the input: is external pull-up necessary
Replies: 9
Views: 9169

Re: open-drain (open-collector) on the input: is external pull-up necessary

See _P003_Pulse.ino Do you mean this?: pinMode(Settings.TaskDevicePin1[event->TaskIndex], INPUT_PULLUP); Anyway, thanks for your comments. Do you think it is good to report/request the pull-up/down issue to the https://github.com/letscontrolit/ESPEasy/issues/new ? In the Tasmota SW, for example, th...
by PetrJakes
09 Nov 2019, 21:29
Forum: ESP Easy: General Discussion
Topic: open-drain (open-collector) on the input: is external pull-up necessary
Replies: 9
Views: 9169

Re: open-drain (open-collector) on the input: is external pull-up necessary

Since the counter plug-in does not have a pullup option you should install the external resistor. Couple minutes work, done Yes, until you have to do it 50 times :D I have made some experiments. Hardware Settings => GPIO boot states: PIN14 set as an input Devices => Task Settings: Device: Generic -...
by PetrJakes
09 Nov 2019, 10:36
Forum: ESP Easy: General Discussion
Topic: open-drain (open-collector) on the input: is external pull-up necessary
Replies: 9
Views: 9169

Re: open-drain (open-collector) on the input: is external pull-up necessary

For example the switch plugin does have a pull-up checkbox in its configuration. You can also set the gpio boot state in the "hardware" tab. Yes, I know those settings. I would like to configure: "Devices => Generic - Pulse counter" - but there is not setting/definition in the m...
by PetrJakes
09 Nov 2019, 08:42
Forum: ESP Easy: General Discussion
Topic: open-drain (open-collector) on the input: is external pull-up necessary
Replies: 9
Views: 9169

Re: open-drain (open-collector) on the input: is external pull-up necessary

The pull-up option is chosen in the device's plugin.
Where to find this option in the ESPEasyMega?
by PetrJakes
09 Nov 2019, 02:24
Forum: ESP Easy: General Discussion
Topic: open-drain (open-collector) on the input: is external pull-up necessary
Replies: 9
Views: 9169

open-drain (open-collector) on the input: is external pull-up necessary

Trying to monitor Zenner water meter EDC communication module Module parameters: Output type: N-channel Open-Drain (equivalent to an open collector) Max output voltage: 24 V DC Max Output current: 50 mA Pulse length: >= 50 ms Output resistance: 110 Ω Output capacity: 1 nF To connect open collector t...