Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
picolito [2021/06/19 16:20] yairpicolito [2024/02/25 14:03] (current) yair
Line 1: Line 1:
-== projector ==+=== projector ===
   * https://github.com/beagleboard/beaglebone-black/wiki   * https://github.com/beagleboard/beaglebone-black/wiki
   * https://beagleboard.org/latest-images   * https://beagleboard.org/latest-images
   * https://www.ti.com/tool/DLPDLCR2000EVM   * https://www.ti.com/tool/DLPDLCR2000EVM
 +  * {{:ti_dlp_lightcrafter_display_2000_evm_user_s_guide_dlpu049c.pdf}}
 +  * {{:ti_dlp_system_design_brightness_requirements.pdf}}
 +  * {{:programmers_guide_dlpu013a.pdf}}
 +  * https://polyfractal.com/post/lcos-light-engine/- nice teardown
 +  * AAXA HD Pico Mini LED Projector ([[https://www.amazon.com/gp/product/B01MCY4KYH/|AMZ]])
  
 +<code>
 +cd /opt/scripts/device/bone/capes/DLPDLCR2000/
 +cat README.txt
 +tar -xvf dlp_lightcrafter-1.0.19.tar.gz
 +cd dlp_lightcrafter-1.0.19
 +sudo python setup.py install
 +</code>
 +run mplayer
 +<code>
 +sudo apt install mplayer
 +export DISPLAY=:0
 +wget https://idiot.io/wp-content/uploads/Electrodible/electrodibels-rotate.mp4
 +mplayer electrodibels-rotate.mp4
 +</code>
 === retrofitting a pico-projector to a UV lithography station for etching === === retrofitting a pico-projector to a UV lithography station for etching ===