hardware:electronic_circuit:joule_thief

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
最新のリビジョン両方とも次のリビジョン
hardware:electronic_circuit:joule_thief [2023/06/06 03:48] – [シミュレーション (CircuitJS1)] ともやんhardware:electronic_circuit:joule_thief [2024/01/12 12:30] – [付録] ともやん
行 1: 行 1:
-====== ジュース泥棒回路 (Joüle Thiëf) - 回路脳🧠を鍛える低電圧発振回路パズル🧩 ======+====== じゅ〜ちゅ泥棒回路 (Joüle Thiëf) - 回路脳🧠を鍛える低電圧発振回路パズル🧩 ======
 <WRAP zoomimg x1_5 w200> <WRAP zoomimg x1_5 w200>
 {{:hardware:electronic_circuit:joule_thief_001.jpg|}} {{:hardware:electronic_circuit:joule_thief_001.jpg|}}
行 9: 行 9:
 ===== ギャラリー ===== ===== ギャラリー =====
 [[https://www.instructables.com/Flashlite-with-Joule-Thief/|Flashlight With Joule Thief - Instructables]] [[gtr>https://www.instructables.com/Flashlite-with-Joule-Thief/|翻訳]]\\ [[https://www.instructables.com/Flashlite-with-Joule-Thief/|Flashlight With Joule Thief - Instructables]] [[gtr>https://www.instructables.com/Flashlite-with-Joule-Thief/|翻訳]]\\
-<WRAP zoomimg w300 x1_3>+<WRAP group> 
 + 
 +<WRAP column zoomimg w300 x1_3>
 {{:hardware:electronic_circuit:joule_thief:flashlite_with_joule_thief.png?|Flashlite with Joule Thief}} {{:hardware:electronic_circuit:joule_thief:flashlite_with_joule_thief.png?|Flashlite with Joule Thief}}
 +</WRAP>
 +
 +<WRAP column>
 +[[https://www.falstad.com/circuit/circuitjs.html?running=false&startCircuitLink=https://www.tomoyan.net/_media/hardware/electronic_circuit/joule-thief_2.circuitjs.txt|joule-thief_2.circuitjs.txt フル画面]]\\
 +{{:hardware:electronic_circuit:joule-thief_2.circuitjs.txt|}}
 +<html>
 +  <style>
 +    .circuitjs {
 +      margin: 0 0 -16px;
 +      position: relative;
 +      z-index: 0;
 +    }
 +    .circuitjs iframe {
 +      border: none;
 +      width: 640px;
 +      height: 400px;
 +      min-width: 640px;
 +    }
 +    .wrap_circuit_description {
 +      position: relative;
 +      z-index: 1;
 +    }
 +    .dokuwiki div.wrap_color_mincode_long {
 +      height: 100px;
 +      overflow: scroll;
 +    }
 +    .dokuwiki div.wrap_color_mincode_long pre {
 +      height: unset;
 +      overflow-y: unset;
 +    }
 +  </style>
 +    <div class="circuitjs">
 +      <iframe src="https://www.falstad.com/circuit/circuitjs.html?hideMenu=true&running=false&startCircuitLink=https://www.tomoyan.net/_media/hardware/electronic_circuit/joule-thief_2.circuitjs.txt" loading="lazy"></iframe>
 +    </div>
 +  <script>
 +    /*const iframe = document.getElementsByClassName("circuitjs")[0].getElementsByTagName("iframe")[0];
 +    iframe.contentWindow.document.getElementsByClassName("topButton").click();*/
 +  </script>
 +</html>
 +</WRAP>
 +
 </WRAP> </WRAP>
  
 ===== シミュレーション (CircuitJS1) ===== ===== シミュレーション (CircuitJS1) =====
 [[javascript:circuitjs|CircuitJS1]]\\ [[javascript:circuitjs|CircuitJS1]]\\
-本家: [[https://www.falstad.com/circuit/circuitjs.html?hideMenu=true&running=false&startCircuit=joule-thief.txt|]]\\+本家: [[https://www.falstad.com/circuit/circuitjs.html|]]\\
 ソースコード: [[git>sharpie7/circuitjs1|sharpie7/circuitjs1: Electronic Circuit Simulator in the Browser]] [[gtr>https://github.com/sharpie7/circuitjs1|翻訳]]\\ ソースコード: [[git>sharpie7/circuitjs1|sharpie7/circuitjs1: Electronic Circuit Simulator in the Browser]] [[gtr>https://github.com/sharpie7/circuitjs1|翻訳]]\\
-<php> + 
-  header("Access-Control-Allow-Origin: https://www.falstad.com"); +フルスクリーン[[https://www.falstad.com/circuit/circuitjs.html?startCircuit=joule-thief.txt|]]\\
-</php>+
 <html> <html>
   <style>   <style>
 +    .circuitjs {
 +      margin: 0 0 -16px;
 +      position: relative;
 +      z-index: 0;
 +    }
     .circuitjs iframe {     .circuitjs iframe {
       border: none;       border: none;
-      width: 500px;+      width: 610px;
       height: 300px;       height: 300px;
 +    }
 +    .wrap_circuit_description {
 +      position: relative;
 +      z-index: 1;
 +    }
 +    .dokuwiki div.wrap_color_mincode_long {
 +      height: 100px;
 +      overflow: scroll;
 +    }
 +    .dokuwiki div.wrap_color_mincode_long pre {
 +      height: unset;
 +      overflow-y: unset;
     }     }
   </style>   </style>
     <div class="circuitjs">     <div class="circuitjs">
-      <iframe src="https://www.falstad.com/circuit/circuitjs.html?hideMenu=true&running=false&startCircuit=joule-thief.txt"> +      <iframe src="https://www.falstad.com/circuit/circuitjs.html?hideMenu=true&running=false&startCircuit=joule-thief.txt" loading="lazy"></iframe> 
-      </iframe> +    </div>
-  </div>+
   <script>   <script>
-    const iframe = document.getElementsByClassName("circuitjs")[0].getElementsByTagName("iframe")[0]; +    /*const iframe = document.getElementsByClassName("circuitjs")[0].getElementsByTagName("iframe")[0]; 
-    iframe.contentWindow.document.getElementsByClassName("topButton").click();+    iframe.contentWindow.document.getElementsByClassName("topButton").click();*/
   </script>   </script>
 </html> </html>
 +<WRAP group circuit_description>
 +コード:
 +<WRAP color_term 45% column>
 +<WRAP color_mincode><code html>
 +<iframe src="https://www.falstad.com/circuit/circuitjs.html?hideMenu=true&running=false&startCircuit=joule-thief.txt" loading="lazy"></iframe>
 +</code></WRAP>
 +</WRAP>
 +
 +<WRAP color_term 55% column>
 +<WRAP color_mincode_long><code bash>
 +$ 1 5e-9 6.450009306485578 52 1 66 5e-11
 +T 288 192 336 224 6 4.0000000000000003e-7 6 1.8447320841407047e-7 -0.000018276110894335712 0.999
 +t 336 256 368 256 0 1 -1.007607600900669 0.4922891316260555 100 default
 +w 368 224 368 240 0
 +r 288 192 288 160 0 1000
 +w 288 224 288 256 0
 +w 368 272 368 288 0
 +w 368 288 224 288 0
 +w 288 160 192 160 0
 +w 416 288 368 288 0
 +v 192 288 192 160 0 0 40 1.5 0 0 0.5
 +c 224 288 224 192 0 1e-7 -0.4922737823812803 0.001
 +w 192 288 224 288 0
 +w 224 192 288 192 0
 +r 288 256 336 256 0 10
 +c 416 224 416 288 0 0.00001 1.8791116018399314 0.001
 +d 368 224 416 224 3 default
 +w 416 224 480 224 0
 +w 480 288 416 288 0
 +w 288 160 336 160 0
 +w 336 160 336 192 0
 +w 336 224 368 224 0
 +162 480 224 480 288 3 old-default-led 1 0 0 0.01
 +o 9 8 0 4355 2.5 0.2 0 2 9 3
 +o 14 8 0 4355 5 0.2 1 2 14 3
 +o 21 8 0 4099 5 0.05 2 2 21 3
 +</code></WRAP>
 +</WRAP>
 +
 +</WRAP>
  
 ===== 低電圧発疹回路 ===== ===== 低電圧発疹回路 =====
 <WRAP group> <WRAP group>
-<WRAP column twitter-tweet-scroll><html>+<WRAP twitter-tweet-scroll column><html>
   <style>   <style>
-    div.wrap_twitter-tweet-scroll { +    .dokuwiki div.wrap_twitter-tweet-scroll { 
-      width: 340px !important; /*fit-contents;*/+      width: 320px !important; /*fit-contents;*/
       height: 400px !important;       height: 400px !important;
 +      margin-right: 0.5em;
     }     }
   </style>   </style>
行 58: 行 157:
 </html></WRAP> </html></WRAP>
  
-<WRAP column twitter-tweet-scroll><html>+<WRAP twitter-tweet-scroll column><html>
   <blockquote class="twitter-tweet" data-conversation="none" data-dnt="true" data-theme="dark">   <blockquote class="twitter-tweet" data-conversation="none" data-dnt="true" data-theme="dark">
     <p lang="ja" dir="ltr">Oscillator with super low supply voltage<a href="https://t.co/1bzckwZyg6">https://t.co/1bzckwZyg6</a><br>     <p lang="ja" dir="ltr">Oscillator with super low supply voltage<a href="https://t.co/1bzckwZyg6">https://t.co/1bzckwZyg6</a><br>
行 77: 行 176:
 [[https://web.archive.org/web/20171030234220/http://flagiusz.republika.pl/joulethief/sim.html|Joule Thief circuits simulation]] [[gtr>https://web.archive.org/web/20171030234220/http://flagiusz.republika.pl/joulethief/sim.html|翻訳]]\\ [[https://web.archive.org/web/20171030234220/http://flagiusz.republika.pl/joulethief/sim.html|Joule Thief circuits simulation]] [[gtr>https://web.archive.org/web/20171030234220/http://flagiusz.republika.pl/joulethief/sim.html|翻訳]]\\
 [[https://web.archive.org/web/20171030234220/http://flagiusz.republika.pl/joulethief/sim.html|]]\\ [[https://web.archive.org/web/20171030234220/http://flagiusz.republika.pl/joulethief/sim.html|]]\\
 +[[https://www.researchgate.net/publication/296479476_Simple_Blocking_Oscillator_for_Waste_Battery%27s_Voltage_Enhancement|Simple Blocking Oscillator for Waste Battery’s Voltage Enhancement]]\\
  
 ==== 付録 ==== ==== 付録 ====
 [[tw>tomoyan596sp/status/1591555637842169856|乾電池1本でLEDを試せる実験はお手軽ですが興味深いです🤔元ネタInstructablesさんのはBC547Cですが、日本の2SC1815 NPNトランジスタでそのまま行けました😊コイルは共立さんの実測80μHの限定特価品です😅]]\\ [[tw>tomoyan596sp/status/1591555637842169856|乾電池1本でLEDを試せる実験はお手軽ですが興味深いです🤔元ネタInstructablesさんのはBC547Cですが、日本の2SC1815 NPNトランジスタでそのまま行けました😊コイルは共立さんの実測80μHの限定特価品です😅]]\\
 +[[tw>tomoyan596sp/status/1616955701368352768|いつも簡単3ステップで作れるジュールシーフ回路😊 入口はシンプルでも、きちんと動いてくれるのか一番です🥰]]\\
 +[[tw>tomoyan596sp/status/1659351084010475521|回路脳🧠を鍛える低電圧発振回路パズル🧩🤤 ということにして、毎日解けないパズル🧩ゲームを少しずつやります💪🔥✨✨]]\\
 +[[tw>tomoyan596sp/status/1658063558918414342|Oscillator with super low supply voltage https://t.co/1bzckwZyg6 これはパラレルJFETになってる超低電圧発振回路の文献です😊 以前、並列トランジスタで発振回路を作ったのは、理屈がわからないでやっていましたけど、上手いやり方がわかったかも😅]]\\
  
  • hardware/electronic_circuit/joule_thief.txt
  • 最終更新: 2024/01/12 13:00
  • by ともやん