Page 25 of 25

Re: 3D printed Neutrino Wand and Proton Pack with Arduino lights and sounds

Posted: September 9th, 2022, 5:43 pm
by CountDeMonet
You are not going to get the performance you want with the triggers. I use the serial audio control to do it. Here is a tutorial on how this works.

https://learn.adafruit.com/adafruit-aud ... io-control

If you want to use this board I think you will need to do the same thing.

Re: 3D printed Neutrino Wand and Proton Pack with Arduino lights and sounds

Posted: October 4th, 2022, 9:54 am
by BrettRogersUK
Hi,

When you made your pack and did the frame for mounting it, did you happen to make a note of how long the pieces had to be etc? And what size pvc pipe did you use to make the frame.

Did you use straps from a backpack or did you use Alice frame straps? I'm on the finishing straight with my pack now but it's the 80% one that I got from your github. I don't think it'd look right on a full size Alice pack.

Thanks,

Brett

Re: 3D printed Neutrino Wand and Proton Pack with Arduino lights and sounds

Posted: October 4th, 2022, 3:06 pm
by CountDeMonet
This post may contain an affiliate link that helps support GBFans.com when you make a purchase at no additional cost to you.

I used 3/4 inch pvc pipe and fittings. I bought some straps off of Amazon.

https://www.amazon.com/gp/product/B000SKLK6A

it was a while ago so you'll probably have to find another. I don't have the exact measurements. I pretty much winged it and tried to make it fit my son's back so the spots that touch the back where near his shoulders and the back brace area on the lower back. The frame I built several years ago no longer fits him now that he's 12. I would probably try to mount it to a real alice frame now if I was doing it again. The home built one was not very comfortable for him.

Re: 3D printed Neutrino Wand and Proton Pack with Arduino lights and sounds

Posted: October 4th, 2022, 3:11 pm
by BrettRogersUK
Thanks for your reply. That's no problem at all at least I've got a starting point now with 3/4in pipe.

Re: 3D printed Neutrino Wand and Proton Pack with Arduino lights and sounds

Posted: October 4th, 2022, 5:23 pm
by tobycj
BrettRogersUK wrote: October 4th, 2022, 9:54 am Hi,

When you made your pack and did the frame for mounting it, did you happen to make a note of how long the pieces had to be etc? And what size pvc pipe did you use to make the frame.

Did you use straps from a backpack or did you use Alice frame straps? I'm on the finishing straight with my pack now but it's the 80% one that I got from your github. I don't think it'd look right on a full size Alice pack.

Thanks,

Brett
The spirit packs are about 80% scale and look fine on an Alice frame :)

Re: 3D printed Neutrino Wand and Proton Pack with Arduino lights and sounds

Posted: October 4th, 2022, 5:30 pm
by jonogunn
BrettRogersUK wrote: October 4th, 2022, 9:54 am Hi,

When you made your pack and did the frame for mounting it, did you happen to make a note of how long the pieces had to be etc? And what size pvc pipe did you use to make the frame.

Did you use straps from a backpack or did you use Alice frame straps? I'm on the finishing straight with my pack now but it's the 80% one that I got from your github. I don't think it'd look right on a full size Alice pack.

Thanks,

Brett
Lost wax has an awesome guide on how to make an Alice frame out of PVC. Maintains the shape and look of an Alice frame too. You can just scale it down to 80% and it’ll look right.


This is what I plan to do for my spirit pack as I don’t look how it looks on a standard sized Alice frame.

Re: 3D printed Neutrino Wand and Proton Pack with Arduino lights and sounds

Posted: October 4th, 2022, 5:34 pm
by BrettRogersUK
jonogunn wrote: October 4th, 2022, 5:30 pm
BrettRogersUK wrote: October 4th, 2022, 9:54 am Hi,

When you made your pack and did the frame for mounting it, did you happen to make a note of how long the pieces had to be etc? And what size pvc pipe did you use to make the frame.

Did you use straps from a backpack or did you use Alice frame straps? I'm on the finishing straight with my pack now but it's the 80% one that I got from your github. I don't think it'd look right on a full size Alice pack.

Thanks,

Brett
Lost wax has an awesome guide on how to make an Alice frame out of PVC. Maintains the shape and look of an Alice frame too. You can just scale it down to 80% and it’ll look right.


This is what I plan to do for my spirit pack as I don’t look how it looks on a standard sized Alice frame.
I might do this. The thought of making it out of pvc pipe appeals to me. I can't find an alice pack in the UK less than £100. So this will be the way to go I believe. I've got the plans for the original alice pack from Stefan otto. I will look for the lost wax one though.

Thanks,

Brett

Re: 3D printed Neutrino Wand and Proton Pack with Arduino lights and sounds

Posted: October 4th, 2022, 6:11 pm
by jonogunn
BrettRogersUK wrote: October 4th, 2022, 5:34 pm
jonogunn wrote: October 4th, 2022, 5:30 pm

Lost wax has an awesome guide on how to make an Alice frame out of PVC. Maintains the shape and look of an Alice frame too. You can just scale it down to 80% and it’ll look right.


This is what I plan to do for my spirit pack as I don’t look how it looks on a standard sized Alice frame.
I might do this. The thought of making it out of pvc pipe appeals to me. I can't find an alice pack in the UK less than £100. So this will be the way to go I believe. I've got the plans for the original alice pack from Stefan otto. I will look for the lost wax one though.

Thanks,

Brett
Forgot to post the link for you:



The important thing is using his technique which is genius

Re: 3D printed Neutrino Wand and Proton Pack with Arduino lights and sounds

Posted: October 25th, 2022, 12:04 pm
by 2wED1
I have and Issue with my Bargraph I initially had it at a 10 led and got a MOD wand and changed it to a 15 led like Counts. It works on idle doing its standard animation. Then when i fire it seems to wor just fine but when i release it will leave a random led on the 5 led set of the bar graph. Each time its a different one. It’s like it won’t reset the leds in that set. However when i repress the fire button it will go away and restart the animations but of course leave one on again once i stop. Any one have a clue to what might be happening.?

Re: 3D printed Neutrino Wand and Proton Pack with Arduino lights and sounds

Posted: October 25th, 2022, 1:45 pm
by CountDeMonet
check the shutdown_leds function. It must be missing the reset of one of the pins.

Re: 3D printed Neutrino Wand and Proton Pack with Arduino lights and sounds

Posted: October 25th, 2022, 2:32 pm
by 2wED1
It looked fine but I deleted the code and copied it from the original one you had to see if I missed something. I will upload later today. I am gonna check my grounds. I’m hoping it’s not flakey

Re: 3D printed Neutrino Wand and Proton Pack with Arduino lights and sounds

Posted: February 3rd, 2023, 9:44 am
by 2wED1
Hey Eric i wanted to ask you in your code am i able to switch the theme and the power switch from d5 theme sw, d6 startup sw to d13 and D8 the reason i am doing this is to add a rumble motor with a potentiometer utilizing d5 and d6 that uses PWM. D5 will be the new fire button D6 will connect to a resistor ,transistor ,diode, and cap to the motor. A6 will be used for the potentiometer. i have included a schematics and the code. i haven’t changed the original code yet i am not sure where to place it?
thanks
Ed

// inputs for switches and buttons
const int FIRE BUTTON
= 8;
const int Relay pin = 13;

void setup (){
// inputs for switches and buttons
// set the modes for the switches/buttons
pinMode (FIRE BUITON, INPUT) ;
digitalWrite (FIRE BUTTON, HIGH) :
pinMode (Relay pin, OUTPUT) ;
}
void loop ()
{
if (digitalRead (FIRE BUTTON)==LOW);{
digitalWrite (Relay pin, HIGH) ;
}

else {
digitallrite (Relay pin, LOW);
}

}
Image

Re: 3D printed Neutrino Wand and Proton Pack with Arduino lights and sounds

Posted: February 16th, 2023, 2:25 pm
by CountDeMonet
The setup is pretty simple. You would just put that where the other pins are initialized. For detecting the fire and end of fire events you would look

here for the start of the firing sequence
https://github.com/CountDeMonet/Arduino ... h.ino#L328

and here for the end of it
https://github.com/CountDeMonet/Arduino ... h.ino#L372

