Skip to content
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

intercepting yellow wire #1

Open
eudovic opened this issue Apr 18, 2020 · 3 comments
Open

intercepting yellow wire #1

eudovic opened this issue Apr 18, 2020 · 3 comments

Comments

@eudovic
Copy link

eudovic commented Apr 18, 2020

Hi! Tks for the project!!
Did you intercept the yellow wire as an Y wire? Or did get for BLE or ESC side only?? Can you understand my doubt? Tks!

@rascafr
Copy link
Owner

rascafr commented May 10, 2020

Hey mate! work was done only by sniffing data between the uart single wire between BLE and ESC ;)
if you need to get data from for instance ESC <-> IOT or ESC <-> BMS you might need to add two diodes and a pull-up resistor to analyse at the same time the TX / RX lines

@eudovic
Copy link
Author

eudovic commented May 10, 2020 via email

@rascafr
Copy link
Owner

rascafr commented May 27, 2020

Well if you want to watch both TX and RX lines from the escooter, either you can use an arduino mega with its 4 uart to monitor both data lines. If you're using a uno or another single-uart device, give a try to the following schematic (diodes can be 1N4148, or even better with Schottky types)

image

I did not tried this, but it should work, given the fact serial lines are active low, diodes became to conduct, bringing the Uno_Rx line voltage to low level as well, thereby combining both half duplex RX & TX signals from the scooter

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants