Downton Abbey - Solenoid Cover

Downton Abbey - Solenoid Cover

thingiverse

Based (entirely?) off of the hit BBC show Downton Abbey. Quickly made this Bell sign for my mom. This is an electronics portion of the Downton Abbey Doorbell. A notecard or plastic is used to jam/bind it in. Use in conjunction with: https://www.thingiverse.com/thing:5176237 Electronic used is @: https://www.amazon.com/gp/product/B0722JK1L1/ref=ppx_yo_dt_b_search_asin_title?ie=UTF8&psc=1 I burned the arduino code in [Arduino] to use slightly lesser amps. Code: int led = 13; int solenoide = 4; //This is the output pin on the Arduino void setup() { pinMode(led, OUTPUT); pinMode(solenoide, OUTPUT); //Sets that pin as an output } void loop() { digitalWrite(led, HIGH); //Switch LED On digitalWrite(solenoide, HIGH); //Switch Solenoid ON delay(1000); //Wait 1 Second digitalWrite(led, LOW); //Switch LED Off digitalWrite(solenoide, LOW); //Switch Solenoid OFF delay(1000); //Wait 1 Second }

Download Model from thingiverse

With this file you will be able to print Downton Abbey - Solenoid Cover with your 3D printer. Click on the button and save the file on your computer to work, edit or customize your design. You can also find more 3D designs for printers on Downton Abbey - Solenoid Cover.