element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Community Hub
Community Hub
Member's Forum Best device(s) for this cosplay
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Leaderboard
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Community Hub to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 32 replies
  • Subscribers 535 subscribers
  • Views 2683 views
  • Users 0 members are here
  • cosplay
  • raspberry pi
  • Metroid
  • Samus
Related

Best device(s) for this cosplay

Amethyst
Amethyst over 1 year ago

I'm assuming many of us here are gamers, and I don't have a better clue where I'd put this. I plan to make a Samus cosplay, from Metroid. Not dedicated to one yet, but thinking Varia suit. 

I have honestly been planning this for many years, but funding left me lacking. On that note, I'm thinking of a Patreon or something, but not sure what rewards would be. Off-topic from the site, but feel free to give ideas!

For the main topic, I'd previously planned to use a mini RasPi and maybe a PICAxe, but an restarting my design with a clearer head:  but I fell behind on tech and don't know what's available. Here's the list I'd like to try to include if you have clever ideas to add, I'm all ears!

-An intake and exhaust fan in the helmet, like RasPi mini fans (5v), for temperature and breathing. I plan to fit these in the "ears" of the helmet that the hoses attach to.

-Some kind of screen in the helmet that can tell me information from the board. Looking at battery level, temperature, and possibly proximity sensor information.

I'm not sure how I can implement this though. I was previously thinking of an oLED display in the past, but they were expensive. I'm wondering if it's possible to create a reflection display off the helmet "glass" (acrylic) over the face? I've seen it work on car windshields, but what am I looking for?

-Some kind of "life form" detection I can use, eg infrared or other ideas? I would feed that input into my display.

Arm Blaster:

-Ice Beam using compressed air, unless there's a good electronic alternative? 

-Ping pong or Airsoft pellets. Which would be cheaper to build? Doesn't need to be high pressure, of course. 

-Fireballs by flash paper and cotton with a glow plug. Suggestions on safest way to control it? Not sure I want a 12v stepper in my arm cannon, not sure if a lower voltage would do the job?

Overall, what electronics do you think are the best ideas to try for something like this that's generally low power, but collectively can be demanding?

The suit is planned to be built with overlapping panels, eg outer thigh strapping over inner thigh armor. I will probably hot glue the wires on the outside of the lower layers and use connectors for LED wiring and any possible sensors I may use (eg motion sensor for behind me). Looking for what your experience is on best budget connectors for that.

image

  • Sign in to reply
  • Cancel

Top Replies

  • beacon_dave
    beacon_dave over 1 year ago +3
    Some images of the character might help people here visualise the costume. There appear to be several variations as the character has evolved. Looks like their might be plenty of room in the shoulders…
  • beacon_dave
    beacon_dave over 1 year ago +2
    There is a head up display project on Hackaday that may be worth a look https://hackaday.io/project/12211-arduino-glasses-a-hmd-for-multimeter Alternatively there are some off-the-shelf HUD systems…
  • beacon_dave
    beacon_dave over 1 year ago in reply to cstanton +2
    The car windshield (and the theatre stage for that matter) has the advantage that it is far enough away for the human eye to be able to focus on it. Anything inside a helmet will likely require some…
