This guide will show you how to build and program the project, if followed step by step you will have a working igniter by the end.
This project requires soldering and is not recommended for beginners. Apart from the required components, you'll need a powerful battery capable of creating ignition. A few examples:
- 2x 18650 Batteries connected in series, Soldering the batteries is extremely dangerous and is absolutely not recommended. If you are thinking of using these, you'll have to connect them via simple battery holders.
- A 12V car battery
- A 4V big Non-rechargable battery.
Out of these I use and recommend using 2x 18650 batteries for conformity.
Assembling:The PCB contains a white footprint indicating where every component must be placed. After placing every piece in its hole, the next step is soldering. The hardest part to solder will be the D1 Mini because of its many pins, but after a while you'll get comfortable enough.
It is recommended to program the board before soldering.
To program the board you'll need to add the esp8266 core to the Arduino IDE. Here is a great tutorial on how to do it.
On the Arduino IDE you must copy the code (which is below) and upload it to the board. The code built for this project uses any IR remote to launch. This code can be modificated to use the wifi module on board the D1 Mini.
Operating:To use the igniter, a power source (as mentioned before) must be connected to the Relay module. A secondary power source must be used to power the board, this may be a power bank or any 5v current connected to the 5V and GND pins to the D1. After that, an electric match or rocket igniter has to be connected via the relay and the big battery. To launch just point and press an Infrared remote (like a tv remote) and ignition will be generated.
Created by @Coloitu.
Please ask if you have any doubt, I'm here to help!
Comments
Please log in or sign up to comment.