Skip to content
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

Ich brauche mal Hilfe :D #1

Open
BenjaminKoeber opened this issue Oct 23, 2019 · 4 comments
Open

Ich brauche mal Hilfe :D #1

BenjaminKoeber opened this issue Oct 23, 2019 · 4 comments

Comments

@BenjaminKoeber
Copy link

Erstmal Danke fürs Veröffentlichen, echt genial! :D

Bin leider selber absoluter Neuling hier ;-)

Hab den Neopixel Sketch erfolgreich auf meinen China Uno geflasht, jedoch kann Jinx! keinen output "öffnen"...trotz korrekter Ports, device setup ect.
In Jinx! habe ich das Gerät als tpm2 angegeben & gepatcht, kein output, neustarten von Jinx half nicht =(

Mir sind hier alle Ideen ausgegangen, da dachte ich ob du vielleicht eine Idee hast?
Würde mich mega über eine Rückmeldung freuen & danke nochmal :D

@rstephan
Copy link
Owner

Habe mit beiden Beispiele getestet, "FastLED" und "NeoPixel" laufen mit Jinx 2.4
Was aber passiert ist, als ich im laufenden Betrieb die LEDs angesteckt habe, dass sich der Arduino Uno aufgehängt hat. Danach hat kurzes Trennen vom USB geholfen.

Beim nächsten mal/next time.
Versuche deine Frage in englisch zu schreiben.
Try to write your question in english.
Danke/Thanks.

@evolutiondj
Copy link

Hi I have a problem Fastled code some pixels flash and in both codes I am slow with 2500 pixels in jinx with 115200

@evolutiondj
Copy link

Hi I have a problem Fastled code some pixels flash and in both codes I am slow with 2500 pixels in jinx with 115200 bua

@rstephan
Copy link
Owner

@evolutiondj
2500 pixels equals to about 75000 bit. At 115.2 kBit/s that are about 1.5 frames/s (best case). Try to increase the baud rate from 115.2 kBit to 1 MBit Serial.begin(1000000); Do the same in Jinx.
At 1 MBit/s with 75 kBit for 2500 pixels gives you about 13 frames/s (best case).
The flickering/flashing can be an overload problem (data rate to slow) or a bad/under rated power supply.
Remember, 2500 times 60 mA (full white) gives 150 A for WS2811/12 LEDs.

Next time, feel free to open a new issue, for your problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants