Introduction: Adapt. Improve. Survive. Brainwash Machine

Yup. I know. You might think ; A box, with LEDs and Microphones! Awww.... Nice! But hey, no means defensive, some temporal brainwash can lit up one's emotion. Ever heard of Chicken BioBio? Yes, go to youtube and search it up. This box, represents the DIY version of Chicken BioBio. Ladies and Gentleman, may I introduce you this particular DIY box, is called, " Brainwasher." I've lost friends from depression, so please, take the box humorously, but seriously before you judge brainwasher.

Step 1: Step 1 : Materials

Every projects requires materials. (fun fact before reading on: Do you know a village in Austria Hungary called, "Fxcking?"

2 blue LEDs (color's your own preference)

20+wires (ignore if you're an oracle)

1 Arduino Leonardo

1 Arduino microphone

1 box (choose wisely, this is a brainwasher)

2 Electric blocker (you know what I mean? I'm not sure, comments below!)

That's all, on the way!

Step 2: Step 2 : the Hardware

A general idea of the hardware setup: (fun fact before reading on : Do you know star citizen launched an invictious week during the pandemic? Try for FREE!!!)

Picture above (up)

Step 3: Step 3 : the Software

It's pretty much the end, since copy pasting is very hard, I know. (fun fact before reading on: The best game ever? Probably DCS in Digital Combat Simulator)

void setup(){ // put your setup code here, to run once: pinMode( 2 , OUTPUT); // sets the digital pin as output pinMode( 3 , OUTPUT); // sets the digital pin as output}void loop(){ // put your main code here, to run repeatedly: for (int i = 0 ; i < 5 ; ++i ) { for (int j = 0 ; j < 110 ; ++j ) { digitalWrite( 2 , HIGH ); // sets the digital pin on/off delay( 250 ); // waits a few milliseconds digitalWrite( 2 , LOW ); // sets the digital pin on/off delay( 250 ); // waits a few milliseconds } for (int i = 0 ; i < 100 ; ++i ) { digitalWrite( 3 , HIGH ); // sets the digital pin on/off delay( 500 ); // waits a few milliseconds digitalWrite( 3 , LOW ); // sets the digital pin on/off delay( 500 ); // waits a few milliseconds } tone(4, 700, 220); //buzzer or speaker frequency delay( 110 ); // waits a few milliseconds tone(4, 700, 220); //buzzer or speaker frequency delay( 110 ); // waits a few milliseconds tone(4, 700, 220); //buzzer or speaker frequency delay( 110 ); // waits a few milliseconds tone(4, 588, 450); //buzzer or speaker frequency delay( 110 ); // waits a few milliseconds tone(11, 588, 450); //buzzer or speaker frequency delay( 110 ); // waits a few milliseconds }}

Step 4: Step 4 : the Video! YAY

The actual brainwasher in use! I bet you are too! Enjoy! 😉 😊

Here's the link

https://www.youtube.com/watch?v=WpadGBaXJLc&feature=youtu.be