-
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
Animation is very slow #32
Comments
which code are you using? I have seen slowness if the audio board is not connected or not setup correctly with the non spirit code. I've never seen the spirit code slow. |
That is a good one. I was planning on adding sound later so I used the non spirit code. thanks! Will let you know if that solved it :). |
You can comment out the code that calls the audio board. The slowdown is
caused by something in the library for the board.
The spirit code is wired slightly differently from the full pack because I
wanted to make it easy to setup. Just be aware of that
…On Thu, Sep 19, 2024 at 4:50 PM NvdGoorbergh ***@***.***> wrote:
That is a good one. I was planning on adding sound later so I used the non
spirit code.
will check out the other code and see if that works. (After receiving new
parts, accidentally burned trough my led bar 😅)
thanks! Will let you know if that solved it :).
—
Reply to this email directly, view it on GitHub
<#32 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACN7XLW3JK5A3ZOCYXG7WNDZXM2KBAVCNFSM6AAAAABOQS45UOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNRSGE2DQMJUGU>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Thanks! Will chexk it out when the replacement parts arrive. How many wires are going trough the loom to the wand? I would like to have the quickconnect but need to know how many pins are needed 😅 |
Hi, I am trying to make a 3d printed proton pack and came across your github page. I had an arduino laying around with some jewels and bars and thought to give it a try. When I loaded the code onto my Uno or Nano the animation was playing correctly but was very slow. So slow that the startup animation took almost 2 minutes to finish.
It also seems to skip a beat after a few steps.
Is that something you also recognize? It happens on both micro controllers.
The text was updated successfully, but these errors were encountered: