You are not logged in.

#1 2017-07-24 08:23:13

Hotam
Member
Registered: 2017-07-24
Posts: 14

nanoDLP and LightCrafter4500

hey all
so iv'e set up nano dlp
i can move the axis
but for some reason i still cant control my DLP
im using the DLP lightcrafter4500 EVM by texas instruments

i can choose in their GUI between [Video Mode] to [pattern sequeance]
and in thoes modes there is alot of preferances i need to configure
what is the recommended preferencaes of the nano dlp in the following:

mode? (video or pattern)
parallelRGB or FPD - Link?
number of bits?
pixel data format?(RGB444\YUV444\YUV422)
Clock select?(P1_CLKA/P1_CLKB/P1_CLKC)
input port data swap?(ABC -->BAC, etc....)

god bless you all smile

LC1.jpg

LC2.jpg

Last edited by Hotam (2017-07-24 09:03:04)

Offline

#2 2017-07-25 00:52:15

1125lbs
Member
Registered: 2017-03-15
Posts: 81

Re: nanoDLP and LightCrafter4500

Hello Hotam,

check this out https://www.youtube.com/watch?v=yxUSxvGSLEQ, related with the LC4500 dmd mirror orientation.

http://www.kguttag.com/2012/02/09/ti-dlp-diamond-pixel/


https://e2e.ti.com/support/dlp__mems_mi … trol/f/924

Last edited by 1125lbs (2017-07-25 01:18:52)

Offline

#3 2017-07-25 11:51:10

Hotam
Member
Registered: 2017-07-24
Posts: 14

Re: nanoDLP and LightCrafter4500

hey thanks for your reply
i sent a post to the ti community. but ill post it here also:

hello
im trying to build a DLP 3dPrinter using the DLP4500 EVM and the opensource nanoDLP host + marlin firmware(for the arduino)

when im connecting the system to my computer (HDMI+USB), i get in to video mode in the LightCrafter Gui
and i can see the projector is projecting my desktop. so far all good.

now, when im unplugging the HDMI and connect it to the RaspberryPi3, i get a blue screen that does not change
if i send something to print, the printer is moving, and i can see nanoDLP host is sending images to the projector
but the light that projects is only a blue square.

so i did some checks and configured some stuff in the RPI3 boot (config.txt)
and now when use the terminal to get some info on the video configurations of the rpi3 and what is connected to him i get the following results:

when i type: /opt/vc/bin/tvservice -m DMT
i get a list of available modes
mode 4: 640x480 @ 60Hz 4:3 clock25MHz progressive
mode 28: 1280x800 @ 60Hz 16:10, clock:83MHz progressive

and when i type: /opt/vc/bin/tvservice -s
i get my current state
state 0x120006 [DVI DMT (28) RGB full 16:10], 1280x800 @ 60.00Hz, progressive

looks good to me as far as i understand

so the projector itself is working, and i think the video config of the raspberry pi3 is fine(i think im not sure!!!)
so the last thing that can influance this is the projector configuration inside the nanoDLP HOST, i will share them here and please help me to figure out if i configured something wrong

Projector Resolution Width: 1280
Projector Resolution Height: 800
Projector communication Type:(USB / Serial - ASCII (\r\n)
                                Communicate in ASCII mode and end commands with carriage return + new line
                              USB / Serial - ASCII (\r)
                                Communicate in ASCII mode and end commands with carriage return
                              USB / Serial - ASCII (\n)
                                Communicate in ASCII mode and end commands with new line
                              USB / Serial - Binary
                                Communicate in Binary mode
                              HDMI Power On/Off
                                Force the projector into standby mode by cutting the signal to the projector
                              Execution Only
                                Run external syscall only - Useful to control the projector through HDMI-CEC)
****what should be the communication type? the projector is plugged in to te RPI3 through the HDMI and to the COMPUTER through the USB****
Baud Rate: 115200
USB/Serial Port Adress: /dev/ttyUSB1
Projector Turn On Command: \x06\x14\x00\x04\x00\x34\x11\x00\x00\x5D
Projector Turn Off Command:\x06\x14\x00\x04\x00\x34\x11\x01\x00\x5E
Display Display Number: 0
Execute to Turn Projector On:\x06\x14\x00\x04\x00\x34\x11\x00\x00\x5D
Execute to Turn Projector Off:\x06\x14\x00\x04\x00\x34\x11\x01\x00\x5E

if some additional information is required please tell me!!

Offline

#4 2017-07-25 16:24:53

1125lbs
Member
Registered: 2017-03-15
Posts: 81

Re: nanoDLP and LightCrafter4500

Its kind strange, i think the output video should be configured to DSI display port.

the lc4500 is working with other hardware? did you test Internal test pattern? verify the flat cable in LC4500, did you modify the unity ? change to uv led or you buy already with uv option? its normal some "leakage" when mirror are off-state. so theres no input signal comming...

I consider you install a fresh image on rasp and only change the resolution to 1280x800 inside config.txt everything else should run out-of-the-box.

i will post today later my rasp config.txt so you could copy/paste/try

Last edited by 1125lbs (2017-07-25 16:27:15)

Offline

#5 2017-07-26 06:36:07

Hotam
Member
Registered: 2017-07-24
Posts: 14

Re: nanoDLP and LightCrafter4500

10q very much for your help
i feel really dumb, but the hdmi cable was "broken" errrr
all good now  smile

but still i would like to see your rpi config smile

are you also using a dmd mirror array?

Offline

#6 2020-12-21 11:37:23

fran42
Member
Registered: 2020-11-16
Posts: 70

Re: nanoDLP and LightCrafter4500

Hi Hotam,

I am having the same problem with a texas instrument projector.
Do you have any suggestion for me to try?

I can sitch on and off the light of the projector but cannot turn on or off the projector... it is very weird

Offline

#7 2020-12-21 11:39:50

fran42
Member
Registered: 2020-11-16
Posts: 70

Re: nanoDLP and LightCrafter4500

Also, if I use the same code as you to turn on-off the projector I get the following error:

External Call Problem exec: '\x06\x14\x00\x04\x00\x34\x11\x01\x00\x5E': executable file not found in $PATH

Offline

#8 2020-12-21 21:04:07

Shahin
Administrator
Registered: 2016-02-17
Posts: 3,541

Re: nanoDLP and LightCrafter4500

You should put command on projector code box.

Offline

#9 2020-12-22 12:52:49

fran42
Member
Registered: 2020-11-16
Posts: 70

Re: nanoDLP and LightCrafter4500

OK, the problem was that a space was needed before the command.

Now I get this:

Error    0    2020-12-22 12:49:39.965362    Gcode    External Call Problem fork/exec : no such file or directory
Notice    0    2020-12-22 12:49:39.919087    Projector    Projector on


Have you seen "External Call Problem fork/exec : no such file or directory" before and you know how to treat it?

Offline

#10 2020-12-23 20:52:39

Shahin
Administrator
Registered: 2016-02-17
Posts: 3,541

Re: nanoDLP and LightCrafter4500

Path to binary is not correct. Not sure what you are want to achieve and how. Share a debug file let me take a look

Offline

#11 2020-12-29 12:00:56

fran42
Member
Registered: 2020-11-16
Posts: 70

Re: nanoDLP and LightCrafter4500

pi@raspberrypi:~ $ dmesg
[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 5.4.51-v7l+ (dom@buildbot) (gcc version 4.9.3 (crosstool-NG crosstool-ng-1.22.0-88-g8460611)) #1333 SMP Mon Aug 10 16:51:40 BST 2020
[    0.000000] CPU: ARMv7 Processor [410fd083] revision 3 (ARMv7), cr=30c5383d
[    0.000000] CPU: div instructions available: patching division code
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
[    0.000000] OF: fdt: Machine model: Raspberry Pi 4 Model B Rev 1.2
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] Reserved memory: created CMA memory pool at 0x000000001ec00000, size 256 MiB
[    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[    0.000000] On node 0 totalpages: 999424
[    0.000000]   DMA zone: 2304 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 196608 pages, LIFO batch:63
[    0.000000]   HighMem zone: 802816 pages, LIFO batch:63
[    0.000000] percpu: Embedded 20 pages/cpu s49856 r8192 d23872 u81920
[    0.000000] pcpu-alloc: s49856 r8192 d23872 u81920 alloc=20*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 997120
[    0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=1 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_headphones=1 video=HDMI-A-1:1920x1080M@60 smsc95xx.macaddr=DC:A6:32:6F:55:3A vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  dwc_otg.lpm_enable=0 console=tty1 root=PARTUUID=c9ad3800-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.000000] software IO TLB: mapped [mem 0x17cc0000-0x1bcc0000] (64MB)
[    0.000000] Memory: 3602996K/3997696K available (10240K kernel code, 725K rwdata, 2740K rodata, 2048K init, 853K bss, 132556K reserved, 262144K cma-reserved, 3211264K highmem)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] ftrace: allocating 30051 entries in 59 pages
[    0.000000] rcu: Hierarchical RCU implementation.
[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[    0.000000] GIC: Using split EOI/Deactivate mode
[    0.000000] random: get_random_bytes called from start_kernel+0x340/0x518 with crng_init=0
[    0.000007] sched_clock: 32 bits at 1000kHz, resolution 1000ns, wraps every 2147483647500ns
[    0.000031] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275 ns
[    0.000109] bcm2835: system timer (irq = 17)
[    0.000773] arch_timer: cp15 timer(s) running at 54.00MHz (phys).
[    0.000793] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xc743ce346, max_idle_ns: 440795203123 ns
[    0.000813] sched_clock: 56 bits at 54MHz, resolution 18ns, wraps every 4398046511102ns
[    0.000829] Switching to timer-based delay loop, resolution 18ns
[    0.001068] Console: colour dummy device 80x30
[    0.001563] printk: console [tty1] enabled
[    0.001625] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=540000)
[    0.001667] pid_max: default: 32768 minimum: 301
[    0.001988] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[    0.002028] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[    0.003196] Disabling memory control group subsystem
[    0.003311] CPU: Testing write buffer coherency: ok
[    0.003792] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[    0.004629] Setting up static identity map for 0x200000 - 0x20003c
[    0.004830] rcu: Hierarchical SRCU implementation.
[    0.005452] smp: Bringing up secondary CPUs ...
[    0.006572] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[    0.007811] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
[    0.008991] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
[    0.009135] smp: Brought up 1 node, 4 CPUs
[    0.009203] SMP: Total of 4 processors activated (432.00 BogoMIPS).
[    0.009228] CPU: All CPU(s) started in HYP mode.
[    0.009251] CPU: Virtualization extensions available.
[    0.010007] devtmpfs: initialized
[    0.022930] VFP support v0.3: implementor 41 architecture 3 part 40 variant 8 rev 0
[    0.023195] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.023243] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.030976] pinctrl core: initialized pinctrl subsystem
[    0.032008] NET: Registered protocol family 16
[    0.035383] DMA: preallocated 1024 KiB pool for atomic coherent allocations
[    0.037021] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[    0.037055] hw-breakpoint: maximum watchpoint size is 8 bytes.
[    0.037389] Serial: AMBA PL011 UART driver
[    0.040728] bcm2835-mbox fe00b880.mailbox: mailbox enabled
[    0.060883] raspberrypi-firmware soc:firmware: Attached to firmware from 2020-09-02 21:14, variant start_x
[    0.070865] raspberrypi-firmware soc:firmware: Firmware hash is 4439d2aaa6c376a2d1ef4402f142e1cf4de37c43
[    0.124028] bcm2835-dma fe007000.dma: DMA legacy API manager, dmachans=0x1
[    0.128433] vgaarb: loaded
[    0.128912] SCSI subsystem initialized
[    0.129157] usbcore: registered new interface driver usbfs
[    0.129228] usbcore: registered new interface driver hub
[    0.129370] usbcore: registered new device driver usb
[    0.130842] clocksource: Switched to clocksource arch_sys_counter
[    0.882470] VFS: Disk quotas dquot_6.6.0
[    0.882598] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.882786] FS-Cache: Loaded
[    0.882980] CacheFiles: Loaded
[    0.883885] simple-framebuffer 3e402000.framebuffer: framebuffer at 0x3e402000, 0x7f8000 bytes, mapped to 0x(ptrval)
[    0.883926] simple-framebuffer 3e402000.framebuffer: format=a8r8g8b8, mode=1920x1080x32, linelength=7680
[    0.894580] Console: switching to colour frame buffer device 240x67
[    0.904266] simple-framebuffer 3e402000.framebuffer: fb0: simplefb registered!
[    0.913720] thermal_sys: Registered thermal governor 'step_wise'
[    0.914077] NET: Registered protocol family 2
[    0.914919] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
[    0.915029] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)
[    0.915186] TCP bind hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.915327] TCP: Hash tables configured (established 8192 bind 8192)
[    0.915520] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
[    0.915618] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
[    0.915931] NET: Registered protocol family 1
[    0.916647] RPC: Registered named UNIX socket transport module.
[    0.916721] RPC: Registered udp transport module.
[    0.916781] RPC: Registered tcp transport module.
[    0.916840] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.916921] PCI: CLS 0 bytes, default 64
[    0.918721] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counters available
[    0.920938] Initialise system trusted keyrings
[    0.921199] workingset: timestamp_bits=14 max_order=20 bucket_order=6
[    0.931803] FS-Cache: Netfs 'nfs' registered for caching
[    0.932581] NFS: Registering the id_resolver key type
[    0.932667] Key type id_resolver registered
[    0.932724] Key type id_legacy registered
[    0.932789] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    0.933926] Key type asymmetric registered
[    0.933985] Asymmetric key parser 'x509' registered
[    0.934198] bounce: pool size: 64 pages
[    0.934302] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[    0.934583] io scheduler mq-deadline registered
[    0.934645] io scheduler kyber registered
[    0.938221] brcm-pcie fd500000.pcie: host bridge /scb/pcie@7d500000 ranges:
[    0.938316] brcm-pcie fd500000.pcie:   No bus range found for /scb/pcie@7d500000, using [bus 00-ff]
[    0.938464] brcm-pcie fd500000.pcie:      MEM 0x0600000000..0x0603ffffff -> 0x00f8000000
[    0.941461] brcm-pcie fd500000.pcie:   IB MEM 0x0000000000..0x00bfffffff -> 0x0000000000
[    1.002960] brcm-pcie fd500000.pcie: link up, 5 GT/s x1 (SSC)
[    1.006009] brcm-pcie fd500000.pcie: PCI host bridge to bus 0000:00
[    1.008771] pci_bus 0000:00: root bus resource [bus 00-ff]
[    1.011555] pci_bus 0000:00: root bus resource [mem 0x600000000-0x603ffffff] (bus address [0xf8000000-0xfbffffff])
[    1.014376] pci 0000:00:00.0: [14e4:2711] type 01 class 0x060400
[    1.017354] pci 0000:00:00.0: PME# supported from D0 D3hot
[    1.023444] PCI: bus0: Fast back to back transfers disabled
[    1.026199] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    1.029205] pci 0000:01:00.0: [1106:3483] type 00 class 0x0c0330
[    1.032108] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[    1.035213] pci 0000:01:00.0: PME# supported from D0 D3cold
[    1.041286] PCI: bus1: Fast back to back transfers disabled
[    1.043980] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[    1.046697] pci 0000:00:00.0: BAR 8: assigned [mem 0x600000000-0x6000fffff]
[    1.049399] pci 0000:01:00.0: BAR 0: assigned [mem 0x600000000-0x600000fff 64bit]
[    1.052179] pci 0000:00:00.0: PCI bridge to [bus 01]
[    1.054859] pci 0000:00:00.0:   bridge window [mem 0x600000000-0x6000fffff]
[    1.057855] pcieport 0000:00:00.0: enabling device (0140 -> 0142)
[    1.060805] pcieport 0000:00:00.0: PME: Signaling with IRQ 56
[    1.063907] pcieport 0000:00:00.0: AER: enabled with IRQ 56
[    1.066888] pci 0000:01:00.0: enabling device (0140 -> 0142)
[    1.073789] Serial: 8250/16550 driver, 1 ports, IRQ sharing enabled
[    1.079363] iproc-rng200 fe104000.rng: hwrng registered
[    1.082434] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
[    1.085777] vc-sm: Videocore shared memory driver
[    1.089019] gpiomem-bcm2835 fe200000.gpiomem: Initialised: Registers at 0xfe200000
[    1.103294] brd: module loaded
[    1.117752] loop: module loaded
[    1.121795] Loading iSCSI transport class v2.0-870.
[    1.126376] libphy: Fixed MDIO Bus: probed
[    1.129586] bcmgenet fd580000.ethernet: failed to get enet clock
[    1.132291] bcmgenet fd580000.ethernet: GENET 5.0 EPHY: 0x0000
[    1.134915] bcmgenet fd580000.ethernet: failed to get enet-wol clock
[    1.137508] bcmgenet fd580000.ethernet: failed to get enet-eee clock
[    1.140071] bcmgenet: Skipping UMAC reset
[    1.160886] libphy: bcmgenet MII bus: probed
[    1.240948] unimac-mdio unimac-mdio.-19: Broadcom UniMAC MDIO bus
[    1.244469] usbcore: registered new interface driver r8152
[    1.247047] usbcore: registered new interface driver lan78xx
[    1.249606] usbcore: registered new interface driver smsc95xx
[    1.252525] xhci_hcd 0000:01:00.0: xHCI Host Controller
[    1.255054] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1
[    1.259760] xhci_hcd 0000:01:00.0: hcc params 0x002841eb hci version 0x100 quirks 0x0000001000000890
[    1.263573] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04
[    1.266134] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.268663] usb usb1: Product: xHCI Host Controller
[    1.271203] usb usb1: Manufacturer: Linux 5.4.51-v7l+ xhci-hcd
[    1.273711] usb usb1: SerialNumber: 0000:01:00.0
[    1.276771] hub 1-0:1.0: USB hub found
[    1.279324] hub 1-0:1.0: 1 port detected
[    1.282376] xhci_hcd 0000:01:00.0: xHCI Host Controller
[    1.284869] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
[    1.287369] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed
[    1.290278] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.04
[    1.292842] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.295342] usb usb2: Product: xHCI Host Controller
[    1.297814] usb usb2: Manufacturer: Linux 5.4.51-v7l+ xhci-hcd
[    1.300309] usb usb2: SerialNumber: 0000:01:00.0
[    1.303384] hub 2-0:1.0: USB hub found
[    1.305903] hub 2-0:1.0: 4 ports detected
[    1.309747] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[    1.312559] dwc_otg: FIQ enabled
[    1.312570] dwc_otg: NAK holdoff enabled
[    1.312582] dwc_otg: FIQ split-transaction FSM enabled
[    1.312597] Module dwc_common_port init
[    1.313008] usbcore: registered new interface driver uas
[    1.315565] usbcore: registered new interface driver usb-storage
[    1.318211] mousedev: PS/2 mouse device common for all mice
[    1.322750] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
[    1.327596] sdhci: Secure Digital Host Controller Interface driver
[    1.330025] sdhci: Copyright(c) Pierre Ossman
[    1.333046] mmc-bcm2835 fe300000.mmcnr: could not get clk, deferring probe
[    1.336064] sdhci-pltfm: SDHCI platform and OF driver helper
[    1.342045] ledtrig-cpu: registered to indicate activity on CPUs
[    1.344765] hidraw: raw HID events driver (C) Jiri Kosina
[    1.347354] usbcore: registered new interface driver usbhid
[    1.349781] usbhid: USB HID core driver
[    1.353160] vchiq: vchiq_init_state: slot_zero = (ptrval)
[    1.357075] [vc_sm_connected_init]: start
[    1.363810] [vc_sm_connected_init]: end - returning 0
[    1.368229] Initializing XFRM netlink socket
[    1.370657] NET: Registered protocol family 17
[    1.373157] Key type dns_resolver registered
[    1.375896] Registering SWP/SWPB emulation handler
[    1.378567] registered taskstats version 1
[    1.380997] Loading compiled-in X.509 certificates
[    1.383865] Key type ._fscrypt registered
[    1.386233] Key type .fscrypt registered
[    1.398667] uart-pl011 fe201000.serial: cts_event_workaround enabled
[    1.401128] fe201000.serial: ttyAMA0 at MMIO 0xfe201000 (irq = 29, base_baud = 0) is a PL011 rev2
[    1.409816] fe215040.serial: ttyS0 at MMIO 0x0 (irq = 30, base_baud = 62500000) is a 16550
[    1.413708] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
[    1.416976] mmc-bcm2835 fe300000.mmcnr: mmc_debug:0 mmc_debug2:0
[    1.419361] mmc-bcm2835 fe300000.mmcnr: DMA channel allocated
[    1.470351] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
[    1.474446] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[    1.478440] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[    1.483733] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
[    1.486095] mmc0: SDHCI controller on fe340000.emmc2 [fe340000.emmc2] using ADMA
[    1.489905] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[    1.491248] of_cfs_init
[    1.494838] of_cfs_init: OK
[    1.498005] Waiting for root device PARTUUID=c9ad3800-02...
[    1.538370] random: fast init done
[    1.592732] mmc0: new ultra high speed DDR50 SDHC card at address 59b4
[    1.596986] mmcblk0: mmc0:59b4 USDU1 14.7 GiB
[    1.601571]  mmcblk0: p1 p2
[    1.608026] mmc1: new high speed SDIO card at address 0001
[    1.649217] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[    1.651724] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
[    1.659273] devtmpfs: mounted
[    1.660894] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[    1.669567] Freeing unused kernel memory: 2048K
[    1.691146] Run /sbin/init as init process
[    1.843557] usb 1-1: New USB device found, idVendor=2109, idProduct=3431, bcdDevice= 4.21
[    1.846086] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    1.848579] usb 1-1: Product: USB2.0 Hub
[    1.853128] hub 1-1:1.0: USB hub found
[    1.855800] hub 1-1:1.0: 4 ports detected
[    2.151393] systemd[1]: System time before build time, advancing clock.
[    2.180896] usb 1-1.1: new full-speed USB device number 3 using xhci_hcd
[    2.251864] NET: Registered protocol family 10
[    2.255551] Segment Routing with IPv6
[    2.286156] systemd[1]: systemd 241 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
[    2.292744] systemd[1]: Detected architecture arm.
[    2.316814] usb 1-1.1: New USB device found, idVendor=0451, idProduct=c900, bcdDevice= 0.00
[    2.319569] usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.322360] usb 1-1.1: Product: DLPC900
[    2.325090] usb 1-1.1: Manufacturer: Texas Instruments Inc.
[    2.327811] usb 1-1.1: SerialNumber: C900
[    2.347988] hid-generic 0003:0451:C900.0001: hiddev96,hidraw0: USB HID v1.11 Device [Texas Instruments Inc. DLPC900] on usb-0000:01:00.0-1.1/input0
[    2.357318] usbhid 1-1.1:1.1: couldn't find an input interrupt endpoint
[    2.378239] systemd[1]: Set hostname to <raspberrypi>.
[    2.460917] usb 1-1.3: new full-speed USB device number 4 using xhci_hcd
[    2.604362] usb 1-1.3: New USB device found, idVendor=2341, idProduct=0010, bcdDevice= 0.01
[    2.607267] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=220
[    2.610128] usb 1-1.3: Product: Arduino Mega 2560
[    2.613035] usb 1-1.3: Manufacturer: Arduino (www.arduino.cc)
[    2.615901] usb 1-1.3: SerialNumber: 5563231353835140B092
[    3.008980] random: systemd: uninitialized urandom read (16 bytes read)
[    3.021958] random: systemd: uninitialized urandom read (16 bytes read)
[    3.025487] systemd[1]: Listening on udev Control Socket.
[    3.032841] random: systemd: uninitialized urandom read (16 bytes read)
[    3.036074] systemd[1]: Listening on initctl Compatibility Named Pipe.
[    3.044301] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    3.051921] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    3.061268] systemd[1]: Created slice User and Session Slice.
[    3.068552] systemd[1]: Reached target Slices.
[    3.081714] systemd[1]: Listening on Journal Socket (/dev/log).
[    3.846454] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[    3.969723] systemd-journald[125]: Received request to flush runtime journal from PID 1
[    4.454542] rpivid-mem feb00000.hevc-decoder: rpivid-hevcmem initialised: Registers at 0xfeb00000 length 0x00010000
[    4.455250] rpivid-mem feb10000.rpivid-local-intc: rpivid-intcmem initialised: Registers at 0xfeb10000 length 0x00001000
[    4.455681] rpivid-mem feb20000.h264-decoder: rpivid-h264mem initialised: Registers at 0xfeb20000 length 0x00010000
[    4.456098] rpivid-mem feb30000.vp9-decoder: rpivid-vp9mem initialised: Registers at 0xfeb30000 length 0x00010000
[    4.505892] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
[    4.507941] bcm2835_vc_sm_cma_probe: Videocore shared memory driver
[    4.507964] [vc_sm_connected_init]: start
[    4.520771] mc: Linux media interface: v0.10
[    4.570616] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned.
[    4.571997] [vc_sm_connected_init]: installed successfully
[    4.620039] videodev: Linux video capture interface: v2.00
[    4.684576] bcm2835_audio bcm2835_audio: card created with 4 channels
[    4.686153] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[    4.686162] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[    4.687235] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[    4.688967] bcm2835_audio bcm2835_audio: card created with 4 channels
[    4.695691] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.
[    4.699866] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
[    4.702911] bcm2835_isp: module is from the staging directory, the quality is unknown, you have been warned.
[    4.935936] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    5.088786] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    5.100042] cdc_acm 1-1.3:1.0: ttyACM0: USB ACM device
[    5.123654] usbcore: registered new interface driver cdc_acm
[    5.123669] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[    5.174063] brcmfmac: F1 signature read @0x18000000=0x15264345
[    5.198302] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[    5.199413] usbcore: registered new interface driver brcmfmac
[    5.203985] [drm] Initialized v3d 1.0.0 20180419 for fec00000.v3d on minor 0
[    5.223077] brcmfmac mmc1:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.raspberrypi,4-model-b.txt failed with error -2
[    5.239117] vc4-drm gpu: bound fe600000.firmwarekms (ops vc4_fkms_ops [vc4])
[    5.239138] checking generic (3e402000 7f8000) vs hw (0 ffffffffffffffff)
[    5.239152] fb0: switching to vc4drmfb from simple
[    5.239762] Console: switching to colour dummy device 80x30
[    5.240202] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    5.240214] [drm] No driver support for vblank timestamp query.
[    5.240226] [drm] Setting vblank_disable_immediate to false because get_vblank_timestamp == NULL
[    5.240735] [drm] Initialized vc4 0.0.0 20140616 for gpu on minor 1
[    5.338067] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video13
[    5.338492] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video14
[    5.338815] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video15
[    5.339127] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video16
[    5.339150] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
[    5.339176] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
[    5.339194] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
[    5.339211] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
[    5.339493] bcm2835-isp bcm2835-isp: Loaded V4L2 bcm2835-isp
[    5.342680] bcm2835-codec bcm2835-codec: Device registered as /dev/video10
[    5.342735] bcm2835-codec bcm2835-codec: Loaded V4L2 decode
[    5.352536] bcm2835-codec bcm2835-codec: Device registered as /dev/video11
[    5.352573] bcm2835-codec bcm2835-codec: Loaded V4L2 encode
[    5.358344] bcm2835-codec bcm2835-codec: Device registered as /dev/video12
[    5.358394] bcm2835-codec bcm2835-codec: Loaded V4L2 isp
[    5.435757] Console: switching to colour frame buffer device 240x67
[    5.463684] vc4-drm gpu: fb0: vc4drmfb frame buffer device
[    5.468078] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[    5.477097] bcm2835-v4l2: scene mode selected 0, was 0
[    5.477669] bcm2835-v4l2: V4L2 device registered as video0 - stills mode > 1280x720
[    5.482777] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Mar 23 2020 02:19:54 version 7.45.206 (r725000 CY) FWID 01-88ee44ea
[    5.483286] bcm2835-v4l2: Broadcom 2835 MMAL video capture ver 0.0.2 loaded.
[    6.877368] random: crng init done
[    6.877390] random: 7 urandom warning(s) missed due to ratelimiting
[    6.985207] 8021q: 802.1Q VLAN Support v1.8
[    7.041347] uart-pl011 fe201000.serial: no DMA platform data
[    7.280889] Adding 102396k swap on /var/swap.  Priority:-2 extents:1 across:102396k SSFS
[    7.293339] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled
[    7.500050] bcmgenet: Skipping UMAC reset
[    7.501550] bcmgenet fd580000.ethernet: configuring instance for external RGMII
[    7.501739] bcmgenet fd580000.ethernet eth0: Link is Down
[   10.651002] bcmgenet fd580000.ethernet eth0: Link is Up - 100Mbps/Full - flow control rx/tx
[   10.651044] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   13.785663] Bluetooth: Core ver 2.22
[   13.785728] NET: Registered protocol family 31
[   13.785738] Bluetooth: HCI device and connection manager initialized
[   13.785766] Bluetooth: HCI socket layer initialized
[   13.785782] Bluetooth: L2CAP socket layer initialized
[   13.785805] Bluetooth: SCO socket layer initialized
[   13.794294] Bluetooth: HCI UART driver ver 2.3
[   13.794310] Bluetooth: HCI UART protocol H4 registered
[   13.794371] Bluetooth: HCI UART protocol Three-wire (H5) registered
[   13.794617] Bluetooth: HCI UART protocol Broadcom registered
[   14.138166] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   14.138174] Bluetooth: BNEP filters: protocol multicast
[   14.138188] Bluetooth: BNEP socket layer initialized

Is this what you are asking for? Or how I get what you need

Offline

#12 2020-12-30 08:01:15

F.m
Member
Registered: 2017-12-22
Posts: 147

Re: nanoDLP and LightCrafter4500

go to setup--->tools---> debug , download and shared the debug file.

Offline

#13 2021-01-05 15:01:52

fran42
Member
Registered: 2020-11-16
Posts: 70

Re: nanoDLP and LightCrafter4500

https://ibecbarcelona-my.sharepoint.com … w?e=5VUWS1

The debug file (.zip) is shared in this link.

Offline

#14 2021-01-25 18:23:31

fran42
Member
Registered: 2020-11-16
Posts: 70

Re: nanoDLP and LightCrafter4500

Hi,
Any update about my problem? The .zip file on top is what you asked for right?
I really need to start using the 3D printer and this issue is taking me so long.

Offline

#15 2021-01-26 08:17:48

Shahin
Administrator
Registered: 2016-02-17
Posts: 3,541

Re: nanoDLP and LightCrafter4500

You do not need execute ones remove them.
Execute to Turn Projector On/Off

Other settings seems correct and no issue as I see, I suggest to try control your projector from terminal or another program then after confirm it is working move correct settings to nanodlp.
My guess based on log files is the command not detected by the projector or not terminated correctly.

