-
Notifications
You must be signed in to change notification settings - Fork 31
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
Expecting multiple of {1 + (rgb)*64} = 193, but got 526 bytes (leftover: 140) #20
Comments
It sounds like your program sends a different number of pixels than is necessary for the panel. So your RGB panel is 64 pixels wide, but your program thinks somehow it should send 175 pixels. |
hummm thanks |
I'm still here As soon as I send artnet data on raspberry I always see the message: Why ? Thanks, Alberto |
What is the full commandline you use? Parameters for the rgb matrix and to enable artnet? Do you run the Artnet proxy? Why did you change the port? The port is the pixelpusher port, not Artnet. You need to run the Artnet proxy to translate. I suspect you are sending Artnet protocol to the pixelpusher which then complains about wrongly formatted data. |
I probably miss something I've lost over time. Thanks, Alberto |
Have a look at the Readme, there is a link to the Artnet bridge. |
I miss the bridge, I was really just this. Thanks for your help, Alberto |
I have never used the bridge myself, so l can't really help. Looking around the robot head forum is probably the easiest. |
Pending staff approval on forum :( |
I need only compile java file for the moment but only errors come out of the javac |
I'm using the artnet java bridge with Jinx, Glediator and the great pixel pusher emulation from Henner. |
If you are only doing Artnet, then having this pixel-pusher implementation and then a translation layer from artnet to pixelpusher is probably a little overhead. I just found this, where someone directly uses the rpi-rgb-led-matrix and provides an artnet receiver https://github.com/darknessii/rpi-matrix-artnet |
Thank you sp46887 Thanks for helping |
Sorry but not an alternative way exists to have this artnetbridge.jar? Thanks, Alberto |
ArtNetBridge.jar: https://ufile.io/elrws Jinx config: https://ufile.io/bwtnv Link will be deleted after one day |
Many many many thanks !! |
One more information sp46887. Thanks, Alberto |
I used the artnet bridge with jinx running on Windows a few years ago. Start command in batch file startbridge.bat: #----- Look at the start parameters for Henner's emulation for artnet universe, ... Today we are using the LED matrix with the iPad App LEDLab form Christopher Schardt, see here: Antonio (sp46887) |
Here is my startscript for the LED matrix which is calling Henners pixel pusher emulation on Raspberry Pi. It is using two ppm files to display them at the matrix, one for eth (LAN) connection, other for WLAN.
|
good morning guys, Needless to say that on the LED I can not see anything, tried with jinx is the same thing. What do you think is driving me crazy? Many thanks, Alberto |
Nothing to help me ? |
It is a bit hard to test for me Artnet. Is there a Linux program generating Artnet animation ? |
No, artnet generated from windows program .... coolux pandora but is the same from jinx or other program. |
Sorry I did not understand the question. |
Hi @sp46887, would it be possible for me to get this .jar file from you? I'm running into the same issues, where I'm not able to compile the java files from robot-head, nor am able to gain access to the Heroic Robots forum. |
Expecting multiple of {1 + (rgb)*64} = 193, but got 526 bytes (leftover: 140)
When I throw pixel-push, I get this error.
The flow artnet I see it coming out of artnetominator but the matrix does strange things
What is it due to?
The text was updated successfully, but these errors were encountered: