CountDeMonet / ArduinoProtonPack

Arduino Code for a GhostBusters Proton Pack
https://vineripesoftware.wordpress.com/2017/10/24/3d-printing-a-proton-pack-plus-lights-and-sounds/
Apache License 2.0
91 stars 31 forks source link

Animation is very slow #32

Open NvdGoorbergh opened 2 weeks ago

NvdGoorbergh commented 2 weeks ago

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.

CountDeMonet commented 2 weeks ago

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.

NvdGoorbergh commented 2 weeks ago

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 :).

CountDeMonet commented 2 weeks ago

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 https://github.com/CountDeMonet/ArduinoProtonPack/issues/32#issuecomment-2362148145, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACN7XLW3JK5A3ZOCYXG7WNDZXM2KBAVCNFSM6AAAAABOQS45UOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNRSGE2DQMJUGU . You are receiving this because you commented.Message ID: @.***>

NvdGoorbergh commented 2 weeks ago

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 😅