-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cabling issue? #95
Comments
That's too long. If you need that distance use RS485 tranceivers on both
sides to get a differential signal on the cable.
xxbyxx ***@***.***> schrieb am Mo., 14. Okt. 2024, 17:12:
… Hi,
some days ago I changed position of the ESP32. Forehand it was directly
attached to the sensor, but outside. Since I was afraid about winter
weather conditions, I moved it to the switchboard cabinet. Therfore I used
an existing in-wall ethernet cable to connect sensor and ESP32. Cable
distance is approx. 15m.
Since that change I experienced several issues. E.g. sensor triggers ring
via MQTT if I close motor driven covers randomly or sometimes there is not
any touch sensitivity.
The issues does not occur if "fingerprintDoorbellForkMini/ignoreTouchRing"
is on! So it might has to do something with the touchring?
Did anybody experienced comparable issues and might come with a hint? Do
you think cable distance is to long or is ist more likley that there is any
EMS disturbance coming from 230V cables next to the ethernet cable?
KR
Florian
—
Reply to this email directly, view it on GitHub
<#95>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AYPH5DQOADT63PNJTWWRDQDZ3PNMVAVCNFSM6AAAAABP5HFPE6VHI2DSMVQWIX3LMV43ASLTON2WKOZSGU4DMMZUGY4TSNI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Thanks mate. |
Because i want to extend the distance between the sensor and the ESP32 as well to around six meters, we first must check if the serial stream of the sensor is full oder half-duplex. If it is only half-duplex, we need only two wires for tx and rx (and GND), one for the finger detection signal and one for the power supply. If the power supply voltage is 5 V, we must use some sort of voltage regulator to get 3.3 V for the sensor, the rx line should be connected to the interface ic over a voltage divider. Important is the ability of autodirection-control, look at the circuit on page 7: Or from Maxim with the MAX13487: I will make a test setup in the next days and will post a message here if it works. |
One question: Which issues do you get with the long cable? Only touch ring problems? Any communication issues? |
Hi, thanks a lot for your explanation. A documentation of your test setup would be highly appreciated! As I see it, the sensor uses semiduplex asychronism serial communication with a power supply of 3.3V - but please be aware that I am really not an expert in that field! I have the following issues:
So far, these issues disapear when I disable touchring. However, ring sensitivity is to low in that case so that is not a proper solution. |
Hi,
some days ago I changed position of the ESP32. Forehand it was directly attached to the sensor, but outside. Since I was afraid about winter weather conditions, I moved it to the switchboard cabinet. Therfore I used an existing in-wall ethernet cable to connect sensor and ESP32. Cable distance is approx. 15m.
Since that change I experienced several issues. E.g. sensor triggers ring via MQTT if I close motor driven covers randomly or sometimes there is not any touch sensitivity.
The issues does not occur if "fingerprintDoorbellForkMini/ignoreTouchRing" is on! So it might has to do something with the touchring?
Did anybody experienced comparable issues and might come with a hint? Do you think cable distance is to long or is ist more likley that there is any EMS disturbance coming from 230V cables next to the ethernet cable?
KR
Florian
The text was updated successfully, but these errors were encountered: