-
Notifications
You must be signed in to change notification settings - Fork 79
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
[Question] VGA to HDMI converter not working #72
Comments
Researching more on this topic, perhaps the problem could be HSYNC and VSYNC that should be TTL signals and my VGA2HDMI converter doesn't work with 3.3V signals, while my old 17" vga screen accept this logic levels. I will try with a logic level converter for 3.3V to 5V. |
Failed test. It doesn't work. I don't know what else could I try. |
Could it be possible, that the VGA2HDMI doesn't support the video mode you provide with the ESP32? Which VGA mode do you want to use (resolution@frequency)? Regards, Thorsten |
These are the supported resolutions of VGA2HDMI device: This is the display: 5" hdmi 800x480 xpt2046 for Raspberry Pi 3/2 Model B/B+ & Banana Pi I have checked it with my old laptop (sony vgn21 - Windows 7) with a screen resolution of 800x600 (60Hz), and It works good. Altough my laptop has a HDMI output, I have used VGA output and VGA2HDMI device converter to test it, with success. |
Ok, and which resolution@frequency you want to output at your ESP32? |
I want to use 800x600@60Hz. I'm using a very short cable, about 20cm, that works good with 800x600 old 17" TFT Screen. Thinking about the plug, GNDs for Red, Green and Blue are not connected (pin 6, 7 and 8). Should I connect it to common GND?. Perhaps it could be the problem, and the VGA2HDMI converter needs this lines connected to GND insted of N/C. I don't know. I will try it too. |
Maybe there is the possibility at your 17" screen to check the VGA signal parameters (horizontal/vertical frequencies, ...). Possibly the VGA2HDMI isn't as tolerant as your monitor... |
The screen is ACER V173 Bb. I thought it could be H/V SYNC at 3.3V. HSYNC and VSYNC signals are a train of squared pulses of +5V and I was using 3.3V. Then I added a 3.3V to 5V level converter, but without success. |
I have same problem here.. I wait for a hdmi solution too.. Thanks |
I'm sorry but I haven't found the solution. I don't have an oscilloscope and then I can't take some measurements in order to know where is the problem. At last, I have moved to the new Raspberry Pi Zero 2W that has a HDMI builtin output and It's cheap. I think ESP32 doesn't have enough power (Mhz) to drive HDMI directly. You will need some additional hardware and the cost it has is more than the Raspberry Pi Zero 2W. |
I buy this adapter and work: VGA3Bit vga; All work good ( Serial, SPIFFS, SD, Wifi ) on ESP32 Dev Kit V1 if we use VGA3BitI.h (interrupt version) ...i dont test others drivers And for Buttons i use ezButton library: |
I also need to convert from VGA to HDMI, if you find any solution.. |
I have this VGA2HDMI converter that I use to conect a 5" hdmi screen to a VGA source. It works good with my old laptop, and I can see the Windows 7 screen on the small display using this VGA2HDMI converter ( 800x600).
I would like to use this small screen with ESP32 and this library. I have used basic demo example with an ESP32 and a TFT VGA screen with a direct wire connection (3bit mode), and It works good too. Also, advanced examples works good on the 17" screen.
Now, I would like use the vga2hdmi converter, but It doesn't work. I have tried adding +5VDC to pin 9, but without success. I don't know the reason, but I have checked that ESP32 and VGA plug works good, and converter works good too.
I was wondering if, perhaps, the ESP32 can't supply enough current to RGB pins or something else. Perhaps I would need to use I2C for the other pins.
I know It is a very general question, but perhaps, someone has tried before, what I want.
The text was updated successfully, but these errors were encountered: