├── .gitignore ├── LICENSE ├── cap_array_hardware ├── capArray_JYC_RM2023_V0.2.kicad_pcb ├── capArray_JYC_RM2023_V0.2.kicad_prl ├── capArray_JYC_RM2023_V0.2.kicad_pro └── capArray_JYC_RM2023_V0.2.kicad_sch ├── cap_controller_hardware ├── lower │ ├── bom.csv │ ├── charger_JYC_RM2023_V1.2_power.kicad_pcb │ ├── charger_JYC_RM2023_V1.2_power.kicad_prl │ ├── charger_JYC_RM2023_V1.2_power.kicad_pro │ ├── charger_JYC_RM2023_V1.2_power.kicad_sch │ ├── fp-info-cache │ └── production │ │ ├── bom.csv │ │ ├── designators.csv │ │ ├── gerber.zip │ │ ├── netlist.ipc │ │ └── positions.csv └── upper │ ├── Power.kicad_sch │ ├── bom.csv │ ├── charger_JYC_RM2023_V1.2_control.ioc │ ├── charger_JYC_RM2023_V1.2_control.kicad_pcb │ ├── charger_JYC_RM2023_V1.2_control.kicad_prl │ ├── charger_JYC_RM2023_V1.2_control.kicad_pro │ ├── charger_JYC_RM2023_V1.2_control.kicad_sch │ ├── fp-info-cache │ └── production │ ├── bom.csv │ ├── designators.csv │ ├── gerber.zip │ ├── netlist.ipc │ └── positions.csv ├── image ├── HRTim_ADCTrigger1.jpg ├── Report │ ├── 1694548742767.png │ └── 1694549124560.png ├── boost_asynchronous_synchronous.png ├── buck_asynchronous_synchronous.png ├── diagram_BW6101.png ├── h_bridge.png ├── h_bridge_as_boost.png ├── h_bridge_as_buck.png ├── img_best_converting_effiency.jpg ├── img_boost_ripple_5A.jpg ├── img_buck_boost_ripple_5A.jpeg ├── img_buck_ripple_5A.jpeg ├── img_cap_array_bottom.jpg ├── img_cap_array_bottom_2.jpg ├── img_cap_array_top.jpg ├── img_controller.jpg ├── img_controller_interboard_connection.jpg ├── img_controller_lower_with_shell.jpg ├── img_controller_shell.jpg ├── img_controller_upper_board_SMT.jpg ├── pcb_rendering_cap_array_bottom.png ├── pcb_rendering_cap_array_top.png ├── sch_1v65ref.png ├── sch_cap_array_unit.png ├── sch_current_sense.png ├── sch_current_sense_RC.png ├── sch_iso_mos_driver.png ├── scrshot_best_converting_effiency.png └── scrshot_current_sense_noise_before_RC.png └── readme.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkustenterprize/RM2023-SuperCapacitor/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkustenterprize/RM2023-SuperCapacitor/HEAD/LICENSE -------------------------------------------------------------------------------- /cap_array_hardware/capArray_JYC_RM2023_V0.2.kicad_pcb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkustenterprize/RM2023-SuperCapacitor/HEAD/cap_array_hardware/capArray_JYC_RM2023_V0.2.kicad_pcb -------------------------------------------------------------------------------- /cap_array_hardware/capArray_JYC_RM2023_V0.2.kicad_prl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkustenterprize/RM2023-SuperCapacitor/HEAD/cap_array_hardware/capArray_JYC_RM2023_V0.2.kicad_prl -------------------------------------------------------------------------------- /cap_array_hardware/capArray_JYC_RM2023_V0.2.kicad_pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkustenterprize/RM2023-SuperCapacitor/HEAD/cap_array_hardware/capArray_JYC_RM2023_V0.2.kicad_pro -------------------------------------------------------------------------------- /cap_array_hardware/capArray_JYC_RM2023_V0.2.kicad_sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkustenterprize/RM2023-SuperCapacitor/HEAD/cap_array_hardware/capArray_JYC_RM2023_V0.2.kicad_sch -------------------------------------------------------------------------------- /cap_controller_hardware/lower/bom.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkustenterprize/RM2023-SuperCapacitor/HEAD/cap_controller_hardware/lower/bom.csv -------------------------------------------------------------------------------- /cap_controller_hardware/lower/charger_JYC_RM2023_V1.2_power.kicad_pcb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkustenterprize/RM2023-SuperCapacitor/HEAD/cap_controller_hardware/lower/charger_JYC_RM2023_V1.2_power.kicad_pcb -------------------------------------------------------------------------------- /cap_controller_hardware/lower/charger_JYC_RM2023_V1.2_power.kicad_prl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkustenterprize/RM2023-SuperCapacitor/HEAD/cap_controller_hardware/lower/charger_JYC_RM2023_V1.2_power.kicad_prl -------------------------------------------------------------------------------- /cap_controller_hardware/lower/charger_JYC_RM2023_V1.2_power.kicad_pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkustenterprize/RM2023-SuperCapacitor/HEAD/cap_controller_hardware/lower/charger_JYC_RM2023_V1.2_power.kicad_pro -------------------------------------------------------------------------------- /cap_controller_hardware/lower/charger_JYC_RM2023_V1.2_power.kicad_sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkustenterprize/RM2023-SuperCapacitor/HEAD/cap_controller_hardware/lower/charger_JYC_RM2023_V1.2_power.kicad_sch -------------------------------------------------------------------------------- /cap_controller_hardware/lower/fp-info-cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkustenterprize/RM2023-SuperCapacitor/HEAD/cap_controller_hardware/lower/fp-info-cache -------------------------------------------------------------------------------- /cap_controller_hardware/lower/production/bom.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkustenterprize/RM2023-SuperCapacitor/HEAD/cap_controller_hardware/lower/production/bom.csv -------------------------------------------------------------------------------- /cap_controller_hardware/lower/production/designators.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkustenterprize/RM2023-SuperCapacitor/HEAD/cap_controller_hardware/lower/production/designators.csv -------------------------------------------------------------------------------- /cap_controller_hardware/lower/production/gerber.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkustenterprize/RM2023-SuperCapacitor/HEAD/cap_controller_hardware/lower/production/gerber.zip -------------------------------------------------------------------------------- /cap_controller_hardware/lower/production/netlist.ipc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkustenterprize/RM2023-SuperCapacitor/HEAD/cap_controller_hardware/lower/production/netlist.ipc -------------------------------------------------------------------------------- /cap_controller_hardware/lower/production/positions.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkustenterprize/RM2023-SuperCapacitor/HEAD/cap_controller_hardware/lower/production/positions.csv -------------------------------------------------------------------------------- /cap_controller_hardware/upper/Power.kicad_sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkustenterprize/RM2023-SuperCapacitor/HEAD/cap_controller_hardware/upper/Power.kicad_sch -------------------------------------------------------------------------------- /cap_controller_hardware/upper/bom.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkustenterprize/RM2023-SuperCapacitor/HEAD/cap_controller_hardware/upper/bom.csv -------------------------------------------------------------------------------- /cap_controller_hardware/upper/charger_JYC_RM2023_V1.2_control.ioc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkustenterprize/RM2023-SuperCapacitor/HEAD/cap_controller_hardware/upper/charger_JYC_RM2023_V1.2_control.ioc -------------------------------------------------------------------------------- /cap_controller_hardware/upper/charger_JYC_RM2023_V1.2_control.kicad_pcb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkustenterprize/RM2023-SuperCapacitor/HEAD/cap_controller_hardware/upper/charger_JYC_RM2023_V1.2_control.kicad_pcb -------------------------------------------------------------------------------- /cap_controller_hardware/upper/charger_JYC_RM2023_V1.2_control.kicad_prl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkustenterprize/RM2023-SuperCapacitor/HEAD/cap_controller_hardware/upper/charger_JYC_RM2023_V1.2_control.kicad_prl -------------------------------------------------------------------------------- /cap_controller_hardware/upper/charger_JYC_RM2023_V1.2_control.kicad_pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkustenterprize/RM2023-SuperCapacitor/HEAD/cap_controller_hardware/upper/charger_JYC_RM2023_V1.2_control.kicad_pro -------------------------------------------------------------------------------- /cap_controller_hardware/upper/charger_JYC_RM2023_V1.2_control.kicad_sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkustenterprize/RM2023-SuperCapacitor/HEAD/cap_controller_hardware/upper/charger_JYC_RM2023_V1.2_control.kicad_sch -------------------------------------------------------------------------------- /cap_controller_hardware/upper/fp-info-cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkustenterprize/RM2023-SuperCapacitor/HEAD/cap_controller_hardware/upper/fp-info-cache -------------------------------------------------------------------------------- /cap_controller_hardware/upper/production/bom.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkustenterprize/RM2023-SuperCapacitor/HEAD/cap_controller_hardware/upper/production/bom.csv -------------------------------------------------------------------------------- /cap_controller_hardware/upper/production/designators.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkustenterprize/RM2023-SuperCapacitor/HEAD/cap_controller_hardware/upper/production/designators.csv -------------------------------------------------------------------------------- /cap_controller_hardware/upper/production/gerber.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkustenterprize/RM2023-SuperCapacitor/HEAD/cap_controller_hardware/upper/production/gerber.zip -------------------------------------------------------------------------------- /cap_controller_hardware/upper/production/netlist.ipc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkustenterprize/RM2023-SuperCapacitor/HEAD/cap_controller_hardware/upper/production/netlist.ipc -------------------------------------------------------------------------------- /cap_controller_hardware/upper/production/positions.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkustenterprize/RM2023-SuperCapacitor/HEAD/cap_controller_hardware/upper/production/positions.csv -------------------------------------------------------------------------------- /image/HRTim_ADCTrigger1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkustenterprize/RM2023-SuperCapacitor/HEAD/image/HRTim_ADCTrigger1.jpg -------------------------------------------------------------------------------- /image/Report/1694548742767.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkustenterprize/RM2023-SuperCapacitor/HEAD/image/Report/1694548742767.png -------------------------------------------------------------------------------- /image/Report/1694549124560.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkustenterprize/RM2023-SuperCapacitor/HEAD/image/Report/1694549124560.png -------------------------------------------------------------------------------- /image/boost_asynchronous_synchronous.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkustenterprize/RM2023-SuperCapacitor/HEAD/image/boost_asynchronous_synchronous.png -------------------------------------------------------------------------------- /image/buck_asynchronous_synchronous.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkustenterprize/RM2023-SuperCapacitor/HEAD/image/buck_asynchronous_synchronous.png -------------------------------------------------------------------------------- /image/diagram_BW6101.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkustenterprize/RM2023-SuperCapacitor/HEAD/image/diagram_BW6101.png -------------------------------------------------------------------------------- /image/h_bridge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkustenterprize/RM2023-SuperCapacitor/HEAD/image/h_bridge.png -------------------------------------------------------------------------------- /image/h_bridge_as_boost.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkustenterprize/RM2023-SuperCapacitor/HEAD/image/h_bridge_as_boost.png -------------------------------------------------------------------------------- /image/h_bridge_as_buck.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkustenterprize/RM2023-SuperCapacitor/HEAD/image/h_bridge_as_buck.png -------------------------------------------------------------------------------- /image/img_best_converting_effiency.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkustenterprize/RM2023-SuperCapacitor/HEAD/image/img_best_converting_effiency.jpg -------------------------------------------------------------------------------- /image/img_boost_ripple_5A.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkustenterprize/RM2023-SuperCapacitor/HEAD/image/img_boost_ripple_5A.jpg -------------------------------------------------------------------------------- /image/img_buck_boost_ripple_5A.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkustenterprize/RM2023-SuperCapacitor/HEAD/image/img_buck_boost_ripple_5A.jpeg -------------------------------------------------------------------------------- /image/img_buck_ripple_5A.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkustenterprize/RM2023-SuperCapacitor/HEAD/image/img_buck_ripple_5A.jpeg -------------------------------------------------------------------------------- /image/img_cap_array_bottom.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkustenterprize/RM2023-SuperCapacitor/HEAD/image/img_cap_array_bottom.jpg -------------------------------------------------------------------------------- /image/img_cap_array_bottom_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkustenterprize/RM2023-SuperCapacitor/HEAD/image/img_cap_array_bottom_2.jpg -------------------------------------------------------------------------------- /image/img_cap_array_top.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkustenterprize/RM2023-SuperCapacitor/HEAD/image/img_cap_array_top.jpg -------------------------------------------------------------------------------- /image/img_controller.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkustenterprize/RM2023-SuperCapacitor/HEAD/image/img_controller.jpg -------------------------------------------------------------------------------- /image/img_controller_interboard_connection.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkustenterprize/RM2023-SuperCapacitor/HEAD/image/img_controller_interboard_connection.jpg -------------------------------------------------------------------------------- /image/img_controller_lower_with_shell.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkustenterprize/RM2023-SuperCapacitor/HEAD/image/img_controller_lower_with_shell.jpg -------------------------------------------------------------------------------- /image/img_controller_shell.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkustenterprize/RM2023-SuperCapacitor/HEAD/image/img_controller_shell.jpg -------------------------------------------------------------------------------- /image/img_controller_upper_board_SMT.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkustenterprize/RM2023-SuperCapacitor/HEAD/image/img_controller_upper_board_SMT.jpg -------------------------------------------------------------------------------- /image/pcb_rendering_cap_array_bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkustenterprize/RM2023-SuperCapacitor/HEAD/image/pcb_rendering_cap_array_bottom.png -------------------------------------------------------------------------------- /image/pcb_rendering_cap_array_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkustenterprize/RM2023-SuperCapacitor/HEAD/image/pcb_rendering_cap_array_top.png -------------------------------------------------------------------------------- /image/sch_1v65ref.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkustenterprize/RM2023-SuperCapacitor/HEAD/image/sch_1v65ref.png -------------------------------------------------------------------------------- /image/sch_cap_array_unit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkustenterprize/RM2023-SuperCapacitor/HEAD/image/sch_cap_array_unit.png -------------------------------------------------------------------------------- /image/sch_current_sense.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkustenterprize/RM2023-SuperCapacitor/HEAD/image/sch_current_sense.png -------------------------------------------------------------------------------- /image/sch_current_sense_RC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkustenterprize/RM2023-SuperCapacitor/HEAD/image/sch_current_sense_RC.png -------------------------------------------------------------------------------- /image/sch_iso_mos_driver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkustenterprize/RM2023-SuperCapacitor/HEAD/image/sch_iso_mos_driver.png -------------------------------------------------------------------------------- /image/scrshot_best_converting_effiency.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkustenterprize/RM2023-SuperCapacitor/HEAD/image/scrshot_best_converting_effiency.png -------------------------------------------------------------------------------- /image/scrshot_current_sense_noise_before_RC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkustenterprize/RM2023-SuperCapacitor/HEAD/image/scrshot_current_sense_noise_before_RC.png -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkustenterprize/RM2023-SuperCapacitor/HEAD/readme.md --------------------------------------------------------------------------------