Giter VIP home page Giter VIP logo

Comments (10)

neophob avatar neophob commented on August 20, 2024

well the ardunio uno has some issues with the serial latency, i never played with a nano. take a look at http://neophob.com/2011/04/serial-latency-teensy-vs-arduino/.

you can play with the serial timing in the firmware, but if you want the best result, use a teensy!

chers

from pixelcontroller.

neophob avatar neophob commented on August 20, 2024

you can check out this project https://github.com/neophob/lpd6803-processing, compile it (ant) and insert the library into the pixelcontroller lib dir. you can increase the timeout for the ack message.

from pixelcontroller.

DaanSchoukens avatar DaanSchoukens commented on August 20, 2024

With serial timing in firmware, you mean;
#define SERIAL_WAIT_DELAY 3 ?

Thanks already,

Daan

Daan Schoukens
Verstuurd met Sparrow (http://www.sparrowmailapp.com/?sig)

Op vrijdag 22 juni 2012, om 21:58 heeft Michael Vogt het volgende geschreven:

well the ardunio uno has some issues with the serial latency, i never played with a nano. take a look at http://neophob.com/2011/04/serial-latency-teensy-vs-arduino/.

you can play with the serial timing in the firmware, but if you want the best result, use a teensy!

chers


Reply to this email directly or view it on GitHub:
#16 (comment)

from pixelcontroller.

neophob avatar neophob commented on August 20, 2024

exactly!

from pixelcontroller.

DaanSchoukens avatar DaanSchoukens commented on August 20, 2024

Ok, thanks.
What do you mean with "8ms is the minimum! else we dont get any data!"
The value is only 2. Should I try a lower value (1 or 0) ?

Daan Schoukens
Verstuurd met Sparrow (http://www.sparrowmailapp.com/?sig)

Op zaterdag 23 juni 2012, om 09:46 heeft Michael Vogt het volgende geschreven:

exactly!


Reply to this email directly or view it on GitHub:
#16 (comment)

from pixelcontroller.

neophob avatar neophob commented on August 20, 2024

there is a 3ms delay, looped 3 times, so i suggest you increase the loop times (SERIAL_DELAY_LOOP)

from pixelcontroller.

DaanSchoukens avatar DaanSchoukens commented on August 20, 2024

Thanks for the help!
My teensy arrived, works flawlessly now.
Thanks for the amazing software.

Can I just ask how to configure two displays next to each other in the config file?
Can't seem to find an example of that.

from pixelcontroller.

neophob avatar neophob commented on August 20, 2024

take a look at the configuration.properties file, there you configure how many panels are used. what kind of panels do you use? how they are wired? how does your config file looks like?

cheers

from pixelcontroller.

DaanSchoukens avatar DaanSchoukens commented on August 20, 2024

Wel I'm using some LPD-6803 LED modules I had left from a different project.
I installed them 8*16. They're wired as if they were two different panels, just like those PixelInvaders panels.
In the config file, I have this
pixelinvaders.layout.row1=ROTATE_180_FLIPPEDY (guess I wired them differently)
but I don't know how to configure the next display, which is on the same row.

By the way, I realize I'm not supporting you by using your own panels, so I was wondering if I could donate something to the PixelController project?

Thanks already,

Daan

Daan Schoukens
Verstuurd met Sparrow (http://www.sparrowmailapp.com/?sig)

Op maandag 9 juli 2012, om 12:09 heeft Michael Vogt het volgende geschreven:

take a look at the configuration.properties file, there you configure how many panels are used. what kind of panels do you use? how they are wired? how does your config file looks like?

cheers


Reply to this email directly or view it on GitHub:
#16 (comment)

from pixelcontroller.

neophob avatar neophob commented on August 20, 2024

Hey Dan, take a look at the pixelcontroller example files (https://github.com/neophob/PixelController/blob/master/data/config.examples/PixelInvaders.cfg):

Two Panels Horizontal:
pixelinvaders.layout.row1=NO_ROTATE,NO_ROTATE

Two Panels Vertical:
pixelinvaders.layout.row1=NO_ROTATE
pixelinvaders.layout.row2=NO_ROTATE

you can ofcourse replace NO_ROTATE with other valid options.

and donations could be documentation, videos, images, like it on facebook (https://www.facebook.com/PixelInvaders), tell your friends or paypal ([email protected]).

cheers

from pixelcontroller.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.