-
Notifications
You must be signed in to change notification settings - Fork 147
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
Will this work with MicroMod Big Display Carrier Board #9
Comments
I guess you have already added this to the top-level CMakeLists.txt?
Here is a UF2 I just built and tested using that pin config, works for me: You may want to try a different monitor. Protocol-wise the DVI output should be fine, but some monitors might be unhappy with the logic levels from the capacitively coupled output circuit, or with the fact that 5V is not applied to the HDMI 5V input (strangely the board seems to treat that pin as a 5V output). |
Hi Luke, The Sparkfun repo only had a couple of example UF2 files, but no source code. Those files did not work. Also, when I compiled your code, I did not change the add_definitions and it also looks like that line was commented out. I will give that a try later today and recompile your code. Great to see this work. Really appreciate that you did this project. |
You need to load the images as well as the viewer -- drag the
If you read the source you will see there are multiple resolutions you can select |
Thanks. All makes sense when you know what you are doing. I'll start looking at the code before asking questions next time. I guess I was looking for instant gratification :^) All working now except for the start up issue with the monitors. I'll take a look at that 5V input that you mentioned. I've tried a couple of monitors (and cables) and even tried the DVI input on one of them. I'll try another one just for fun. |
Hi Luke,
This isn't specifically your issue, but I was wondering if you have any experience or knowledge of the Sparkfun MicroMod Big Display Carrier Board and RP2040 MicroMod. I recently bought this setup and the example uf2 files they provide don't appear to work. No responses from their forum as yet.
I only ask because they reference your software and their design is somewhat based on your design (I noticed they still use the capacitive coupling of the HDMI signals).
I've tried compiling your software and it doesn't work on this setup either (compiles fine, but no display).
Any suggestions for troubleshooting? RP2040 seems to load okay, I'll try to get a look at the signals to the HDMI connector with a scope.
MicroMod_Big_Display_Schematic.pdf
Thanks,
Ralph
Link to their board https://www.sparkfun.com/products/17718
The text was updated successfully, but these errors were encountered: