-
Notifications
You must be signed in to change notification settings - Fork 20
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
Tindie stock? #2
Comments
@MickMake Any idea on whether or not we can get a resolution to this? It would definitely help and save me time from laying out a new breakout board! |
@MickMake If you are not going to restock these boards can you please upload gerbers so we can order our own? Thanks, just got 2 DLP's for a project. |
FWIW, I came across https://www.pcbway.com/project/shareproject/Pi_Zero_to_TI_Pico_Projector_Board.html while looking for something else, but I haven't tried it myself, so caveat emptor. I ended up wiring a board up myself by hand that has been running atop a Pi 3 for a few months now. Been planning to do a write up about it with pictures, but haven't had the time. I was able to implement it with 2 GPIO pins free for other things (in addition to i2c which is shared). |
did you or anyone else have a chance to try this? Edit: anyway I've ordered it, so I'll let you all know |
I have not looked into this. have not had time.
…On Tue, Oct 19, 2021 at 3:44 PM Stéphane Bruckert ***@***.***> wrote:
FWIW, I came across
https://www.pcbway.com/project/shareproject/Pi_Zero_to_TI_Pico_Projector_Board.html
while looking for something else, but I haven't tried it myself, so caveat
emptor.
did you or anyone else have a chance to try this?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACSBDSO3VWXLEDBTSDRTX2LUHXYFBANCNFSM4SLKHDKA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
So the board at https://www.pcbway.com/project/shareproject/Pi_Zero_to_TI_Pico_Projector_Board.html was useful. It works! It fixed the shaking screen issue I had while using cables and no board. The board was created by Sean Hodgins who wrote https://www.instructables.com/Face-Changing-Projection-Mask-Be-Anything/, which means the tutorial must be followed:
I'm thinking of writing a full tutorial but until I haven't, feel free to ask any question and I will try to answer |
@stephanebruckert I only have 1 issue that I can't really figure out and it seems like all forums about that issue has been closed. I can't get the raspberry pi zero to show any image on the DLP2000. I've followed this guide: http://frederickvandenbosch.be/?p=2948 And also tried the configs here in this GitHub project but nothing other than the projectors default screen. Basically seems like I get the same issue as this guy is quoting here: https://e2e.ti.com/support/dlp-products-group/dlp/f/dlp-products-forum/844615/dlpdlcr2000evm-evm-with-raspberry-pi4
Can anyone please give me a helping hand? :) |
Pi Zero W |
So my setup is basically the same as this guide here: |
Ok I think I know why. I had the same problem and found the answer in some forum. In the tutorial it says
but for Pi Zero we need to add
save that and make sure you reboot |
Seems like it's at least trying to do something now. |
and I can now get information when running
|
I remember adding some more lines to the end of $ cat /boot/config.txt
# Uncomment some or all of these to enable the optional hardware interfaces
dtparam=i2c_arm=on
#dtparam=i2s=on
dtparam=spi=on
# Uncomment this to enable infrared communication.
#dtoverlay=gpio-ir,gpio_pin=17
#dtoverlay=gpio-ir-tx,gpio_pin=18
# Additional overlays and parameters are documented /boot/overlays/README
# Enable audio (loads snd_bcm2835)
dtparam=audio=on
[pi4]
# Enable DRM VC4 V3D driver on top of the dispmanx display stack
dtoverlay=vc4-fkms-v3d
max_framebuffers=2
[all]
#dtoverlay=vc4-fkms-v3d
# Add support for software i2c on gpio pins
dtoverlay=i2c-gpio,i2c_gpio_sda=23,i2c_gpio_scl=24,i2c_gpio_delay_us=2,bus=3
# DPI Video Setup
dtoverlay=dpi18
overscan_left=0
overscan_right=0
overscan_top=0
overscan_bottom=0
framebuffer_width=854
framebuffer_height=480
enable_dpi_lcd=1
display_default_lcd=1
dpi_group=2
dpi_mode=87
dpi_output_format=458773
hdmi_timings=854 0 14 4 12 480 0 2 3 9 0 0 0 60 0 32000000 3
start_x=1
gpu_mem=128
enable_uart=1
dtoverlay=w1-gpio
dtparam=i2c1=on Hope it helps |
FYI I started from this tutorial https://www.mickmake.com/post/build-a-pi-zero-w-pocket-projector-project/ The part about enabling i2c is probably important. I assume it is what |
Will have a look at that. |
"it", the projector or raspberry? Asking because the rainbow screen is part of the DLP and the DLP doesn't have an HDMI, so I don't understand how that is possible |
Sorry,
Disables HDMI output. On other notes the last 5 rows does not seem to solve my issue. no output to projector.. Really appreciate the help! |
Any news on this? |
I've been checking off and on, but your status for both revisions of the board at Tindie has been out of stock for some time... are you expecting to restock at some point?
If not, would it be possible for you to publish the PCB sources or Gerber files, for any version even if it's not the latest and greatest, here so we can have our own boards made?
The text was updated successfully, but these errors were encountered: