Hi All,
I have a Legends Bitpixel LED that I have connected directly to a PC running windows 10 and big box. It works for about a minute or two and then goes black and needs to be unplugged. Here's what the listener log says (the second line says physical disconnect but it is securely plugged in).
[I/IOIOProtocol] IOIO disconnected
[D/IOIOImpl] Physical disconnect.
Oct 01, 2022 1:39:26 PM org.onebeartoe.pixel.hardware.Pixel writeArcadeImage
SEVERE: null
ioio.lib.api.exception.ConnectionLostException: java.io.IOException
at ioio.lib.impl.RgbLedMatrixImpl.frame(RgbLedMatrixImpl.java:301)
at org.onebeartoe.pixel.hardware.Pixel.loadRGB565PNG(Pixel.java:456)
at org.onebeartoe.pixel.hardware.Pixel.writeImagetoMatrix(Pixel.java:4166)
at org.onebeartoe.pixel.hardware.Pixel.writeArcadeImage(Pixel.java:4077)
at org.onebeartoe.web.enabled.pixel.controllers.ArcadeHttpHandler.handlePNG(ArcadeHttpHandler.java:71)
at org.onebeartoe.web.enabled.pixel.controllers.ArcadeHttpHandler.writeImageResource(ArcadeHttpHandler.java:600)
at org.onebeartoe.web.enabled.pixel.controllers.ImageResourceHttpHandler.getHttpText(ImageResourceHttpHandler.java:253)
at org.onebeartoe.network.TextHttpHandler.handle(TextHttpHandler.java:19)
at com.sun.net.httpserver.Filter$Chain.doFilter(Unknown Source)
at sun.net.httpserver.AuthFilter.doFilter(Unknown Source)
at com.sun.net.httpserver.Filter$Chain.doFilter(Unknown Source)
at sun.net.httpserver.ServerImpl$Exchange$LinkHandler.handle(Unknown Source)
at com.sun.net.httpserver.Filter$Chain.doFilter(Unknown Source)
at sun.net.httpserver.ServerImpl$Exchange.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: java.io.IOException
at purejavacomm.PureJavaSerialPort$1.write(PureJavaSerialPort.java:640)
at ioio.lib.impl.IOIOProtocol.flush(IOIOProtocol.java:170)
at ioio.lib.impl.IOIOProtocol.writeByte(IOIOProtocol.java:151)
at ioio.lib.impl.IOIOProtocol.rgbLedMatrixFrame(IOIOProtocol.java:537)
at ioio.lib.impl.RgbLedMatrixImpl.frame(RgbLedMatrixImpl.java:299)
... 16 more
PIXEL was Disconnected
[D/IOIOImpl] Waiting for connection to Pixelcade LED hardware
[V/IOIOImpl] Waiting for underlying connection
path is: /localplayback
localplayback handler received: /localplayback?l=0
Received command for Pixel local playback
with the pixelcade listener and LB/BB closed, open from a browser window:
that will bring up the Pixelcade art browser
from there, click on some animations and also do some scrolling text and let's see if issue still occurs. If no, then that narrows it down to something on the LB/BB side
you could also try switching to a different USB port on your PC
It still crashed in the browser but changing the ports seemed to have worked. Thanks!