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

Working on a similar hack for yt-1200 device #7

Open
jkoenig72 opened this issue Jun 11, 2024 · 6 comments
Open

Working on a similar hack for yt-1200 device #7

jkoenig72 opened this issue Jun 11, 2024 · 6 comments

Comments

@jkoenig72
Copy link

jkoenig72 commented Jun 11, 2024

Hi,

like your work. was able to replicate it for my yt1000, I also have a yt-1200 and try to apply same hack.

I added a few pics below. Sadly board is different. But still using same radio modul. I can not identify the TX / RX pins, but I was thinking why not get those directly from the radio modul. But thats not working. Also I have issues identifiing the sequences for up/down/right/left. by listening to those pins, however I receive some hex data.

In your yt1000 hack you have attached th tx / rx pins differently, may I ask if you have tried also to attched them to the radio modul? As this seems obvious to me, And did that not work for you as well? I have put my yt1000 in action and would not like to dismantel it again... ;-)

Any idea what I can try? How to find the right tx/rx pins?

yt1200_1
yt1200_2
yt1200_3

@bojanv55
Copy link

I just did similar thing on the YT-1000. Using FT232RL FTDI USB 3.3V TTL Serial. I can read the data on the PC, and I can see it receives "START\r\n" and receives that sequences "60cc6060cc6060cc60..." when I use the remote, but when I try to send this data from the PC it seems it is not working. Not sure what could be the problem though...

@bojanv55
Copy link

UPDATE

I just tried with my Arduino UNO

#include <Arduino.h>

void setup() {
  Serial.begin(9600);
}

void loop() {
    Serial.write("\x60\xcc\x60");
}

and it works! so it seems that it is some problem with voltages used on USB-TTL I guess. Arduino probably works differently on TX pin.

@jkoenig72
Copy link
Author

jkoenig72 commented Jun 14, 2024

So - you can cofirm that directly soldering those pins to the remote works on the YT-1000?

Can you confirm?

If this is the case it should work on the YT-1200 as well. Then I must do something wrong.

@bojanv55
Copy link

yes. did you try arduino directly? I think the voltages for sending on USB-TTL are probably not what YT-1000 expects.

@jkoenig72
Copy link
Author

jkoenig72 commented Jun 14, 2024 via email

@bojanv55
Copy link

Just to comment, that I tried also connecting uart5 of orangepi zero 2, and it also works OK.

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