├── .gitattributes ├── Arduino └── Joule_Chief │ ├── Arduino Libraries │ └── AD524X │ │ ├── AD524X.cpp │ │ ├── AD524X.h │ │ ├── CHANGELOG.md │ │ ├── Cascading Potmeters.md │ │ ├── LICENSE │ │ ├── README.md │ │ ├── examples │ │ ├── AD5241_write │ │ │ └── AD5241_write.ino │ │ ├── AD5242_write_RP2040 │ │ │ └── AD5242_write_RP2040.ino │ │ ├── AD524X_followA0 │ │ │ └── AD524X_followA0.ino │ │ ├── AD524X_isConnected │ │ │ └── AD524X_isConnected.ino │ │ ├── AD524X_midScaleReset │ │ │ └── AD524X_midScaleReset.ino │ │ ├── AD524X_read │ │ │ └── AD524X_read.ino │ │ ├── AD524X_readBackRegister │ │ │ └── AD524X_readBackRegister.ino │ │ ├── AD524X_sawtooth │ │ │ └── AD524X_sawtooth.ino │ │ ├── AD524X_setO │ │ │ └── AD524X_setO.ino │ │ ├── AD524X_write │ │ │ └── AD524X_write.ino │ │ ├── AD5280_write_ESP32 │ │ │ └── AD5280_write_ESP32.ino │ │ ├── AD5282_sawtooth │ │ │ └── AD5282_sawtooth.ino │ │ └── cascading_potentiometers │ │ │ └── cascading_potentiometers.ino │ │ ├── keywords.txt │ │ ├── library.json │ │ ├── library.properties │ │ └── test │ │ └── unit_test_001.cpp │ ├── Debugging Tools │ ├── AD5280_Basic │ │ └── AD5280_Basic.ino │ ├── I2C_Scanner │ │ └── I2C_Scanner.ino │ ├── INA219_Diagnostics │ │ └── INA219_Diagnostics.ino │ ├── INA219_and_AD5280_Basic │ │ └── INA219_and_AD5280_Basic.ino │ └── Serial_Parrot │ │ └── Serial_Parrot.ino │ ├── Drafts │ ├── AD5280_Mutilate │ │ └── AD5280_Mutilate.ino │ ├── JouleThief_Module_Test_1 │ │ └── JouleThief_Module_Test_1.ino │ ├── Joule_Thief_BoardTest_1S1M │ │ └── Joule_Thief_BoardTest_1S1M.ino │ ├── Joule_Thief_BoardTest_1S1M_A-eff │ │ └── Joule_Thief_BoardTest_1S1M_A-eff.ino │ ├── Joule_Thief_BoardTest_1S1M_A_TESTBOARDS │ │ └── Joule_Thief_BoardTest_1S1M_A_TESTBOARDS.ino │ ├── Joule_Thief_BoardTest_MultiBlink │ │ └── Joule_Thief_BoardTest_MultiBlink.ino │ ├── Joule_Thief_R1 │ │ └── Joule_Thief_R1.ino │ ├── Joule_Thief_R1_ChannelCaps │ │ └── Joule_Thief_R1_ChannelCaps.ino │ ├── Joule_Thief_R1_V2 │ │ └── Joule_Thief_R1_V2.ino │ ├── Joule_Thief_R1_V2_board_debug │ │ └── Joule_Thief_R1_V2_board_debug.ino │ ├── Joule_Thief_R2_V1 │ │ └── Joule_Thief_R2_V1.ino │ ├── Joule_Thief_R2_V2 │ │ └── Joule_Thief_R2_V2.ino │ ├── Joule_Thief_R2_V3 - Copy │ │ └── Joule_Thief_R2_V3.ino │ ├── Joule_Thief_R2_V3 │ │ └── Joule_Thief_R2_V3.ino │ ├── LTC3105_Diagnostics_Test │ │ └── LTC3105_Diagnostics_Test.ino │ ├── LTC3105_Static_Load_Test_1 │ │ └── LTC3105_Static_Load_Test_1.ino │ ├── LTC3105_Static_Load_Test_2 │ │ └── LTC3105_Static_Load_Test_2.ino │ ├── LTC3105_Static_Load_Test_ABC_Channel │ │ └── LTC3105_Static_Load_Test_ABC_Channel.ino │ ├── LTC3105_Static_Load_Test_ABC_SuperCap │ │ └── LTC3105_Static_Load_Test_ABC_SuperCap.ino │ ├── LTC3105_Static_Load_Test_ABC_SuperCap_Algo2 │ │ └── LTC3105_Static_Load_Test_ABC_SuperCap_Algo2.ino │ ├── LTC3105_Static_Load_Test_ABC_SuperCap_Algo2_Power │ │ └── LTC3105_Static_Load_Test_ABC_SuperCap_Algo2_Power.ino │ ├── LTC3105_Static_Load_Test_ABC_SuperCap_Algo3 │ │ └── LTC3105_Static_Load_Test_ABC_SuperCap_Algo3.ino │ ├── LTC3105_Static_Load_Test_ABC_SuperCap_Algo4 │ │ └── LTC3105_Static_Load_Test_ABC_SuperCap_Algo4.ino │ ├── LTC3105_Static_Load_Test_ABC_SuperCap_EFFIC │ │ └── LTC3105_Static_Load_Test_ABC_SuperCap_EFFIC.ino │ ├── LTC3105_Static_Load_Test_ABC_SuperCap_NOALGO │ │ └── LTC3105_Static_Load_Test_ABC_SuperCap_NOALGO.ino │ ├── LTC3105_Static_Load_Test_ABC_SuperCap_PWROUT │ │ └── LTC3105_Static_Load_Test_ABC_SuperCap_PWROUT.ino │ ├── LTC3105_Static_Load_Test_ABC_SuperCap_PWROUT_EXP2 │ │ └── LTC3105_Static_Load_Test_ABC_SuperCap_PWROUT_EXP2.ino │ ├── LTC3105_Static_Load_Test_ABC_SuperCap_SOMEALGO │ │ └── LTC3105_Static_Load_Test_ABC_SuperCap_SOMEALGO.ino │ ├── LTC3105_Static_Load_Test_AB_Channel │ │ └── LTC3105_Static_Load_Test_AB_Channel.ino │ ├── LTC3105_Static_Load_Test_AB_Channel_V2 │ │ └── LTC3105_Static_Load_Test_AB_Channel_V2.ino │ └── SerialStudio │ │ └── INA219 Diagnostics Panel.json │ └── Joule_Chief.ino ├── KiCAD ├── Joule Chief │ ├── Gerbers │ │ ├── Joule Chief-B_Cu.gbr │ │ ├── Joule Chief-B_Mask.gbr │ │ ├── Joule Chief-B_Paste.gbr │ │ ├── Joule Chief-B_Silkscreen.gbr │ │ ├── Joule Chief-Edge_Cuts.gbr │ │ ├── Joule Chief-F_Courtyard.gbr │ │ ├── Joule Chief-F_Cu.gbr │ │ ├── Joule Chief-F_Mask.gbr │ │ ├── Joule Chief-F_Paste.gbr │ │ ├── Joule Chief-F_Silkscreen.gbr │ │ ├── Joule Chief-NPTH.drl │ │ ├── Joule Chief-PTH.drl │ │ └── Joule Chief-job.gbrjob │ ├── Joule Chief-backups │ │ ├── Joule Chief-2025-08-05_143415.zip │ │ ├── Joule Chief-2025-08-05_144143.zip │ │ ├── Joule Chief-2025-08-05_144711.zip │ │ ├── Joule Chief-2025-08-05_145853.zip │ │ ├── Joule Chief-2025-08-05_151901.zip │ │ └── Joule Chief.zip │ ├── Joule Chief.csv │ ├── Joule Chief.kicad_pcb │ ├── Joule Chief.kicad_prl │ ├── Joule Chief.kicad_pro │ ├── Joule Chief.kicad_sch │ ├── Libraries │ │ ├── Joule Thief Footprints.pretty │ │ │ ├── 18650_Cell_Clip_V2.kicad_mod │ │ │ ├── 1F_Supercap.kicad_mod │ │ │ ├── AA_Cell_Clip_V2.kicad_mod │ │ │ ├── FS8205A_Wide.kicad_mod │ │ │ ├── Inductor Metal Block Test.kicad_mod │ │ │ ├── MIKU.kicad_mod │ │ │ ├── MountingHole_3.2mm.kicad_mod │ │ │ ├── Power_Inductor_101040.kicad_mod │ │ │ ├── R_Shunt_2512_V2.kicad_mod │ │ │ ├── SMD_DPST_Switch.kicad_mod │ │ │ ├── SOIC-8-1EP_3.9x4.9mm_P1.27mm_EP2.29x3mm_NoCore.kicad_mod │ │ │ ├── SS22F25_DPDT_Straight_V2.kicad_mod │ │ │ └── V2_SOIC-8-1EP_3.9x4.9mm_P1.27mm_EP2.29x3mm.kicad_mod │ │ └── Joule Thief Symbols.kicad_sym │ ├── Renders │ │ ├── Joule Chief 3D Render.png │ │ ├── Joule Chief Layout.pdf │ │ ├── Joule Chief Layout.png │ │ ├── Joule Chief Schematic - BW.pdf │ │ ├── Joule Chief Schematic.pdf │ │ └── Joule Chief Schematic.png │ ├── fp-info-cache │ ├── fp-lib-table │ └── sym-lib-table └── Joule Thief │ ├── .gitattributes │ ├── Gerbers │ ├── Joule Thief-B_Cu.gbr │ ├── Joule Thief-B_Mask.gbr │ ├── Joule Thief-B_Paste.gbr │ ├── Joule Thief-B_Silkscreen.gbr │ ├── Joule Thief-Edge_Cuts.gbr │ ├── Joule Thief-F_Cu.gbr │ ├── Joule Thief-F_Mask.gbr │ ├── Joule Thief-F_Paste.gbr │ ├── Joule Thief-F_Silkscreen.gbr │ ├── Joule Thief-NPTH.drl │ ├── Joule Thief-PTH.drl │ └── Joule Thief-job.gbrjob │ ├── Joule Thief-backups │ ├── Joule Thief-2025-08-05_135322.zip │ ├── Joule Thief-2025-08-05_152906.zip │ ├── Joule Thief-2025-08-05_153414.zip │ ├── Joule Thief-2025-08-05_154302.zip │ └── Joule Thief.zip │ ├── Joule Thief.bak │ ├── Joule Thief.csv │ ├── Joule Thief.kicad_pcb │ ├── Joule Thief.kicad_prl │ ├── Joule Thief.kicad_pro │ ├── Joule Thief.kicad_sch │ ├── Libraries │ ├── Joule Thief Footprints.pretty │ │ ├── 18650_Cell_Clip_V2.kicad_mod │ │ ├── 1F_Supercap.kicad_mod │ │ ├── AA_Cell_Clip_V2.kicad_mod │ │ ├── FS8205A_Wide.kicad_mod │ │ ├── Inductor Metal Block Test.kicad_mod │ │ ├── MIKU.kicad_mod │ │ ├── Power_Inductor_101040.kicad_mod │ │ ├── R_Shunt_2512_V2.kicad_mod │ │ ├── SMD_DPST_Switch.kicad_mod │ │ ├── SOIC-8-1EP_3.9x4.9mm_P1.27mm_EP2.29x3mm_NoCore.kicad_mod │ │ ├── SS22F25_DPDT_Straight_V2.kicad_mod │ │ └── V2_SOIC-8-1EP_3.9x4.9mm_P1.27mm_EP2.29x3mm.kicad_mod │ └── Joule Thief Symbols.kicad_sym │ ├── Renders │ ├── Joule Thief 3D Render.png │ ├── Joule Thief Layout.pdf │ ├── Joule Thief Layout.png │ ├── Joule Thief Schematic - BW.pdf │ ├── Joule Thief Schematic.pdf │ └── Joule Thief Schematic.png │ ├── fp-info-cache │ ├── fp-lib-table │ └── sym-lib-table ├── LTSpice ├── Accessory Circuits │ ├── Barebones BMS R0 - Comparators.asc │ ├── Charge and Discharge Protection R1V1.asc │ ├── Charge and Discharge Protection R1V2.asc │ ├── Current Limited Voltage Source.asc │ ├── LM324 Output Impedance.asc │ ├── LM358 Schmitt Trigger V0.asc │ ├── LM358 Schmitt Trigger V1.asc │ ├── LM386 Input Impedance.asc │ ├── LM393 Schmitt Trigger V0.asc │ ├── LM393 Schmitt Trigger V1.asc │ ├── NMOS Enable Switch Sketch.asc │ ├── Overdischarge Circuit V0.asc │ ├── Rechargeable Battery V1.asc │ ├── Schmitt Trigger for Cap Pulse V0.asc │ └── TL431.asc ├── Joule Thief R4 V1.asc ├── Joule Thief R4 V1.log ├── Joule Thief R4 V1.raw └── Main Versions │ ├── Joule Thief MVP R2 V0.asc │ ├── Joule Thief MVP R2 V2.asc │ ├── Joule Thief R0 V2 - Copy.asc │ ├── Joule Thief R0 V2.asc │ ├── Joule Thief R0 V3.asc │ ├── Joule Thief R0.asc │ ├── Joule Thief R1 V0.asc │ ├── Joule Thief R3 V0.asc │ ├── Joule Thief R3 V1.asc │ ├── Joule Thief R3 V2.asc │ └── Joule Thief R4 V0.asc ├── README.md └── Serial Studio └── Joule Thief Dashboard.ssproj /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/.gitattributes -------------------------------------------------------------------------------- /Arduino/Joule_Chief/Arduino Libraries/AD524X/AD524X.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/Arduino/Joule_Chief/Arduino Libraries/AD524X/AD524X.cpp -------------------------------------------------------------------------------- /Arduino/Joule_Chief/Arduino Libraries/AD524X/AD524X.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/Arduino/Joule_Chief/Arduino Libraries/AD524X/AD524X.h -------------------------------------------------------------------------------- /Arduino/Joule_Chief/Arduino Libraries/AD524X/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/Arduino/Joule_Chief/Arduino Libraries/AD524X/CHANGELOG.md -------------------------------------------------------------------------------- /Arduino/Joule_Chief/Arduino Libraries/AD524X/Cascading Potmeters.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/Arduino/Joule_Chief/Arduino Libraries/AD524X/Cascading Potmeters.md -------------------------------------------------------------------------------- /Arduino/Joule_Chief/Arduino Libraries/AD524X/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/Arduino/Joule_Chief/Arduino Libraries/AD524X/LICENSE -------------------------------------------------------------------------------- /Arduino/Joule_Chief/Arduino Libraries/AD524X/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/Arduino/Joule_Chief/Arduino Libraries/AD524X/README.md -------------------------------------------------------------------------------- /Arduino/Joule_Chief/Arduino Libraries/AD524X/examples/AD5241_write/AD5241_write.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/Arduino/Joule_Chief/Arduino Libraries/AD524X/examples/AD5241_write/AD5241_write.ino -------------------------------------------------------------------------------- /Arduino/Joule_Chief/Arduino Libraries/AD524X/examples/AD5242_write_RP2040/AD5242_write_RP2040.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/Arduino/Joule_Chief/Arduino Libraries/AD524X/examples/AD5242_write_RP2040/AD5242_write_RP2040.ino -------------------------------------------------------------------------------- /Arduino/Joule_Chief/Arduino Libraries/AD524X/examples/AD524X_followA0/AD524X_followA0.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/Arduino/Joule_Chief/Arduino Libraries/AD524X/examples/AD524X_followA0/AD524X_followA0.ino -------------------------------------------------------------------------------- /Arduino/Joule_Chief/Arduino Libraries/AD524X/examples/AD524X_isConnected/AD524X_isConnected.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/Arduino/Joule_Chief/Arduino Libraries/AD524X/examples/AD524X_isConnected/AD524X_isConnected.ino -------------------------------------------------------------------------------- /Arduino/Joule_Chief/Arduino Libraries/AD524X/examples/AD524X_midScaleReset/AD524X_midScaleReset.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/Arduino/Joule_Chief/Arduino Libraries/AD524X/examples/AD524X_midScaleReset/AD524X_midScaleReset.ino -------------------------------------------------------------------------------- /Arduino/Joule_Chief/Arduino Libraries/AD524X/examples/AD524X_read/AD524X_read.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/Arduino/Joule_Chief/Arduino Libraries/AD524X/examples/AD524X_read/AD524X_read.ino -------------------------------------------------------------------------------- /Arduino/Joule_Chief/Arduino Libraries/AD524X/examples/AD524X_readBackRegister/AD524X_readBackRegister.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/Arduino/Joule_Chief/Arduino Libraries/AD524X/examples/AD524X_readBackRegister/AD524X_readBackRegister.ino -------------------------------------------------------------------------------- /Arduino/Joule_Chief/Arduino Libraries/AD524X/examples/AD524X_sawtooth/AD524X_sawtooth.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/Arduino/Joule_Chief/Arduino Libraries/AD524X/examples/AD524X_sawtooth/AD524X_sawtooth.ino -------------------------------------------------------------------------------- /Arduino/Joule_Chief/Arduino Libraries/AD524X/examples/AD524X_setO/AD524X_setO.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/Arduino/Joule_Chief/Arduino Libraries/AD524X/examples/AD524X_setO/AD524X_setO.ino -------------------------------------------------------------------------------- /Arduino/Joule_Chief/Arduino Libraries/AD524X/examples/AD524X_write/AD524X_write.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/Arduino/Joule_Chief/Arduino Libraries/AD524X/examples/AD524X_write/AD524X_write.ino -------------------------------------------------------------------------------- /Arduino/Joule_Chief/Arduino Libraries/AD524X/examples/AD5280_write_ESP32/AD5280_write_ESP32.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/Arduino/Joule_Chief/Arduino Libraries/AD524X/examples/AD5280_write_ESP32/AD5280_write_ESP32.ino -------------------------------------------------------------------------------- /Arduino/Joule_Chief/Arduino Libraries/AD524X/examples/AD5282_sawtooth/AD5282_sawtooth.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/Arduino/Joule_Chief/Arduino Libraries/AD524X/examples/AD5282_sawtooth/AD5282_sawtooth.ino -------------------------------------------------------------------------------- /Arduino/Joule_Chief/Arduino Libraries/AD524X/examples/cascading_potentiometers/cascading_potentiometers.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/Arduino/Joule_Chief/Arduino Libraries/AD524X/examples/cascading_potentiometers/cascading_potentiometers.ino -------------------------------------------------------------------------------- /Arduino/Joule_Chief/Arduino Libraries/AD524X/keywords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/Arduino/Joule_Chief/Arduino Libraries/AD524X/keywords.txt -------------------------------------------------------------------------------- /Arduino/Joule_Chief/Arduino Libraries/AD524X/library.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/Arduino/Joule_Chief/Arduino Libraries/AD524X/library.json -------------------------------------------------------------------------------- /Arduino/Joule_Chief/Arduino Libraries/AD524X/library.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/Arduino/Joule_Chief/Arduino Libraries/AD524X/library.properties -------------------------------------------------------------------------------- /Arduino/Joule_Chief/Arduino Libraries/AD524X/test/unit_test_001.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/Arduino/Joule_Chief/Arduino Libraries/AD524X/test/unit_test_001.cpp -------------------------------------------------------------------------------- /Arduino/Joule_Chief/Debugging Tools/AD5280_Basic/AD5280_Basic.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/Arduino/Joule_Chief/Debugging Tools/AD5280_Basic/AD5280_Basic.ino -------------------------------------------------------------------------------- /Arduino/Joule_Chief/Debugging Tools/I2C_Scanner/I2C_Scanner.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/Arduino/Joule_Chief/Debugging Tools/I2C_Scanner/I2C_Scanner.ino -------------------------------------------------------------------------------- /Arduino/Joule_Chief/Debugging Tools/INA219_Diagnostics/INA219_Diagnostics.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/Arduino/Joule_Chief/Debugging Tools/INA219_Diagnostics/INA219_Diagnostics.ino -------------------------------------------------------------------------------- /Arduino/Joule_Chief/Debugging Tools/INA219_and_AD5280_Basic/INA219_and_AD5280_Basic.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/Arduino/Joule_Chief/Debugging Tools/INA219_and_AD5280_Basic/INA219_and_AD5280_Basic.ino -------------------------------------------------------------------------------- /Arduino/Joule_Chief/Debugging Tools/Serial_Parrot/Serial_Parrot.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/Arduino/Joule_Chief/Debugging Tools/Serial_Parrot/Serial_Parrot.ino -------------------------------------------------------------------------------- /Arduino/Joule_Chief/Drafts/AD5280_Mutilate/AD5280_Mutilate.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/Arduino/Joule_Chief/Drafts/AD5280_Mutilate/AD5280_Mutilate.ino -------------------------------------------------------------------------------- /Arduino/Joule_Chief/Drafts/JouleThief_Module_Test_1/JouleThief_Module_Test_1.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/Arduino/Joule_Chief/Drafts/JouleThief_Module_Test_1/JouleThief_Module_Test_1.ino -------------------------------------------------------------------------------- /Arduino/Joule_Chief/Drafts/Joule_Thief_BoardTest_1S1M/Joule_Thief_BoardTest_1S1M.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/Arduino/Joule_Chief/Drafts/Joule_Thief_BoardTest_1S1M/Joule_Thief_BoardTest_1S1M.ino -------------------------------------------------------------------------------- /Arduino/Joule_Chief/Drafts/Joule_Thief_BoardTest_1S1M_A-eff/Joule_Thief_BoardTest_1S1M_A-eff.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/Arduino/Joule_Chief/Drafts/Joule_Thief_BoardTest_1S1M_A-eff/Joule_Thief_BoardTest_1S1M_A-eff.ino -------------------------------------------------------------------------------- /Arduino/Joule_Chief/Drafts/Joule_Thief_BoardTest_1S1M_A_TESTBOARDS/Joule_Thief_BoardTest_1S1M_A_TESTBOARDS.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/Arduino/Joule_Chief/Drafts/Joule_Thief_BoardTest_1S1M_A_TESTBOARDS/Joule_Thief_BoardTest_1S1M_A_TESTBOARDS.ino -------------------------------------------------------------------------------- /Arduino/Joule_Chief/Drafts/Joule_Thief_BoardTest_MultiBlink/Joule_Thief_BoardTest_MultiBlink.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/Arduino/Joule_Chief/Drafts/Joule_Thief_BoardTest_MultiBlink/Joule_Thief_BoardTest_MultiBlink.ino -------------------------------------------------------------------------------- /Arduino/Joule_Chief/Drafts/Joule_Thief_R1/Joule_Thief_R1.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/Arduino/Joule_Chief/Drafts/Joule_Thief_R1/Joule_Thief_R1.ino -------------------------------------------------------------------------------- /Arduino/Joule_Chief/Drafts/Joule_Thief_R1_ChannelCaps/Joule_Thief_R1_ChannelCaps.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/Arduino/Joule_Chief/Drafts/Joule_Thief_R1_ChannelCaps/Joule_Thief_R1_ChannelCaps.ino -------------------------------------------------------------------------------- /Arduino/Joule_Chief/Drafts/Joule_Thief_R1_V2/Joule_Thief_R1_V2.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/Arduino/Joule_Chief/Drafts/Joule_Thief_R1_V2/Joule_Thief_R1_V2.ino -------------------------------------------------------------------------------- /Arduino/Joule_Chief/Drafts/Joule_Thief_R1_V2_board_debug/Joule_Thief_R1_V2_board_debug.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/Arduino/Joule_Chief/Drafts/Joule_Thief_R1_V2_board_debug/Joule_Thief_R1_V2_board_debug.ino -------------------------------------------------------------------------------- /Arduino/Joule_Chief/Drafts/Joule_Thief_R2_V1/Joule_Thief_R2_V1.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/Arduino/Joule_Chief/Drafts/Joule_Thief_R2_V1/Joule_Thief_R2_V1.ino -------------------------------------------------------------------------------- /Arduino/Joule_Chief/Drafts/Joule_Thief_R2_V2/Joule_Thief_R2_V2.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/Arduino/Joule_Chief/Drafts/Joule_Thief_R2_V2/Joule_Thief_R2_V2.ino -------------------------------------------------------------------------------- /Arduino/Joule_Chief/Drafts/Joule_Thief_R2_V3 - Copy/Joule_Thief_R2_V3.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/Arduino/Joule_Chief/Drafts/Joule_Thief_R2_V3 - Copy/Joule_Thief_R2_V3.ino -------------------------------------------------------------------------------- /Arduino/Joule_Chief/Drafts/Joule_Thief_R2_V3/Joule_Thief_R2_V3.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/Arduino/Joule_Chief/Drafts/Joule_Thief_R2_V3/Joule_Thief_R2_V3.ino -------------------------------------------------------------------------------- /Arduino/Joule_Chief/Drafts/LTC3105_Diagnostics_Test/LTC3105_Diagnostics_Test.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/Arduino/Joule_Chief/Drafts/LTC3105_Diagnostics_Test/LTC3105_Diagnostics_Test.ino -------------------------------------------------------------------------------- /Arduino/Joule_Chief/Drafts/LTC3105_Static_Load_Test_1/LTC3105_Static_Load_Test_1.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/Arduino/Joule_Chief/Drafts/LTC3105_Static_Load_Test_1/LTC3105_Static_Load_Test_1.ino -------------------------------------------------------------------------------- /Arduino/Joule_Chief/Drafts/LTC3105_Static_Load_Test_2/LTC3105_Static_Load_Test_2.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/Arduino/Joule_Chief/Drafts/LTC3105_Static_Load_Test_2/LTC3105_Static_Load_Test_2.ino -------------------------------------------------------------------------------- /Arduino/Joule_Chief/Drafts/LTC3105_Static_Load_Test_ABC_Channel/LTC3105_Static_Load_Test_ABC_Channel.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/Arduino/Joule_Chief/Drafts/LTC3105_Static_Load_Test_ABC_Channel/LTC3105_Static_Load_Test_ABC_Channel.ino -------------------------------------------------------------------------------- /Arduino/Joule_Chief/Drafts/LTC3105_Static_Load_Test_ABC_SuperCap/LTC3105_Static_Load_Test_ABC_SuperCap.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/Arduino/Joule_Chief/Drafts/LTC3105_Static_Load_Test_ABC_SuperCap/LTC3105_Static_Load_Test_ABC_SuperCap.ino -------------------------------------------------------------------------------- /Arduino/Joule_Chief/Drafts/LTC3105_Static_Load_Test_ABC_SuperCap_Algo2/LTC3105_Static_Load_Test_ABC_SuperCap_Algo2.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/Arduino/Joule_Chief/Drafts/LTC3105_Static_Load_Test_ABC_SuperCap_Algo2/LTC3105_Static_Load_Test_ABC_SuperCap_Algo2.ino -------------------------------------------------------------------------------- /Arduino/Joule_Chief/Drafts/LTC3105_Static_Load_Test_ABC_SuperCap_Algo2_Power/LTC3105_Static_Load_Test_ABC_SuperCap_Algo2_Power.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/Arduino/Joule_Chief/Drafts/LTC3105_Static_Load_Test_ABC_SuperCap_Algo2_Power/LTC3105_Static_Load_Test_ABC_SuperCap_Algo2_Power.ino -------------------------------------------------------------------------------- /Arduino/Joule_Chief/Drafts/LTC3105_Static_Load_Test_ABC_SuperCap_Algo3/LTC3105_Static_Load_Test_ABC_SuperCap_Algo3.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/Arduino/Joule_Chief/Drafts/LTC3105_Static_Load_Test_ABC_SuperCap_Algo3/LTC3105_Static_Load_Test_ABC_SuperCap_Algo3.ino -------------------------------------------------------------------------------- /Arduino/Joule_Chief/Drafts/LTC3105_Static_Load_Test_ABC_SuperCap_Algo4/LTC3105_Static_Load_Test_ABC_SuperCap_Algo4.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/Arduino/Joule_Chief/Drafts/LTC3105_Static_Load_Test_ABC_SuperCap_Algo4/LTC3105_Static_Load_Test_ABC_SuperCap_Algo4.ino -------------------------------------------------------------------------------- /Arduino/Joule_Chief/Drafts/LTC3105_Static_Load_Test_ABC_SuperCap_EFFIC/LTC3105_Static_Load_Test_ABC_SuperCap_EFFIC.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/Arduino/Joule_Chief/Drafts/LTC3105_Static_Load_Test_ABC_SuperCap_EFFIC/LTC3105_Static_Load_Test_ABC_SuperCap_EFFIC.ino -------------------------------------------------------------------------------- /Arduino/Joule_Chief/Drafts/LTC3105_Static_Load_Test_ABC_SuperCap_NOALGO/LTC3105_Static_Load_Test_ABC_SuperCap_NOALGO.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/Arduino/Joule_Chief/Drafts/LTC3105_Static_Load_Test_ABC_SuperCap_NOALGO/LTC3105_Static_Load_Test_ABC_SuperCap_NOALGO.ino -------------------------------------------------------------------------------- /Arduino/Joule_Chief/Drafts/LTC3105_Static_Load_Test_ABC_SuperCap_PWROUT/LTC3105_Static_Load_Test_ABC_SuperCap_PWROUT.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/Arduino/Joule_Chief/Drafts/LTC3105_Static_Load_Test_ABC_SuperCap_PWROUT/LTC3105_Static_Load_Test_ABC_SuperCap_PWROUT.ino -------------------------------------------------------------------------------- /Arduino/Joule_Chief/Drafts/LTC3105_Static_Load_Test_ABC_SuperCap_PWROUT_EXP2/LTC3105_Static_Load_Test_ABC_SuperCap_PWROUT_EXP2.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/Arduino/Joule_Chief/Drafts/LTC3105_Static_Load_Test_ABC_SuperCap_PWROUT_EXP2/LTC3105_Static_Load_Test_ABC_SuperCap_PWROUT_EXP2.ino -------------------------------------------------------------------------------- /Arduino/Joule_Chief/Drafts/LTC3105_Static_Load_Test_ABC_SuperCap_SOMEALGO/LTC3105_Static_Load_Test_ABC_SuperCap_SOMEALGO.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/Arduino/Joule_Chief/Drafts/LTC3105_Static_Load_Test_ABC_SuperCap_SOMEALGO/LTC3105_Static_Load_Test_ABC_SuperCap_SOMEALGO.ino -------------------------------------------------------------------------------- /Arduino/Joule_Chief/Drafts/LTC3105_Static_Load_Test_AB_Channel/LTC3105_Static_Load_Test_AB_Channel.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/Arduino/Joule_Chief/Drafts/LTC3105_Static_Load_Test_AB_Channel/LTC3105_Static_Load_Test_AB_Channel.ino -------------------------------------------------------------------------------- /Arduino/Joule_Chief/Drafts/LTC3105_Static_Load_Test_AB_Channel_V2/LTC3105_Static_Load_Test_AB_Channel_V2.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/Arduino/Joule_Chief/Drafts/LTC3105_Static_Load_Test_AB_Channel_V2/LTC3105_Static_Load_Test_AB_Channel_V2.ino -------------------------------------------------------------------------------- /Arduino/Joule_Chief/Drafts/SerialStudio/INA219 Diagnostics Panel.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/Arduino/Joule_Chief/Drafts/SerialStudio/INA219 Diagnostics Panel.json -------------------------------------------------------------------------------- /Arduino/Joule_Chief/Joule_Chief.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/Arduino/Joule_Chief/Joule_Chief.ino -------------------------------------------------------------------------------- /KiCAD/Joule Chief/Gerbers/Joule Chief-B_Cu.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/KiCAD/Joule Chief/Gerbers/Joule Chief-B_Cu.gbr -------------------------------------------------------------------------------- /KiCAD/Joule Chief/Gerbers/Joule Chief-B_Mask.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/KiCAD/Joule Chief/Gerbers/Joule Chief-B_Mask.gbr -------------------------------------------------------------------------------- /KiCAD/Joule Chief/Gerbers/Joule Chief-B_Paste.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/KiCAD/Joule Chief/Gerbers/Joule Chief-B_Paste.gbr -------------------------------------------------------------------------------- /KiCAD/Joule Chief/Gerbers/Joule Chief-B_Silkscreen.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/KiCAD/Joule Chief/Gerbers/Joule Chief-B_Silkscreen.gbr -------------------------------------------------------------------------------- /KiCAD/Joule Chief/Gerbers/Joule Chief-Edge_Cuts.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/KiCAD/Joule Chief/Gerbers/Joule Chief-Edge_Cuts.gbr -------------------------------------------------------------------------------- /KiCAD/Joule Chief/Gerbers/Joule Chief-F_Courtyard.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/KiCAD/Joule Chief/Gerbers/Joule Chief-F_Courtyard.gbr -------------------------------------------------------------------------------- /KiCAD/Joule Chief/Gerbers/Joule Chief-F_Cu.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/KiCAD/Joule Chief/Gerbers/Joule Chief-F_Cu.gbr -------------------------------------------------------------------------------- /KiCAD/Joule Chief/Gerbers/Joule Chief-F_Mask.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/KiCAD/Joule Chief/Gerbers/Joule Chief-F_Mask.gbr -------------------------------------------------------------------------------- /KiCAD/Joule Chief/Gerbers/Joule Chief-F_Paste.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/KiCAD/Joule Chief/Gerbers/Joule Chief-F_Paste.gbr -------------------------------------------------------------------------------- /KiCAD/Joule Chief/Gerbers/Joule Chief-F_Silkscreen.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/KiCAD/Joule Chief/Gerbers/Joule Chief-F_Silkscreen.gbr -------------------------------------------------------------------------------- /KiCAD/Joule Chief/Gerbers/Joule Chief-NPTH.drl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/KiCAD/Joule Chief/Gerbers/Joule Chief-NPTH.drl -------------------------------------------------------------------------------- /KiCAD/Joule Chief/Gerbers/Joule Chief-PTH.drl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/KiCAD/Joule Chief/Gerbers/Joule Chief-PTH.drl -------------------------------------------------------------------------------- /KiCAD/Joule Chief/Gerbers/Joule Chief-job.gbrjob: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/KiCAD/Joule Chief/Gerbers/Joule Chief-job.gbrjob -------------------------------------------------------------------------------- /KiCAD/Joule Chief/Joule Chief-backups/Joule Chief-2025-08-05_143415.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/KiCAD/Joule Chief/Joule Chief-backups/Joule Chief-2025-08-05_143415.zip -------------------------------------------------------------------------------- /KiCAD/Joule Chief/Joule Chief-backups/Joule Chief-2025-08-05_144143.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/KiCAD/Joule Chief/Joule Chief-backups/Joule Chief-2025-08-05_144143.zip -------------------------------------------------------------------------------- /KiCAD/Joule Chief/Joule Chief-backups/Joule Chief-2025-08-05_144711.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/KiCAD/Joule Chief/Joule Chief-backups/Joule Chief-2025-08-05_144711.zip -------------------------------------------------------------------------------- /KiCAD/Joule Chief/Joule Chief-backups/Joule Chief-2025-08-05_145853.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/KiCAD/Joule Chief/Joule Chief-backups/Joule Chief-2025-08-05_145853.zip -------------------------------------------------------------------------------- /KiCAD/Joule Chief/Joule Chief-backups/Joule Chief-2025-08-05_151901.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/KiCAD/Joule Chief/Joule Chief-backups/Joule Chief-2025-08-05_151901.zip -------------------------------------------------------------------------------- /KiCAD/Joule Chief/Joule Chief-backups/Joule Chief.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/KiCAD/Joule Chief/Joule Chief-backups/Joule Chief.zip -------------------------------------------------------------------------------- /KiCAD/Joule Chief/Joule Chief.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/KiCAD/Joule Chief/Joule Chief.csv -------------------------------------------------------------------------------- /KiCAD/Joule Chief/Joule Chief.kicad_pcb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/KiCAD/Joule Chief/Joule Chief.kicad_pcb -------------------------------------------------------------------------------- /KiCAD/Joule Chief/Joule Chief.kicad_prl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/KiCAD/Joule Chief/Joule Chief.kicad_prl -------------------------------------------------------------------------------- /KiCAD/Joule Chief/Joule Chief.kicad_pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/KiCAD/Joule Chief/Joule Chief.kicad_pro -------------------------------------------------------------------------------- /KiCAD/Joule Chief/Joule Chief.kicad_sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/KiCAD/Joule Chief/Joule Chief.kicad_sch -------------------------------------------------------------------------------- /KiCAD/Joule Chief/Libraries/Joule Thief Footprints.pretty/18650_Cell_Clip_V2.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/KiCAD/Joule Chief/Libraries/Joule Thief Footprints.pretty/18650_Cell_Clip_V2.kicad_mod -------------------------------------------------------------------------------- /KiCAD/Joule Chief/Libraries/Joule Thief Footprints.pretty/1F_Supercap.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/KiCAD/Joule Chief/Libraries/Joule Thief Footprints.pretty/1F_Supercap.kicad_mod -------------------------------------------------------------------------------- /KiCAD/Joule Chief/Libraries/Joule Thief Footprints.pretty/AA_Cell_Clip_V2.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/KiCAD/Joule Chief/Libraries/Joule Thief Footprints.pretty/AA_Cell_Clip_V2.kicad_mod -------------------------------------------------------------------------------- /KiCAD/Joule Chief/Libraries/Joule Thief Footprints.pretty/FS8205A_Wide.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/KiCAD/Joule Chief/Libraries/Joule Thief Footprints.pretty/FS8205A_Wide.kicad_mod -------------------------------------------------------------------------------- /KiCAD/Joule Chief/Libraries/Joule Thief Footprints.pretty/Inductor Metal Block Test.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/KiCAD/Joule Chief/Libraries/Joule Thief Footprints.pretty/Inductor Metal Block Test.kicad_mod -------------------------------------------------------------------------------- /KiCAD/Joule Chief/Libraries/Joule Thief Footprints.pretty/MIKU.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/KiCAD/Joule Chief/Libraries/Joule Thief Footprints.pretty/MIKU.kicad_mod -------------------------------------------------------------------------------- /KiCAD/Joule Chief/Libraries/Joule Thief Footprints.pretty/MountingHole_3.2mm.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/KiCAD/Joule Chief/Libraries/Joule Thief Footprints.pretty/MountingHole_3.2mm.kicad_mod -------------------------------------------------------------------------------- /KiCAD/Joule Chief/Libraries/Joule Thief Footprints.pretty/Power_Inductor_101040.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/KiCAD/Joule Chief/Libraries/Joule Thief Footprints.pretty/Power_Inductor_101040.kicad_mod -------------------------------------------------------------------------------- /KiCAD/Joule Chief/Libraries/Joule Thief Footprints.pretty/R_Shunt_2512_V2.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/KiCAD/Joule Chief/Libraries/Joule Thief Footprints.pretty/R_Shunt_2512_V2.kicad_mod -------------------------------------------------------------------------------- /KiCAD/Joule Chief/Libraries/Joule Thief Footprints.pretty/SMD_DPST_Switch.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/KiCAD/Joule Chief/Libraries/Joule Thief Footprints.pretty/SMD_DPST_Switch.kicad_mod -------------------------------------------------------------------------------- /KiCAD/Joule Chief/Libraries/Joule Thief Footprints.pretty/SOIC-8-1EP_3.9x4.9mm_P1.27mm_EP2.29x3mm_NoCore.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/KiCAD/Joule Chief/Libraries/Joule Thief Footprints.pretty/SOIC-8-1EP_3.9x4.9mm_P1.27mm_EP2.29x3mm_NoCore.kicad_mod -------------------------------------------------------------------------------- /KiCAD/Joule Chief/Libraries/Joule Thief Footprints.pretty/SS22F25_DPDT_Straight_V2.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/KiCAD/Joule Chief/Libraries/Joule Thief Footprints.pretty/SS22F25_DPDT_Straight_V2.kicad_mod -------------------------------------------------------------------------------- /KiCAD/Joule Chief/Libraries/Joule Thief Footprints.pretty/V2_SOIC-8-1EP_3.9x4.9mm_P1.27mm_EP2.29x3mm.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/KiCAD/Joule Chief/Libraries/Joule Thief Footprints.pretty/V2_SOIC-8-1EP_3.9x4.9mm_P1.27mm_EP2.29x3mm.kicad_mod -------------------------------------------------------------------------------- /KiCAD/Joule Chief/Libraries/Joule Thief Symbols.kicad_sym: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/KiCAD/Joule Chief/Libraries/Joule Thief Symbols.kicad_sym -------------------------------------------------------------------------------- /KiCAD/Joule Chief/Renders/Joule Chief 3D Render.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/KiCAD/Joule Chief/Renders/Joule Chief 3D Render.png -------------------------------------------------------------------------------- /KiCAD/Joule Chief/Renders/Joule Chief Layout.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/KiCAD/Joule Chief/Renders/Joule Chief Layout.pdf -------------------------------------------------------------------------------- /KiCAD/Joule Chief/Renders/Joule Chief Layout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/KiCAD/Joule Chief/Renders/Joule Chief Layout.png -------------------------------------------------------------------------------- /KiCAD/Joule Chief/Renders/Joule Chief Schematic - BW.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/KiCAD/Joule Chief/Renders/Joule Chief Schematic - BW.pdf -------------------------------------------------------------------------------- /KiCAD/Joule Chief/Renders/Joule Chief Schematic.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/KiCAD/Joule Chief/Renders/Joule Chief Schematic.pdf -------------------------------------------------------------------------------- /KiCAD/Joule Chief/Renders/Joule Chief Schematic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/KiCAD/Joule Chief/Renders/Joule Chief Schematic.png -------------------------------------------------------------------------------- /KiCAD/Joule Chief/fp-info-cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/KiCAD/Joule Chief/fp-info-cache -------------------------------------------------------------------------------- /KiCAD/Joule Chief/fp-lib-table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/KiCAD/Joule Chief/fp-lib-table -------------------------------------------------------------------------------- /KiCAD/Joule Chief/sym-lib-table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/KiCAD/Joule Chief/sym-lib-table -------------------------------------------------------------------------------- /KiCAD/Joule Thief/.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/KiCAD/Joule Thief/.gitattributes -------------------------------------------------------------------------------- /KiCAD/Joule Thief/Gerbers/Joule Thief-B_Cu.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/KiCAD/Joule Thief/Gerbers/Joule Thief-B_Cu.gbr -------------------------------------------------------------------------------- /KiCAD/Joule Thief/Gerbers/Joule Thief-B_Mask.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/KiCAD/Joule Thief/Gerbers/Joule Thief-B_Mask.gbr -------------------------------------------------------------------------------- /KiCAD/Joule Thief/Gerbers/Joule Thief-B_Paste.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/KiCAD/Joule Thief/Gerbers/Joule Thief-B_Paste.gbr -------------------------------------------------------------------------------- /KiCAD/Joule Thief/Gerbers/Joule Thief-B_Silkscreen.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/KiCAD/Joule Thief/Gerbers/Joule Thief-B_Silkscreen.gbr -------------------------------------------------------------------------------- /KiCAD/Joule Thief/Gerbers/Joule Thief-Edge_Cuts.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/KiCAD/Joule Thief/Gerbers/Joule Thief-Edge_Cuts.gbr -------------------------------------------------------------------------------- /KiCAD/Joule Thief/Gerbers/Joule Thief-F_Cu.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/KiCAD/Joule Thief/Gerbers/Joule Thief-F_Cu.gbr -------------------------------------------------------------------------------- /KiCAD/Joule Thief/Gerbers/Joule Thief-F_Mask.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/KiCAD/Joule Thief/Gerbers/Joule Thief-F_Mask.gbr -------------------------------------------------------------------------------- /KiCAD/Joule Thief/Gerbers/Joule Thief-F_Paste.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/KiCAD/Joule Thief/Gerbers/Joule Thief-F_Paste.gbr -------------------------------------------------------------------------------- /KiCAD/Joule Thief/Gerbers/Joule Thief-F_Silkscreen.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/KiCAD/Joule Thief/Gerbers/Joule Thief-F_Silkscreen.gbr -------------------------------------------------------------------------------- /KiCAD/Joule Thief/Gerbers/Joule Thief-NPTH.drl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/KiCAD/Joule Thief/Gerbers/Joule Thief-NPTH.drl -------------------------------------------------------------------------------- /KiCAD/Joule Thief/Gerbers/Joule Thief-PTH.drl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/KiCAD/Joule Thief/Gerbers/Joule Thief-PTH.drl -------------------------------------------------------------------------------- /KiCAD/Joule Thief/Gerbers/Joule Thief-job.gbrjob: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/KiCAD/Joule Thief/Gerbers/Joule Thief-job.gbrjob -------------------------------------------------------------------------------- /KiCAD/Joule Thief/Joule Thief-backups/Joule Thief-2025-08-05_135322.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/KiCAD/Joule Thief/Joule Thief-backups/Joule Thief-2025-08-05_135322.zip -------------------------------------------------------------------------------- /KiCAD/Joule Thief/Joule Thief-backups/Joule Thief-2025-08-05_152906.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/KiCAD/Joule Thief/Joule Thief-backups/Joule Thief-2025-08-05_152906.zip -------------------------------------------------------------------------------- /KiCAD/Joule Thief/Joule Thief-backups/Joule Thief-2025-08-05_153414.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/KiCAD/Joule Thief/Joule Thief-backups/Joule Thief-2025-08-05_153414.zip -------------------------------------------------------------------------------- /KiCAD/Joule Thief/Joule Thief-backups/Joule Thief-2025-08-05_154302.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/KiCAD/Joule Thief/Joule Thief-backups/Joule Thief-2025-08-05_154302.zip -------------------------------------------------------------------------------- /KiCAD/Joule Thief/Joule Thief-backups/Joule Thief.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/KiCAD/Joule Thief/Joule Thief-backups/Joule Thief.zip -------------------------------------------------------------------------------- /KiCAD/Joule Thief/Joule Thief.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/KiCAD/Joule Thief/Joule Thief.bak -------------------------------------------------------------------------------- /KiCAD/Joule Thief/Joule Thief.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/KiCAD/Joule Thief/Joule Thief.csv -------------------------------------------------------------------------------- /KiCAD/Joule Thief/Joule Thief.kicad_pcb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/KiCAD/Joule Thief/Joule Thief.kicad_pcb -------------------------------------------------------------------------------- /KiCAD/Joule Thief/Joule Thief.kicad_prl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/KiCAD/Joule Thief/Joule Thief.kicad_prl -------------------------------------------------------------------------------- /KiCAD/Joule Thief/Joule Thief.kicad_pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/KiCAD/Joule Thief/Joule Thief.kicad_pro -------------------------------------------------------------------------------- /KiCAD/Joule Thief/Joule Thief.kicad_sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/KiCAD/Joule Thief/Joule Thief.kicad_sch -------------------------------------------------------------------------------- /KiCAD/Joule Thief/Libraries/Joule Thief Footprints.pretty/18650_Cell_Clip_V2.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/KiCAD/Joule Thief/Libraries/Joule Thief Footprints.pretty/18650_Cell_Clip_V2.kicad_mod -------------------------------------------------------------------------------- /KiCAD/Joule Thief/Libraries/Joule Thief Footprints.pretty/1F_Supercap.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/KiCAD/Joule Thief/Libraries/Joule Thief Footprints.pretty/1F_Supercap.kicad_mod -------------------------------------------------------------------------------- /KiCAD/Joule Thief/Libraries/Joule Thief Footprints.pretty/AA_Cell_Clip_V2.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/KiCAD/Joule Thief/Libraries/Joule Thief Footprints.pretty/AA_Cell_Clip_V2.kicad_mod -------------------------------------------------------------------------------- /KiCAD/Joule Thief/Libraries/Joule Thief Footprints.pretty/FS8205A_Wide.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/KiCAD/Joule Thief/Libraries/Joule Thief Footprints.pretty/FS8205A_Wide.kicad_mod -------------------------------------------------------------------------------- /KiCAD/Joule Thief/Libraries/Joule Thief Footprints.pretty/Inductor Metal Block Test.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/KiCAD/Joule Thief/Libraries/Joule Thief Footprints.pretty/Inductor Metal Block Test.kicad_mod -------------------------------------------------------------------------------- /KiCAD/Joule Thief/Libraries/Joule Thief Footprints.pretty/MIKU.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/KiCAD/Joule Thief/Libraries/Joule Thief Footprints.pretty/MIKU.kicad_mod -------------------------------------------------------------------------------- /KiCAD/Joule Thief/Libraries/Joule Thief Footprints.pretty/Power_Inductor_101040.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/KiCAD/Joule Thief/Libraries/Joule Thief Footprints.pretty/Power_Inductor_101040.kicad_mod -------------------------------------------------------------------------------- /KiCAD/Joule Thief/Libraries/Joule Thief Footprints.pretty/R_Shunt_2512_V2.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/KiCAD/Joule Thief/Libraries/Joule Thief Footprints.pretty/R_Shunt_2512_V2.kicad_mod -------------------------------------------------------------------------------- /KiCAD/Joule Thief/Libraries/Joule Thief Footprints.pretty/SMD_DPST_Switch.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/KiCAD/Joule Thief/Libraries/Joule Thief Footprints.pretty/SMD_DPST_Switch.kicad_mod -------------------------------------------------------------------------------- /KiCAD/Joule Thief/Libraries/Joule Thief Footprints.pretty/SOIC-8-1EP_3.9x4.9mm_P1.27mm_EP2.29x3mm_NoCore.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/KiCAD/Joule Thief/Libraries/Joule Thief Footprints.pretty/SOIC-8-1EP_3.9x4.9mm_P1.27mm_EP2.29x3mm_NoCore.kicad_mod -------------------------------------------------------------------------------- /KiCAD/Joule Thief/Libraries/Joule Thief Footprints.pretty/SS22F25_DPDT_Straight_V2.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/KiCAD/Joule Thief/Libraries/Joule Thief Footprints.pretty/SS22F25_DPDT_Straight_V2.kicad_mod -------------------------------------------------------------------------------- /KiCAD/Joule Thief/Libraries/Joule Thief Footprints.pretty/V2_SOIC-8-1EP_3.9x4.9mm_P1.27mm_EP2.29x3mm.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/KiCAD/Joule Thief/Libraries/Joule Thief Footprints.pretty/V2_SOIC-8-1EP_3.9x4.9mm_P1.27mm_EP2.29x3mm.kicad_mod -------------------------------------------------------------------------------- /KiCAD/Joule Thief/Libraries/Joule Thief Symbols.kicad_sym: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/KiCAD/Joule Thief/Libraries/Joule Thief Symbols.kicad_sym -------------------------------------------------------------------------------- /KiCAD/Joule Thief/Renders/Joule Thief 3D Render.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/KiCAD/Joule Thief/Renders/Joule Thief 3D Render.png -------------------------------------------------------------------------------- /KiCAD/Joule Thief/Renders/Joule Thief Layout.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/KiCAD/Joule Thief/Renders/Joule Thief Layout.pdf -------------------------------------------------------------------------------- /KiCAD/Joule Thief/Renders/Joule Thief Layout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/KiCAD/Joule Thief/Renders/Joule Thief Layout.png -------------------------------------------------------------------------------- /KiCAD/Joule Thief/Renders/Joule Thief Schematic - BW.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/KiCAD/Joule Thief/Renders/Joule Thief Schematic - BW.pdf -------------------------------------------------------------------------------- /KiCAD/Joule Thief/Renders/Joule Thief Schematic.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/KiCAD/Joule Thief/Renders/Joule Thief Schematic.pdf -------------------------------------------------------------------------------- /KiCAD/Joule Thief/Renders/Joule Thief Schematic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/KiCAD/Joule Thief/Renders/Joule Thief Schematic.png -------------------------------------------------------------------------------- /KiCAD/Joule Thief/fp-info-cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/KiCAD/Joule Thief/fp-info-cache -------------------------------------------------------------------------------- /KiCAD/Joule Thief/fp-lib-table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/KiCAD/Joule Thief/fp-lib-table -------------------------------------------------------------------------------- /KiCAD/Joule Thief/sym-lib-table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/KiCAD/Joule Thief/sym-lib-table -------------------------------------------------------------------------------- /LTSpice/Accessory Circuits/Barebones BMS R0 - Comparators.asc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/LTSpice/Accessory Circuits/Barebones BMS R0 - Comparators.asc -------------------------------------------------------------------------------- /LTSpice/Accessory Circuits/Charge and Discharge Protection R1V1.asc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/LTSpice/Accessory Circuits/Charge and Discharge Protection R1V1.asc -------------------------------------------------------------------------------- /LTSpice/Accessory Circuits/Charge and Discharge Protection R1V2.asc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/LTSpice/Accessory Circuits/Charge and Discharge Protection R1V2.asc -------------------------------------------------------------------------------- /LTSpice/Accessory Circuits/Current Limited Voltage Source.asc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/LTSpice/Accessory Circuits/Current Limited Voltage Source.asc -------------------------------------------------------------------------------- /LTSpice/Accessory Circuits/LM324 Output Impedance.asc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/LTSpice/Accessory Circuits/LM324 Output Impedance.asc -------------------------------------------------------------------------------- /LTSpice/Accessory Circuits/LM358 Schmitt Trigger V0.asc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/LTSpice/Accessory Circuits/LM358 Schmitt Trigger V0.asc -------------------------------------------------------------------------------- /LTSpice/Accessory Circuits/LM358 Schmitt Trigger V1.asc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/LTSpice/Accessory Circuits/LM358 Schmitt Trigger V1.asc -------------------------------------------------------------------------------- /LTSpice/Accessory Circuits/LM386 Input Impedance.asc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/LTSpice/Accessory Circuits/LM386 Input Impedance.asc -------------------------------------------------------------------------------- /LTSpice/Accessory Circuits/LM393 Schmitt Trigger V0.asc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/LTSpice/Accessory Circuits/LM393 Schmitt Trigger V0.asc -------------------------------------------------------------------------------- /LTSpice/Accessory Circuits/LM393 Schmitt Trigger V1.asc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/LTSpice/Accessory Circuits/LM393 Schmitt Trigger V1.asc -------------------------------------------------------------------------------- /LTSpice/Accessory Circuits/NMOS Enable Switch Sketch.asc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/LTSpice/Accessory Circuits/NMOS Enable Switch Sketch.asc -------------------------------------------------------------------------------- /LTSpice/Accessory Circuits/Overdischarge Circuit V0.asc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/LTSpice/Accessory Circuits/Overdischarge Circuit V0.asc -------------------------------------------------------------------------------- /LTSpice/Accessory Circuits/Rechargeable Battery V1.asc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/LTSpice/Accessory Circuits/Rechargeable Battery V1.asc -------------------------------------------------------------------------------- /LTSpice/Accessory Circuits/Schmitt Trigger for Cap Pulse V0.asc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/LTSpice/Accessory Circuits/Schmitt Trigger for Cap Pulse V0.asc -------------------------------------------------------------------------------- /LTSpice/Accessory Circuits/TL431.asc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/LTSpice/Accessory Circuits/TL431.asc -------------------------------------------------------------------------------- /LTSpice/Joule Thief R4 V1.asc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/LTSpice/Joule Thief R4 V1.asc -------------------------------------------------------------------------------- /LTSpice/Joule Thief R4 V1.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/LTSpice/Joule Thief R4 V1.log -------------------------------------------------------------------------------- /LTSpice/Joule Thief R4 V1.raw: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /LTSpice/Main Versions/Joule Thief MVP R2 V0.asc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/LTSpice/Main Versions/Joule Thief MVP R2 V0.asc -------------------------------------------------------------------------------- /LTSpice/Main Versions/Joule Thief MVP R2 V2.asc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/LTSpice/Main Versions/Joule Thief MVP R2 V2.asc -------------------------------------------------------------------------------- /LTSpice/Main Versions/Joule Thief R0 V2 - Copy.asc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/LTSpice/Main Versions/Joule Thief R0 V2 - Copy.asc -------------------------------------------------------------------------------- /LTSpice/Main Versions/Joule Thief R0 V2.asc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/LTSpice/Main Versions/Joule Thief R0 V2.asc -------------------------------------------------------------------------------- /LTSpice/Main Versions/Joule Thief R0 V3.asc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/LTSpice/Main Versions/Joule Thief R0 V3.asc -------------------------------------------------------------------------------- /LTSpice/Main Versions/Joule Thief R0.asc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/LTSpice/Main Versions/Joule Thief R0.asc -------------------------------------------------------------------------------- /LTSpice/Main Versions/Joule Thief R1 V0.asc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/LTSpice/Main Versions/Joule Thief R1 V0.asc -------------------------------------------------------------------------------- /LTSpice/Main Versions/Joule Thief R3 V0.asc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/LTSpice/Main Versions/Joule Thief R3 V0.asc -------------------------------------------------------------------------------- /LTSpice/Main Versions/Joule Thief R3 V1.asc: -------------------------------------------------------------------------------- 1 | Version 4 2 | SHEET 1 880 680 3 | -------------------------------------------------------------------------------- /LTSpice/Main Versions/Joule Thief R3 V2.asc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/LTSpice/Main Versions/Joule Thief R3 V2.asc -------------------------------------------------------------------------------- /LTSpice/Main Versions/Joule Thief R4 V0.asc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/LTSpice/Main Versions/Joule Thief R4 V0.asc -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/README.md -------------------------------------------------------------------------------- /Serial Studio/Joule Thief Dashboard.ssproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fishPointer/Joule-Thief/HEAD/Serial Studio/Joule Thief Dashboard.ssproj --------------------------------------------------------------------------------