Parents
  • cstanton
    cstanton over 1 year ago
    Amethyst said:
    -An intake and exhaust fan in the helmet, like RasPi mini fans (5v), for temperature and breathing. I plan to fit these in the "ears" of the helmet that the hoses attach to.

    Depending on budget and space available, I would have a dedicated microcontroller for fan control and combine that with at least a temperature sensor, could be combined with a humidity sensor and then alter a 'fan curve' for how fast the fans rotate depending on temperature and humidity, with a manual override for "just whack it up to full speed please".

    With the use of MOSFETs you can control fans that are 12v, though it then depends on your power supply, but that would allow you to use fans that were either larger, or more powerful to move the air as needed, while being controlled by a lower voltage microcontroller, say from an Arduino or similar.

    You may also find that you only need an intake , or that you need two exhaust, with no intake, or only one intake, depending on how you want to setup the air pressure.

    Amethyst said:
    -Some kind of screen in the helmet that can tell me information from the board. Looking at battery level, temperature, and possibly proximity sensor information.

    A small OLED or LCD screen can possibly do this for you, or if you find a small epaper/eink display then it only has to update and refresh the screen every few seconds or minutes rather than using power for the whole screen constantly. Again this could be a microcontroller or something 'beefier' with an operating system like a Raspberry Pi (such as a Zero or Zero W) but then that introduces battery drain and failure points and waiting for it to boot.

    Amethyst said:

    Arm Blaster:

    -Ice Beam using compressed air, unless there's a good electronic alternative? 

    -Ping pong or Airsoft pellets. Which would be cheaper to build? Doesn't need to be high pressure, of course. 

    -Fireballs by flash paper and cotton with a glow plug. Suggestions on safest way to control it? Not sure I want a 12v stepper in my arm cannon, not sure if a lower voltage would do the job?

    Hm, well if you're wanting more than a dummy 'push button, activate motor' or 'I'm reusing a nerf gun' then you're probably looking at using steppers and a microcontroller, because wouldn't it be cool to have it synchronised with sound and light actions too? It's probably easier to look at this from a 'what would it take to do each type of thing, does something already exist? does it need to be more complicated?' than trying to build it from the ground up off the bat.

    Compressed air is going to have a limit, but perhaps there's something like the airzooka that would work in a smaller confinement?

    Ping pong balls are relatively cheap, light. An alternative would be the nerf balls that blasters use, or a nerf blaster itself. Maybe the dog toy version.

    I'd avoid fire. If only because of health and safety paperwork at cosplay conventions. 

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Amethyst
    Amethyst over 1 year ago in reply to cstanton

    I'm going to read this as I respond, because it's easier for me to sort that way than try to remember. ^_^;
    That said, sorry if I ask or answer something you elaborate later. Also, I'm bad at the quote thing.

    "...then alter a 'fan curve' for how fast the fans rotate depending on temperature and humidity, with a manual override for "just whack it up to full speed please"." 
    Is there honestly a reason a complicate it using this? Just to save battery? So far, I'm planning to just connect the helmet to the main battery on my back.

    "With the use of MOSFETs you can control fans that are 12v ... would allow you to use fans that were either larger, or more powerful to move the air as needed, while being controlled by a lower voltage microcontroller, say from an Arduino or similar.

    I've never got to make anything with MOSFETS, AFAIK. With a fan blowing directly on me, I'm concerned too strong may be too much sensory. I'm also considering to run a hydration line from one of the shoulder pieces, like a hydration backpack. This would likely go down the tube from the right side of my mask, while air come in my left side, eg through the left hose. 

    "You may also find that you only need an intake , or that you need two exhaust, with no intake, or only one intake, depending on how you want to setup the air pressure.'
    Would you like to expand upon this? I'm still considering how I'll want the exhaust to work, though I'm looking at intake being through the right "ear" bubble.

    "A small OLED or LCD screen can possibly do this for you"

    My question here is how would I make it work in this confined space? Ideas? It's one of the two things that's been holding up my project. Specific models in mind? I have been wondering if there's a small LED projector that works by reflection, but that may be worth it's own post if not answered here.

    "or if you find a small epaper/eink display then it only has to update and refresh the screen every few seconds or minutes rather than using power for the whole screen constantly"
    Same as above, but this simplicity seems closer to what I wanted , except quick alerts if I included a form of sensor to detect behind me. Can this be updated more quickly with more power? Eg I trigger it to redraw the screen if something is 5ft behind me? That sounds AMAZING!

    "this could be a microcontroller or something 'beefier' with an operating system like a Raspberry Pi (such as a Zero or Zero W) but then that introduces battery drain and failure points and waiting for it to boot."

    I'm perfectly fine with a "Boot Sequence". Hell, I can make that work amazingly!
    Imagine it's booting up, and plays the NES "Secret Area" music? Then when completed, it plays the "Same Start" music?! It making that music could also tell me my battery is dying, others here it as I seem to rush off (not knowing to change my battery).

    "you're wanting more than a dummy 'push button, activate motor' or 'I'm reusing a nerf gun' then you're probably looking at using steppers and a microcontroller, because wouldn't it be cool to have it synchronised with sound and light actions too?"
    I've planned it to be a mix of parts in there, but I NEVER considered having it change the lights! Even if I do repurpose a nerf gun or something, I can have a button to push with it to do so! Thanks!


    "It's probably easier to look at this from a 'what would it take to do each type of thing, does something already exist?" 
    That's why I'm asking. I know other ways to do most of this, but did not keep up with tech over 5 years.

    "Compressed air is going to have a limit"
    There's a trick you can do with compressed air that it shoots ice crystals. I just try to leave it vague because it can be dangerous if not handled correctly.

    "Ping pong balls are relatively cheap, light. An alternative would be the nerf balls that blasters use, or a nerf blaster itself. Maybe the dog toy version."
    Thanks! Will look into. Like I said, can still connect a trigger to a light button... but I may want to use it manually anyhow, eg on stage.

    "I'd avoid fire. If only because of health and safety paperwork at cosplay conventions."
    I hear you. I've been friends with some convention owners, and their rules for attractions are different usually than guests. They also make exceptions for some cosplay props. I remember one year I cosplayed Raiden while wearing a gadget that covered my body in thousands of volts of static electricity. Sparks came from my fingertips near metal. For some reason, people didn't want to give me a high five. 

    Point is, I'd probably work whatever out with the head of a convention in advance, because nobody else would even know I have certain things until I'm up on stage. 


    ...Now I'm wondering if I may want redo how the costume attaches in the future. My current way is a black catsuit, with velcro and a couple straps. Now I'm imagining keeping guests completely in the dark that I have the full costume UNTIL the competition or showcase starts. To do so, I'd be connecting CERTAIN points to the Zero Suit Samus (her blue outfit), so I can wear it UNDER the costume... but I'd def need one that's breathable unless I add fans through my body. 

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • beacon_dave
    beacon_dave over 1 year ago in reply to Amethyst
    Amethyst said:
    I have been wondering if there's a small LED projector, but that may be worth it's own post if not answered here.

    There is the likes of the TI Pico projector

    /products/roadtest/rt/roadtests/103/dlp_pico_display_pro#pifragment-4106=9&pifragment-4100=4

    image

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
Reply
  • beacon_dave
    beacon_dave over 1 year ago in reply to Amethyst
    Amethyst said:
    I have been wondering if there's a small LED projector, but that may be worth it's own post if not answered here.

    There is the likes of the TI Pico projector

    /products/roadtest/rt/roadtests/103/dlp_pico_display_pro#pifragment-4106=9&pifragment-4100=4

    image

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
Children
  • Amethyst
    Amethyst over 1 year ago in reply to beacon_dave

    Thanks, I'll give it a go!

    I updated my comment to specify, I'm wondering if there's one that can work as a reflection, eg how some HUDs on cars reflect from the winsdhield. That's what I'm imagining in my head.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • beacon_dave
    beacon_dave over 1 year ago in reply to Amethyst

    Transparent OLED may be worth a look. Can look directly through it or reflect it.

    Qwiic Transparent OLED HUD Hookup Guide

    https://learn.sparkfun.com/tutorials/qwiic-transparent-oled-hud-hookup-guide/all

    https://www.youtube.com/watch?v=8Xre5bewfVE

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube