Lightburn Bridge Not by Lightburn

I have a brand new Raspberry Pi 4b and I am trying to get LB Bridge to work. I have done the following:

  1. Burned the lasted Lightburn Bridge to the SD Card
  2. Booted the Raspberry PI and configured the network.
  3. Confirmed my Laser IP is 10.0.3.3
  4. I can see the Lightburn Bridge status page in my browser - it indicates there are no errors
  5. I can see the Lightburn Bridge status at the PI when I ssh in:
    LightBurn Bridge v1.0.0-RC3

Current Time: 18:42:10
Network: Connected → 192.168.1.246

Control Relay: Ruida relay started, laser IP: 10.0.3.3

Relay Info: ruida 1.0

Raspberry Pi No issues found

  1. I can ping the laser from the pi
    pi@lightburnbridge:~ $ ping 10.0.3.3

PING 10.0.3.3 (10.0.3.3) 56(84) bytes of data.

64 bytes from 10.0.3.3: icmp_seq=1 ttl=128 time=0.128 ms

64 bytes from 10.0.3.3: icmp_seq=2 ttl=128 time=0.129 ms

64 bytes from 10.0.3.3: icmp_seq=3 ttl=128 time=0.085 ms

64 bytes from 10.0.3.3: icmp_seq=4 ttl=128 time=0.120 ms

64 bytes from 10.0.3.3: icmp_seq=5 ttl=128 time=0.127 ms

^C

— 10.0.3.3 ping statistics —

5 packets transmitted, 5 received, 0% packet loss, time 195ms

rtt min/avg/max/mdev = 0.085/0.117/0.129/0.021 ms

pi@lightburnbridge:~ $ ^C

  1. I can ping my lightburn host machine from the pi
    pi@lightburnbridge:~ $ ping 192.168.1.139

PING 192.168.1.139 (192.168.1.139) 56(84) bytes of data.

64 bytes from 192.168.1.139: icmp_seq=1 ttl=64 time=4.38 ms

64 bytes from 192.168.1.139: icmp_seq=2 ttl=64 time=10.6 ms

64 bytes from 192.168.1.139: icmp_seq=3 ttl=64 time=117 ms

64 bytes from 192.168.1.139: icmp_seq=4 ttl=64 time=39.8 ms

64 bytes from 192.168.1.139: icmp_seq=5 ttl=64 time=15.3 ms

64 bytes from 192.168.1.139: icmp_seq=6 ttl=64 time=79.9 ms

64 bytes from 192.168.1.139: icmp_seq=7 ttl=64 time=106 ms

64 bytes from 192.168.1.139: icmp_seq=8 ttl=64 time=3.03 ms

64 bytes from 192.168.1.139: icmp_seq=9 ttl=64 time=2.46 ms

  1. I have plugged my host machine directly into the the network port on the Laser and I am able to create a device at 10.0.3.3 and run the laser from my host machine.

  2. I have tried to manually create the lightburn bridge device, but it doesn’t ever show connected.

I have no idea where to go from here - My computer can talk to the LB Bridge; the LB Bridge can talk to the laser; the laser controller works on the LAN…

Help??

I just figured out how to use my manually created lightburn bridge device - and I am seeing this in the Relay log:

Dec 31 18:17:18 lightburnbridge python3[454]: 2021-12-31 18:17:18,237 | INFO - Running: nmcli -g IP4.ADDRESS device show wlan0
Dec 31 18:17:18 lightburnbridge python3[454]: 2021-12-31 18:17:18,293 | INFO - Running: nmcli -g ipv4.addresses con show LBBDirect
Dec 31 18:17:18 lightburnbridge python3[454]: 2021-12-31 18:17:18,343 | INFO - $> 10.0.3.1/24
Dec 31 18:17:18 lightburnbridge python3[454]: 2021-12-31 18:17:18,347 | INFO - Requested eth0 IP of 10.0.3.1 is already configured. Skipping setup.
Dec 31 18:17:18 lightburnbridge python3[454]: 2021-12-31 18:17:18,348 | INFO - Starting ruida relay
Dec 31 18:17:18 lightburnbridge python3[454]: 2021-12-31 18:17:18,349 | INFO - ruida 1.0
Dec 31 18:17:18 lightburnbridge python3[454]: 2021-12-31 18:17:18,349 | INFO - Ruida relay started, laser IP: 10.0.3.3
Dec 31 18:49:03 lightburnbridge python3[454]: 2021-12-31 18:49:03,598 | INFO - Connection from: 192.168.1.139:62809
Dec 31 18:49:09 lightburnbridge python3[454]: 2021-12-31 18:49:09,600 | ERROR - Laser timeout error
Dec 31 18:49:09 lightburnbridge python3[454]: 2021-12-31 18:49:09,602 | INFO - Ruida command complete
Dec 31 18:49:18 lightburnbridge python3[454]: 2021-12-31 18:49:18,701 | INFO - Connection from: 192.168.1.139:62813
Dec 31 18:49:24 lightburnbridge python3[454]: 2021-12-31 18:49:24,712 | ERROR - Laser timeout error
Dec 31 18:49:24 lightburnbridge python3[454]: 2021-12-31 18:49:24,713 | INFO - Ruida command complete
Dec 31 18:49:50 lightburnbridge python3[454]: 2021-12-31 18:49:50,082 | INFO - Connection from: 192.168.1.139:62823
Dec 31 18:49:56 lightburnbridge python3[454]: 2021-12-31 18:49:56,094 | ERROR - Laser timeout error
Dec 31 18:49:56 lightburnbridge python3[454]: 2021-12-31 18:49:56,094 | INFO - Ruida command complete
Dec 31 18:51:09 lightburnbridge python3[454]: 2021-12-31 18:51:09,773 | INFO - Connection from: 192.168.1.139:62838
Dec 31 18:51:15 lightburnbridge python3[454]: 2021-12-31 18:51:15,775 | ERROR - Laser timeout error
Dec 31 18:51:15 lightburnbridge python3[454]: 2021-12-31 18:51:15,775 | INFO - Ruida command complete

You’ve included a lot of good detail here but I’m missing the problem statement. I assume that things aren’t working as you expect but can you explain what exactly it is that you’re seeing?

Also, have you configured the Bridge device in LightBurn?

Resolved - my wifi was too weak.

Thanks,
Kevin

1 Like