john30 / ebusd-esp

Firmware for ESP8266 allowing eBUS communication for ebusd (https://github.com/john30/ebusd)
150 stars 22 forks source link

No reception with GPIO3/RX (ebus-v2_d1mini.bin) #24

Open B-G-T opened 4 years ago

B-G-T commented 4 years ago

If the output of the self-made ebus adapter V1.6 is connected to RX, the signal does not reach low level (confirmed by oscilloscope) which means the direct RX mode does not work.

Everything works fine if D1 is used for reception (in combination with the setting SW D1).

john30 commented 4 years ago

not sure if this will work anyway as V1.6 of the interface surely has different logical power levels

B-G-T commented 4 years ago

Frankly speaking I wonder if the RX line is maybe misconfigured as output (always high) instead of input? You don't plan to make the ESP program open source, do you?

john30 commented 4 years ago

surely not. as said, I'm not sure if this will work with the 1.6 hardware

woutput commented 4 years ago

You don't plan to make the ESP program open source, do you?

@john30 could you explain why please? Preferably in README.md? Thank you.