hzeller / rpi-matrix-pixelpusher

PixelPusher protocol for LED matrix.
GNU General Public License v3.0
173 stars 30 forks source link

Can't Connect #11

Closed snap2222 closed 7 years ago

snap2222 commented 8 years ago

Hi there, I believe I must be missing something important. I am attempting to run a 32x64 matrix using the Adafruit HAT and controlling them with LEDLab. The software runs well on the Pi and is discovered on my iPad, but I cannot seem to get any sort of display. I'd sincerely appreciate any advice you may have.

Thanks so much.

hzeller commented 8 years ago

On 22 August 2016 at 23:01, snap2222 notifications@github.com wrote:

Hi there, I believe I must be missing something important. I am attempting to run a 32x64 matrix using the Adafruit HAT and controlling them with LEDLab. The software runs well on the Pi and is discovered on my iPad, but I cannot seem to get any sort of display. I'd sincerely appreciate any advice you may have.

Did you change matrix/lib/Makefile to change the pinout for your Adafruit HAT ?

Cheers, Henner.

Thanks so much.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

snap2222 commented 8 years ago

Hi Henner,

I did. Do I have to run the MAKE command once again after I make changes to the Makefile? Please forgive my linux noobness.

Thanks, Damon

----- Original Message -----

From: "Henner Zeller" notifications@github.com To: "hzeller/rpi-matrix-pixelpusher" rpi-matrix-pixelpusher@noreply.github.com Cc: "snap2222" snap2@telus.net, "Author" author@noreply.github.com Sent: Monday, August 22, 2016 11:23:19 PM Subject: Re: [hzeller/rpi-matrix-pixelpusher] Can't Connect (#11)

On 22 August 2016 at 23:01, snap2222 notifications@github.com wrote:

Hi there, I believe I must be missing something important. I am attempting to run a 32x64 matrix using the Adafruit HAT and controlling them with LEDLab. The software runs well on the Pi and is discovered on my iPad, but I cannot seem to get any sort of display. I'd sincerely appreciate any advice you may have.

Did you change matrix/lib/Makefile to change the pinout for your Adafruit HAT ?

Cheers, Henner.

Thanks so much.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub , or mute the thread .

hzeller commented 8 years ago

On 23 August 2016 at 08:56, snap2222 notifications@github.com wrote:

Hi Henner,

I did. Do I have to run the MAKE command once again after I make changes to the Makefile? Please forgive my linux noobness.

yes. To be sure, go to the matrix directory, edit the lib/Makefile and then recompile.

cd matrix vi lib/Makefile # or whatever editor you use make clean make cd .. make pixel-push

(not all steps are really needed, but this makes it very explicit).

I plan to revise this soon that things are a little more simple, but this would be the way now.

snap2222 commented 8 years ago

Thank you again Henner!

----- Original Message -----

From: "Henner Zeller" notifications@github.com To: "hzeller/rpi-matrix-pixelpusher" rpi-matrix-pixelpusher@noreply.github.com Cc: "snap2222" snap2@telus.net, "Author" author@noreply.github.com Sent: Tuesday, August 23, 2016 9:02:27 AM Subject: Re: [hzeller/rpi-matrix-pixelpusher] Can't Connect (#11)

On 23 August 2016 at 08:56, snap2222 notifications@github.com wrote:

Hi Henner,

I did. Do I have to run the MAKE command once again after I make changes to the Makefile? Please forgive my linux noobness.

yes. To be sure, go to the matrix directory, edit the lib/Makefile and then recompile.

cd matrix vi lib/Makefile # or whatever editor you use make clean make cd .. make pixel-push

(not all steps are really needed, but this makes it very explicit).

I plan to revise this soon that things are a little more simple, but this would be the way now.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub , or mute the thread .

snap2222 commented 8 years ago

Henner, thank you for helping me out, it works great now! Connected instantly.

The only issue I have is a little lag/slow refresh. Are there ways I can improve the speed?

Damon

hzeller commented 8 years ago

You can increase the UDP packet size (it is a commandline option), that allows to send more content per packet. From Processing, you can go all the way to the maximum, but if you send from iOS, you are limited to 8192 or so.

On Aug 26, 2016 8:37 AM, "snap2222" notifications@github.com wrote:

Henner, thank you for helping me out, it works great now! Connected instantly.

The only issue I have is a little lag/slow refresh. Are there ways I can improve the speed?

Damon

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/hzeller/rpi-matrix-pixelpusher/issues/11#issuecomment-242769327, or mute the thread https://github.com/notifications/unsubscribe-auth/AAImifOHNxFpLZvrobeZKswmhjSFcrFkks5qjwdogaJpZM4JqlJW .