Electronics and Animatronics
Put all the lights, sounds, and movement in your suit!
5 topics in this forum
-
- 2 followers
- 22 replies
- 715 views
OK I'm getting my 1st suit very soon wolf .so Is it possible to put some sort of motors in the shoulder cannons so when you move your head but they move as well ???
Last reply by Lwoff0677, -
- 0 replies
- 132 views
Okay so I had a sound effect t-shirt that I out grew but the cool thing about the sound effects shirts is you can replace the sounds with your own sounds instead so I download what free sounds for the predator at the time where available and had to rename them to what number each button was to get them to work and boom 20 sounds at my disposal. two remotes one is for the plasma caster ( white one ) and the other is for my sound effects .still need to weather down some bones and the caster but other then that pretty happy with how it’s coming along. 68524031794__CBFF50B2-B772-43A3-9123-F676B11517C7.MOV 68524041278__AD52437C-A8FC-4DDF-B11A-B554931DE1C0.MO…
Last reply by Ritualhunter, -
- 2 replies
- 283 views
IMG_2815.MOV 68516054120__8B172A98-22FF-449F-9008-02ABA0EDD842.MOV Something I got from a guy long time ago on YouTube definitely one of my favorite effects for my predator suit. 68516054120__8B172A98-22FF-449F-9008-02ABA0EDD842.MOV
Last reply by Ritualhunter, -
- 2 replies
- 143 views
#include <Adafruit_NeoPixel.h> #ifdef __AVR__ #include <avr/power.h> #endif Adafruit_NeoPixel strip(12, 6, NEO_GRB + NEO_KHZ800); Adafruit_NeoPixel strip1(12, 5, NEO_GRB + NEO_KHZ800); Adafruit_NeoPixel strip2(8, 7, NEO_GRB + NEO_KHZ800); void setup() { #if defined(__AVR_ATtiny85__) && (F_CPU == 16000000) clock_prescale_set(clock_div_1); #endif strip.begin(); strip.show(); strip1.begin(); strip1.show(); strip2.begin(); strip2.show(); strip.setBrightness(255); strip1.setBrightness(255); strip2.setBrightness(255); } void loop() { for(int i=0; i<=12; i+…
Last reply by Thea Bug, -
- 0 replies
- 104 views
Sorry for second post I didn't want to include anything other than the code In the previous post for cut and paste purposes if they're new to it (like I was) it can be overwhelming if you have no former training or education in it. The 12 LED rings power up and off and I powered it by USB with a 18V milwaukee tool battery with an adapter
Last reply by Thea Bug,