CountDeMonet / ArduinoProtonPack

Arduino Code for a GhostBusters Proton Pack
https://vineripesoftware.wordpress.com/2017/10/24/3d-printing-a-proton-pack-plus-lights-and-sounds/
Apache License 2.0
91 stars 31 forks source link

E-cig addition #13

Closed fstanley28 closed 4 years ago

fstanley28 commented 4 years ago

Has anyone tried this yet? I see there is and ino file with the relay but as for wiring I didn't see anything. Any guidance would be awesome.

CountDeMonet commented 4 years ago

A number of people have used that code. As for wiring it up there is not much to it. The relay is a remote controlled switch so on the control side there is a ground and signal. Those connect to the arduino ground and pin 13. Then you wire the ecig up to it's separate power source and stick the relay in between the power side. Here's an example of how it can go

https://i0.wp.com/randomnerdtutorials.com/wp-content/uploads/2016/11/Schematics.png?w=700&ssl=1

from this site https://randomnerdtutorials.com/guide-for-relay-module-with-arduino/

fstanley28 commented 4 years ago

Perfect, thank you. I am loving this build!