├── Code ├── Hardware_Test_Code.ino ├── Low_Power_Time.ino ├── Rev4_Hardware_Test.ino └── Touch_Wakeup_Time.ino ├── Images ├── Bottom.jpg ├── Bottom_Side.jpg ├── Exposed_GPIO_Pads.jpg ├── Rev4.jpg ├── Top.jpg └── Top_Side.jpg ├── PCB ├── 3D_Step_Rev1.zip ├── Altium_Design_Files_Rev1.zip ├── Altium_Design_Files_Rev4.zip ├── Gerber_Files_Rev1.zip ├── Gerber_Files_Rev4.zip ├── PCB_Library.PcbLib ├── Parts_List_Rev1.xls ├── Parts_List_Rev4.xls ├── Schematic_Library.SCHLIB ├── Schematic_Rev1.pdf └── Schematic_Rev4.pdf └── README.md /Code/Hardware_Test_Code.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mike-rankin/ESP32_CoinCell/HEAD/Code/Hardware_Test_Code.ino -------------------------------------------------------------------------------- /Code/Low_Power_Time.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mike-rankin/ESP32_CoinCell/HEAD/Code/Low_Power_Time.ino -------------------------------------------------------------------------------- /Code/Rev4_Hardware_Test.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mike-rankin/ESP32_CoinCell/HEAD/Code/Rev4_Hardware_Test.ino -------------------------------------------------------------------------------- /Code/Touch_Wakeup_Time.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mike-rankin/ESP32_CoinCell/HEAD/Code/Touch_Wakeup_Time.ino -------------------------------------------------------------------------------- /Images/Bottom.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mike-rankin/ESP32_CoinCell/HEAD/Images/Bottom.jpg -------------------------------------------------------------------------------- /Images/Bottom_Side.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mike-rankin/ESP32_CoinCell/HEAD/Images/Bottom_Side.jpg -------------------------------------------------------------------------------- /Images/Exposed_GPIO_Pads.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mike-rankin/ESP32_CoinCell/HEAD/Images/Exposed_GPIO_Pads.jpg -------------------------------------------------------------------------------- /Images/Rev4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mike-rankin/ESP32_CoinCell/HEAD/Images/Rev4.jpg -------------------------------------------------------------------------------- /Images/Top.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mike-rankin/ESP32_CoinCell/HEAD/Images/Top.jpg -------------------------------------------------------------------------------- /Images/Top_Side.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mike-rankin/ESP32_CoinCell/HEAD/Images/Top_Side.jpg -------------------------------------------------------------------------------- /PCB/3D_Step_Rev1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mike-rankin/ESP32_CoinCell/HEAD/PCB/3D_Step_Rev1.zip -------------------------------------------------------------------------------- /PCB/Altium_Design_Files_Rev1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mike-rankin/ESP32_CoinCell/HEAD/PCB/Altium_Design_Files_Rev1.zip -------------------------------------------------------------------------------- /PCB/Altium_Design_Files_Rev4.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mike-rankin/ESP32_CoinCell/HEAD/PCB/Altium_Design_Files_Rev4.zip -------------------------------------------------------------------------------- /PCB/Gerber_Files_Rev1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mike-rankin/ESP32_CoinCell/HEAD/PCB/Gerber_Files_Rev1.zip -------------------------------------------------------------------------------- /PCB/Gerber_Files_Rev4.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mike-rankin/ESP32_CoinCell/HEAD/PCB/Gerber_Files_Rev4.zip -------------------------------------------------------------------------------- /PCB/PCB_Library.PcbLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mike-rankin/ESP32_CoinCell/HEAD/PCB/PCB_Library.PcbLib -------------------------------------------------------------------------------- /PCB/Parts_List_Rev1.xls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mike-rankin/ESP32_CoinCell/HEAD/PCB/Parts_List_Rev1.xls -------------------------------------------------------------------------------- /PCB/Parts_List_Rev4.xls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mike-rankin/ESP32_CoinCell/HEAD/PCB/Parts_List_Rev4.xls -------------------------------------------------------------------------------- /PCB/Schematic_Library.SCHLIB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mike-rankin/ESP32_CoinCell/HEAD/PCB/Schematic_Library.SCHLIB -------------------------------------------------------------------------------- /PCB/Schematic_Rev1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mike-rankin/ESP32_CoinCell/HEAD/PCB/Schematic_Rev1.pdf -------------------------------------------------------------------------------- /PCB/Schematic_Rev4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mike-rankin/ESP32_CoinCell/HEAD/PCB/Schematic_Rev4.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mike-rankin/ESP32_CoinCell/HEAD/README.md --------------------------------------------------------------------------------