Hope that helps

Re: 3D printed Neutrino Wand and Proton Pack with Arduino lights and sounds

Posted: February 16th, 2023, 2:46 pm
by 2wED1
Awesome sir thanks also, Also is it possible to separate the light sequence in the wand, for instance turning on a switch to just power the graph and hat lights and trigger a sound. Another switch to just power the vent light and trigger a power up sound ?

Re: 3D printed Neutrino Wand and Proton Pack with Arduino lights and sounds

Posted: March 8th, 2023, 1:44 pm
by CountDeMonet
2wED1 wrote: February 16th, 2023, 2:46 pm Awesome sir thanks also, Also is it possible to separate the light sequence in the wand, for instance turning on a switch to just power the graph and hat lights and trigger a sound. Another switch to just power the vent light and trigger a power up sound ?
Sorry, I saw your note but forgot to finish my response. Yes, it is possible to do what you want. The wand lights are handled with this variable

wandLights

I wrote helper functions to easily allow changing the lights. Search for

setWandLightState(3, 0, 0); //set sloblow red

which will give an example of how to use it.

You can also add switches but that will require you to update the code to handle it and the new sequence.

Re: 3D printed Neutrino Wand and Proton Pack with Arduino lights and sounds

Posted: February 28th, 2024, 8:26 pm
by Augustus62424
Hi I was haveing problems with the arduino because it worked when it was all on the bread board but since then I’ve been soldering it together and was wondering if I house the arduino in the wand are the out puts of the arduino getting thinned when they go through the 6.5 feet of 22 gauge wire the neo pixels and sound board are just not detecting them. 2 does the whole thing still work if you don’t have everything connected say you have the switches and the pack electronics but not the bar graph or sound board. 3 the neo pixels that I have used to work on the bread board but after I soldered them together they just flash random colors is this do to the long wires? Or they Broke after I soldered them together or is it something else entirely?

Re: 3D printed Neutrino Wand and Proton Pack with Arduino lights and sounds

Posted: February 29th, 2024, 10:19 am
by CountDeMonet
I ran into similar issues when I was building this. I tried different thicknesses of wires and different ways of shielding them but could not get a stable connection from the arduino in the wand to the sound board and neopixels in the pack. I did find that I could still control the lights in the wand if I put the arduino in the pack. I'm guessing the distance is too much for the power of the arduino but there were also serious shielding issues and cross talk.

The second item, if you are using the full code with bar graph then it is going to look for the io board on startup and not allow it to proceed if not found. You can comment out the initialization code for the io board and everything else should function.

If the neopixel worked before soldering then I would double check everything. Maybe reflow the solder. Could be a weak connection somewhere

Re: 3D printed Neutrino Wand and Proton Pack with Arduino lights and sounds

Posted: March 7th, 2024, 8:42 pm
by Augustus62424
Thank you so much it finally works now I’m not quite sure what was wrong because I tried placing a separate battery in the wand but it still didn’t work but when I moved the arduino to the back pack it worked perfectly. I also was having an issue with the bar graph module but that’s seems to work now too thank you!

Re: 3D printed Neutrino Wand and Proton Pack with Arduino lights and sounds

Posted: March 19th, 2024, 8:36 am
by Augustus62424
I have fixed my problems with the arduino not getting a good enough connection but now I'm having trouble getting a solid connection between the sparks-fun board in the wand to the arduino in the pack, do you think if I solder in a .1 ohm capacitor it would bring back up the signal and get it more stable connection again.

Re: 3D printed Neutrino Wand and Proton Pack with Arduino lights and sounds

Posted: March 19th, 2024, 12:40 pm
by CountDeMonet
I never got to the point of troubleshooting the communications issues. I remember seeing a pretty significant power drop from the pack to the wand but that was good enough for the neopixels. I never did try to get the io board to work as my wand was smaller and couldn't fit the bargraph. The spark fun board only requires 3v so I'd check what you are seeing at board there. I'm going to guess it's still above 3v. If that is the case you may be having some cross talk occurring. That was what was appearing to happen with the audio board when I was controlling it from the wand. All of the data the Arduino was seeing from the board was junk over distance with the led's running