自製 DIY電熱式(電弧)打火機(How to make an electronic lighter)
自製 DIY電熱式(電弧)打火機(How to make an electronic lighter)
資料來源:https://www.youtube.com/watch?v=V6pVwusGOeY
https://www.youtube.com/watch?v=mTchFpLJEUE
https://www.youtube.com/watch?v=DfN7JbtWb7o
GITHUB: https://github.com/jash-git/How-to-make-an-electronic-lighter
材料清單:
1.發熱絲(0.2mm)
2.按壓開關
3.電池
HTML code
<!DOCTYPE html>
<html lang="en">
<head>
<title>Video Element src Demo</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<style>
</style>
</head>
<body>
<video width="400" height="300" controls>
<source src="https://github.com/jash-git/How-to-make-an-electronic-lighter/raw/refs/heads/main/01.mp4?raw=true" type="video/mp4">
Your browser does not support the HTML5 video tag.
</video>
<br/>
<video width="400" height="300" controls>
<source src="https://github.com/jash-git/How-to-make-an-electronic-lighter/raw/refs/heads/main/02.mp4?raw=true" type="video/mp4">
Your browser does not support the HTML5 video tag.
</video>
<br/>
<video width="400" height="300" controls>
<source src="https://github.com/jash-git/How-to-make-an-electronic-lighter/raw/refs/heads/main/03.mp4?raw=true" type="video/mp4">
Your browser does not support the HTML5 video tag.
</video>
</body>
</html>