#Magneting Switch for Mando Helmet
36 messages Β· Page 1 of 1 (latest)
Hey @slow merlin, thank you for contributing to this forum.
Please provide as much information (images, video, description) as you can. This will increase the chance that someone can help you with your issue.
Use the Close button when your issue is resolved.
Depends where you are mounting your electronics, if it's all stored in the end a tilt switch is ideal, but if you have a hollow RF stalk it would be possible to fit a magnetic reed switch inside the stalk near the bottom then have a magnet in a place on the helmet where it would be activated when in the down position. something like this: https://uk.rs-online.com/web/p/magnetic-proximity-switches/5308911. Im from the UK so I don't know if this place ships anywhere else.
@tacit narwhal thanks. having it in the stalk was my idea as it would prevent a tilt switch from going on/off if I would remove bucket or lean forward.
I live within EU but I can probably find something similar locally. thanks for the help π
Any other suggestions and/or ideas for mando electronics. trying to make a plan on what to do/add so I am not coming up with things after a fact and might not have printed parts with electronics in mind π¦
got suggestion of hallelement (think that is the english word?) as well to use instead of a magnetic reed switch. and place the hall in the helmet and a small magnet in the stalk.
having the switch in the helmet would be better i think, it would make it easier to fix if something went wrong down the line.
which mando helmet are you making, Boba Fett?
MysteryMakers Boba Helmet. So there is a pre-made room for a servo and wire in the stalk. so thinking on connecting LEDs in the range finder and program a arduino (arduino CH340 USB driver 16Mhz ATMEGA328P maybe?) to do the range finder tracking sequence from season two when the dark troopers get Grogu.
and that would activate when the LEDs in the rangefinder
Nice, I did a Boba Fett last year but I didn't have time to do the electronics, if you are an arduino controlled servo would you need a mag switch anyway? could you not program the LEDs to start flashing acording the the angle of the servo? because you will know when the servo is in the 'down' position then you could use software to control the LEDs
@tacit narwhal true... true true... big brain thinking @tacit narwhal π
no, the SG90s for the rangefinder.
I think that would work with arduino.
if nothing else, see if one can do a timing on how long it would switch the servo on to do the motion and then activate the LED cycle after that.
I made things too damn complicated π
you can look up the compatibility of the hardware, personally I wouldn't use ali express, i know it's super cheap, but half the time you actually dont get hte part you ordered.
You can also just sequence the code the the Lights start after the servo has moved, wait as long as you want it down (or until you press the button again) then it moves back up and the light turn off
simpler is always better
Like this
@tacit narwhal I had luck with ali so far. thing is I can get 5 incl. shipping for the price if Β½ locally. and in that case I rather be the douche and get 5 for potentially other projects π
Fair enough, I mean they're so cheap it's not that much of a problem if they don't work.
and if they do not, usually they are rather good in compensating as they are terrified of bad reviews.
does this make sense?^^
yea. best would be if the servo can do the 90Β° and then activate the code when that action is done.
the example code i have that suggest the SG90s have a 90Β° variable in it.
so that seem to be a thing that would work.
yes so in that case you'd want to add in another If statement between the roation and the LEDs, IF 'servo at 90 degrees' start LED sequence
nice. then I just need to learn the arduino code thingy. seen there is a drag and drop graphical UI that should be enough π
asked in a a more general chat but. opinion on one larger arduino and connect all pieces (gauntlets, helmet etc) to that or one arduino nano per "item" so one in each gauntlet and one in helmet or maybe one for helmet and right gauntlet as wires wouldn't be too long.
I've never made full costumes but off the top of my head there are ups and downs for both, if theres was one master arduino it would make it very easy to sync up different sequences and it'd be cheaper but there would be more complex code and you'd have long wires across your body. Seperate systems would be good if the sequences on your gauntlets were entirely isolated sequences that didn't interact with oyur other components but it would be more expensive.
But as I said I don't do full costumes only helmets so it'd be best to ask someone who's done it before.
well I never made one so you know more than me π
thinking of getting the Arduino Nano with 16Mhz ATMEGA328P. apparently the P use less power so it would suit for a cosplay.
yeah it's a solid choice