Offline

#16 2021-01-26 12:03:12

fran42
Member
Registered: 2020-11-16
Posts: 70

Re: nanoDLP and LightCrafter4500

What do you mean execute ones?

You suggest trying codes from terminal (Putty)? I think the problem is more about the connection than from the code.
It is something about turning hiddev0 or hidraw0 to serial USB connection.

Offline

#17 2021-01-26 12:31:25

fran42
Member
Registered: 2020-11-16
Posts: 70

Re: nanoDLP and LightCrafter4500

https://www.ti.com/lit/ug/dlpu018f/dlpu … 8166452336

Here in the page 7 they explain the USB interface.

I am really disoriented because I used nanodlp with this projector with an old raspberry, but now can't make them communicate.
Projector having HID protocol and nanodlp using usb serial protocol.

I sure there is a easy solution but I cannot figure it out.

Offline

#18 2021-01-26 20:19:29

Shahin
Administrator
Registered: 2016-02-17
Posts: 3,541

Re: nanoDLP and LightCrafter4500

It could be a simple issue but you need to try, my suggested workflow for this issue is

1. Connect to the desktop PC then try to communicate with it and verify it is working
2. Try to communicate through some barebone terminal
3. Then move to raspberry pi. Then you would know that it was working, maybe even it is driver related and you need to do some kernel compiling (highly unlikely)

Offline

#19 2021-01-27 02:56:43

fran42
Member
Registered: 2020-11-16
Posts: 70

Re: nanoDLP and LightCrafter4500

I will try with the terminal.

Have you checked the files?
Everything looks all right? Is it possible I installed nanodlp wrong?

Offline

#20 2021-01-27 10:37:36

Shahin
Administrator
Registered: 2016-02-17
Posts: 3,541

Re: nanoDLP and LightCrafter4500

No, it is single binary just open connection to any port you define. Also I do not see any problem on your configs.

Offline

#21 2021-01-30 22:29:17

fran42
Member
Registered: 2020-11-16
Posts: 70

Re: nanoDLP and LightCrafter4500

Is it possible to get an old version of nanodlp?

It worked perfectly before with the old version (2018 more or less?), so I was thinking maybe the best option is installing the same version it was working before.
Maybe the projector is not compatible with this latest version?

Offline

#22 2021-01-31 10:06:00

Shahin
Administrator
Registered: 2016-02-17
Posts: 3,541

Re: nanoDLP and LightCrafter4500

Serial communication not changed since early version of nanodlp. Sure on the latest build you can downgrade to 1833 which belong to May 2018

Offline

#23 2021-02-01 16:42:01

fran42
Member
Registered: 2020-11-16
Posts: 70

Re: nanoDLP and LightCrafter4500

Can you tell me in which version (and date) you changed the serial communication? Maybe I was using the old type.
Is there any way to download a version with the old type of serial communication?

Offline

#24 2021-02-02 18:52:34

Shahin
Administrator
Registered: 2016-02-17
Posts: 3,541

Re: nanoDLP and LightCrafter4500

It does not changed for last 4 years. Since build 1598.

Offline

#25 2021-02-03 13:40:27

fran42
Member
Registered: 2020-11-16
Posts: 70

Re: nanoDLP and LightCrafter4500

And is there any way to get that build 1598? In case I found that my old setup was using that version.
Also where do I find the place to downgrade? I see how to upgrade but not downgrade.

Offline

Board footer

Powered by FluxBB