├── .github └── workflows │ ├── buildInstaller.yml │ ├── buildPSPBluetooth.yml │ └── buildPSPBluetoothWebProgrammer.yml ├── .gitignore ├── .vscode ├── extensions.json ├── settings.json └── tasks.json ├── LICENSE ├── README.md ├── docs ├── Setup Arduino Cli.md ├── https ├── socat for serial port forwarding.txt └── whatIsThis.md ├── generateMappingsJSON.js ├── hardware ├── AddJLCPCBPart.ps1 ├── ChangingParts.md ├── GenerateGerbers.md ├── Readme.md ├── analog │ ├── analog-backups │ │ ├── analog-2024-10-16_204757.zip │ │ ├── analog-2024-10-16_205403.zip │ │ ├── analog-2024-10-16_210904.zip │ │ └── analog-2024-11-14_183920.zip │ ├── analog.kicad_pcb │ ├── analog.kicad_prl │ ├── analog.kicad_pro │ ├── analog.kicad_sch │ ├── fp-info-cache │ ├── fp-lib-table │ ├── gerbers │ │ ├── Analog-Gerbers.zip │ │ ├── analog-B_Cu.gbr │ │ ├── analog-B_Mask.gbr │ │ ├── analog-B_Paste.gbr │ │ ├── analog-B_Silkscreen.gbr │ │ ├── analog-Edge_Cuts.gbr │ │ ├── analog-F_Cu.gbr │ │ ├── analog-F_Mask.gbr │ │ ├── analog-F_Paste.gbr │ │ ├── analog-F_Silkscreen.gbr │ │ ├── analog-NPTH.drl │ │ ├── analog-PTH.drl │ │ ├── analog-User_Comments.gbr │ │ ├── analog-User_Drawings.gbr │ │ └── analog-job.gbrjob │ └── sym-lib-table ├── buttonsSuper │ ├── buttonsSuper-backups │ │ ├── buttonsSuper-2024-08-16_220335.zip │ │ ├── buttonsSuper-2024-08-17_204655.zip │ │ ├── buttonsSuper-2024-08-17_205701.zip │ │ ├── buttonsSuper-2024-08-17_210704.zip │ │ ├── buttonsSuper-2024-08-17_211508.zip │ │ ├── buttonsSuper-2024-08-17_212549.zip │ │ ├── buttonsSuper-2024-08-18_213854.zip │ │ ├── buttonsSuper-2024-08-18_215402.zip │ │ ├── buttonsSuper-2024-08-18_220625.zip │ │ ├── buttonsSuper-2024-08-18_221625.zip │ │ ├── buttonsSuper-2024-08-18_222359.zip │ │ ├── buttonsSuper-2024-08-19_194207.zip │ │ ├── buttonsSuper-2024-08-19_194752.zip │ │ ├── buttonsSuper-2024-08-19_195404.zip │ │ ├── buttonsSuper-2024-08-19_211224.zip │ │ ├── buttonsSuper-2024-08-19_212134.zip │ │ ├── buttonsSuper-2024-08-22_202945.zip │ │ ├── buttonsSuper-2024-08-22_205801.zip │ │ ├── buttonsSuper-2024-08-23_203609.zip │ │ ├── buttonsSuper-2024-08-27_211018.zip │ │ ├── buttonsSuper-2024-08-27_212220.zip │ │ ├── buttonsSuper-2024-08-28_210521.zip │ │ ├── buttonsSuper-2024-09-03_224544.zip │ │ ├── buttonsSuper-2024-09-21_221938.zip │ │ ├── buttonsSuper-2024-09-22_150221.zip │ │ └── buttonsSuper-2024-09-22_215453.zip │ ├── buttonsSuper.kicad_pcb │ ├── buttonsSuper.kicad_prl │ ├── buttonsSuper.kicad_pro │ ├── buttonsSuper.kicad_sch │ ├── fp-info-cache │ ├── fp-lib-table │ ├── gerbers │ │ ├── buttonsSuper-B_Cu.gbr │ │ ├── buttonsSuper-B_Mask.gbr │ │ ├── buttonsSuper-B_Paste.gbr │ │ ├── buttonsSuper-B_Silkscreen.gbr │ │ ├── buttonsSuper-Edge_Cuts.gbr │ │ ├── buttonsSuper-F_Cu.gbr │ │ ├── buttonsSuper-F_Mask.gbr │ │ ├── buttonsSuper-F_Paste.gbr │ │ ├── buttonsSuper-F_Silkscreen.gbr │ │ ├── buttonsSuper-NPTH.drl │ │ ├── buttonsSuper-PTH.drl │ │ ├── buttonsSuper-User_Comments.gbr │ │ ├── buttonsSuper-User_Drawings.gbr │ │ ├── buttonsSuper-job.gbrjob │ │ └── psp-2k.zip │ ├── jlcpcb │ │ └── project.db │ └── sym-lib-table ├── centerButtons │ ├── buttonsSuper-backups │ │ ├── buttonsSuper-2024-09-17_211504.zip │ │ ├── buttonsSuper-2024-09-17_212511.zip │ │ ├── buttonsSuper-2024-09-17_213247.zip │ │ ├── buttonsSuper-2024-09-17_214412.zip │ │ ├── buttonsSuper-2024-09-17_221118.zip │ │ └── buttonsSuper-2024-09-17_221742.zip │ ├── buttonsSuper.kicad_pcb │ ├── buttonsSuper.kicad_prl │ ├── buttonsSuper.kicad_pro │ ├── buttonsSuper.kicad_sch │ ├── fp-info-cache │ ├── fp-lib-table │ ├── jlcpcb │ │ ├── gerber │ │ │ ├── buttonsSuper-CuBottom.gbr │ │ │ ├── buttonsSuper-CuTop.gbr │ │ │ ├── buttonsSuper-EdgeCuts.gbr │ │ │ ├── buttonsSuper-MaskBottom.gbr │ │ │ ├── buttonsSuper-MaskTop.gbr │ │ │ ├── buttonsSuper-NPTH-drl_map.pdf │ │ │ ├── buttonsSuper-NPTH.drl │ │ │ ├── buttonsSuper-PTH-drl_map.pdf │ │ │ ├── buttonsSuper-PTH.drl │ │ │ ├── buttonsSuper-PasteBottom.gbr │ │ │ ├── buttonsSuper-PasteTop.gbr │ │ │ ├── buttonsSuper-SilkBottom.gbr │ │ │ ├── buttonsSuper-SilkTop.gbr │ │ │ └── buttonsSuper-VScore.gbr │ │ ├── production_files │ │ │ ├── BOM-buttonsSuper.csv │ │ │ ├── CPL-buttonsSuper.csv │ │ │ └── GERBER-buttonsSuper.zip │ │ ├── production_filesoriginal │ │ │ ├── BOM-buttonsSuper.csv │ │ │ ├── CPL-buttonsSuper.csv │ │ │ └── GERBER-buttonsSuper.zip │ │ └── project.db │ └── sym-lib-table ├── documentation │ ├── eda.png │ ├── footprint.png │ ├── generated.PNG │ ├── gerbers.png │ ├── partLoaded.png │ ├── partNumber.png │ ├── partReady.png │ ├── partRun.png │ └── scriptrun.png ├── esp-c │ ├── IO Expanders.kicad_sch │ ├── PSP Pins 3K.kicad_sch │ ├── _autosave-esp32-c.kicad_prl │ ├── changes.kicad_sch │ ├── esp32-c-backups │ │ ├── esp32-c-2024-10-16_202920.zip │ │ ├── esp32-c-2024-10-16_203538.zip │ │ ├── esp32-c-2024-10-16_204111.zip │ │ ├── esp32-c-2024-10-16_204618.zip │ │ ├── esp32-c-2024-10-16_211013.zip │ │ ├── esp32-c-2024-10-17_190915.zip │ │ ├── esp32-c-2024-10-18_222957.zip │ │ ├── esp32-c-2024-10-20_212656.zip │ │ ├── esp32-c-2024-10-20_213702.zip │ │ ├── esp32-c-2024-10-20_214239.zip │ │ ├── esp32-c-2024-10-20_214801.zip │ │ ├── esp32-c-2024-11-11_195728.zip │ │ ├── esp32-c-2024-11-14_183949.zip │ │ ├── esp32-c-2024-11-14_213717.zip │ │ └── esp32-c-2024-11-16_202808.zip │ ├── esp32-c.kicad_pcb │ ├── esp32-c.kicad_prl │ ├── esp32-c.kicad_pro │ ├── esp32-c.kicad_sch │ ├── esp32-chip.kicad_sch │ ├── esp32.kicad_sch-bak │ ├── esp32.step │ ├── fp-info-cache │ ├── fp-lib-table │ ├── jlcpcb │ │ ├── gerber │ │ │ ├── esp32-c-CuBottom.gbr │ │ │ ├── esp32-c-CuTop.gbr │ │ │ ├── esp32-c-EdgeCuts.gbr │ │ │ ├── esp32-c-MaskBottom.gbr │ │ │ ├── esp32-c-MaskTop.gbr │ │ │ ├── esp32-c-NPTH-drl_map.pdf │ │ │ ├── esp32-c-NPTH.drl │ │ │ ├── esp32-c-PTH-drl_map.pdf │ │ │ ├── esp32-c-PTH.drl │ │ │ ├── esp32-c-PasteBottom.gbr │ │ │ ├── esp32-c-PasteTop.gbr │ │ │ ├── esp32-c-SilkBottom.gbr │ │ │ ├── esp32-c-SilkTop.gbr │ │ │ └── esp32-c-VScore.gbr │ │ ├── production_files │ │ │ ├── BOM-esp32-c.csv │ │ │ ├── CPL-esp32-c.csv │ │ │ ├── GERBER-esp32-c.zip │ │ │ └── esp32-c.step │ │ └── project.db │ ├── psp-pins.kicad_sch │ ├── sym-lib-table │ └── usb-serial.kicad_sch ├── esp │ └── esp32 │ │ ├── IO Expanders.kicad_sch │ │ ├── PSP Pins 3K.kicad_sch │ │ ├── changes.kicad_sch │ │ ├── esp32-backups │ │ ├── esp32-2024-09-21_224558.zip │ │ ├── esp32-2024-09-21_225104.zip │ │ ├── esp32-2024-09-21_225822.zip │ │ ├── esp32-2024-09-21_230329.zip │ │ ├── esp32-2024-09-22_193745.zip │ │ ├── esp32-2024-09-22_212605.zip │ │ ├── esp32-2024-09-22_213809.zip │ │ ├── esp32-2024-09-22_214547.zip │ │ ├── esp32-2024-09-22_215458.zip │ │ ├── esp32-2024-09-23_090608.zip │ │ ├── esp32-2024-09-23_091421.zip │ │ ├── esp32-2024-09-26_091603.zip │ │ ├── esp32-2024-09-26_092139.zip │ │ ├── esp32-2024-10-02_220905.zip │ │ ├── esp32-2024-10-03_212506.zip │ │ ├── esp32-2024-10-09_220714.zip │ │ ├── esp32-2024-10-09_222147.zip │ │ ├── esp32-2024-10-10_091115.zip │ │ ├── esp32-2024-10-12_222436.zip │ │ ├── esp32-2024-10-13_223850.zip │ │ ├── esp32-2024-10-14_203658.zip │ │ ├── esp32-2024-10-15_185741.zip │ │ ├── esp32-2024-10-15_221237.zip │ │ ├── esp32-2024-10-16_091041.zip │ │ ├── esp32-2024-10-16_091716.zip │ │ └── esp32-2024-10-16_204623.zip │ │ ├── esp32-chip.kicad_sch │ │ ├── esp32.kicad_pcb │ │ ├── esp32.kicad_prl │ │ ├── esp32.kicad_pro │ │ ├── esp32.kicad_sch │ │ ├── esp32.kicad_sch-bak │ │ ├── esp32.step │ │ ├── fp-info-cache │ │ ├── fp-lib-table │ │ ├── jlcpcb │ │ ├── gerber │ │ │ ├── esp32-CuBottom.gbr │ │ │ ├── esp32-CuTop.gbr │ │ │ ├── esp32-EdgeCuts.gbr │ │ │ ├── esp32-MaskBottom.gbr │ │ │ ├── esp32-MaskTop.gbr │ │ │ ├── esp32-NPTH-drl_map.pdf │ │ │ ├── esp32-NPTH.drl │ │ │ ├── esp32-PTH-drl_map.pdf │ │ │ ├── esp32-PTH.drl │ │ │ ├── esp32-PasteBottom.gbr │ │ │ ├── esp32-PasteTop.gbr │ │ │ ├── esp32-SilkBottom.gbr │ │ │ ├── esp32-SilkTop.gbr │ │ │ └── esp32-VScore.gbr │ │ ├── production_files │ │ │ ├── BOM-esp32.csv │ │ │ ├── CPL-esp32.csv │ │ │ └── GERBER-esp32.zip │ │ └── project.db │ │ ├── psp-pins.kicad_sch │ │ ├── sym-lib-table │ │ └── usb-serial.kicad_sch ├── lib │ ├── JLCPCB │ │ ├── JLCPCB_footprint │ │ │ ├── C0603.kicad_mod │ │ │ ├── C0805.kicad_mod │ │ │ ├── CONN-SMD_14P-P0.50_L3.1-W9.0.kicad_mod │ │ │ ├── FPC-SMD_10P-P0.50_HC-FPC-05-09-10RLTAG.kicad_mod │ │ │ ├── FPC-SMD_14P-P0.50_PANASONIC_AYF531435.kicad_mod │ │ │ ├── FPC-SMD_4P-P0.50_C9900013912.kicad_mod │ │ │ ├── FPC-SMD_5034801000.kicad_mod │ │ │ ├── FPC-SMD_AFC01-S14FCA-00.kicad_mod │ │ │ ├── FPC-SMD_P0.50-10P_LCS-SJ-H2.0.kicad_mod │ │ │ ├── KEY-SMD_4P-L4.0-W4.8-P3.90-LS4.8.kicad_mod │ │ │ ├── KEY-SMD_4P-L4.8-W4.8-P3.65_SKRBAAE010.kicad_mod │ │ │ ├── KEY-SMD_4P-L5.2-W5.2-P3.70-LS6.4.kicad_mod │ │ │ ├── KEY-SMD_4P-L5.2-W5.2-P3.70-LS6.4_1.kicad_mod │ │ │ ├── KEY-SMD_4P-L7.5-W7.0-P6.00-LS5.0.kicad_mod │ │ │ ├── LED0805-R-RD.kicad_mod │ │ │ ├── MICRO-USB-SMD_MICROXNJ.kicad_mod │ │ │ ├── MSOP-10_L3.0-W3.0-P0.50-LS5.0-BL.kicad_mod │ │ │ ├── QFN-20_L4.0-W4.0-P0.50-BL-EP2.7.kicad_mod │ │ │ ├── R0402.kicad_mod │ │ │ ├── R0805.kicad_mod │ │ │ ├── SOD-323_L1.8-W1.3-LS2.5-RD.kicad_mod │ │ │ ├── SOIC-14_L10.0-W5.5-P1.27-LS7.8-BL.kicad_mod │ │ │ ├── SOP-16_L10.0-W3.9-P1.27-LS6.0-BL.kicad_mod │ │ │ ├── SOT-223-3_L6.5-W3.4-P2.30-LS7.0-BR.kicad_mod │ │ │ ├── SOT-23-3_L2.9-W1.3-P1.90-LS2.4-BR.kicad_mod │ │ │ ├── SOT-23-6_L2.9-W1.6-P0.95-LS2.8-BR.kicad_mod │ │ │ ├── SW-SMD_4P-L5.1-W5.1-P3.70-LS6.5-TL-2.kicad_mod │ │ │ ├── SW-TH_3P-L4.5-W4.5-P1.8-LS3.0.kicad_mod │ │ │ ├── WIFI-SMD_ESP32-MINI-1.kicad_mod │ │ │ ├── WIFI-SMD_ESP32-WROOM-32E.kicad_mod │ │ │ └── packages3d │ │ │ │ ├── C0603.step │ │ │ │ ├── C0805.step │ │ │ │ ├── CONN-SMD_14P-P0.50_L3.1-W9.0.step │ │ │ │ ├── FPC-SMD_10P-P0.50_HC-FPC-05-09-10RLTAG.step │ │ │ │ ├── FPC-SMD_14P-P0.50_PANASONIC_AYF531435.wrl │ │ │ │ ├── FPC-SMD_4P-P0.50_C9900013912.step │ │ │ │ ├── FPC-SMD_5034801000.step │ │ │ │ ├── FPC-SMD_5034801000.wrl │ │ │ │ ├── FPC-SMD_AFC01-S14FCA-00.step │ │ │ │ ├── FPC-SMD_P0.50-10P_LCS-SJ-H2.0.step │ │ │ │ ├── KEY-SMD_4P-L4.0-W4.8-P3.90-LS4.8.wrl │ │ │ │ ├── KEY-SMD_4P-L4.8-W4.8-P3.65_SKRBAAE010.step │ │ │ │ ├── KEY-SMD_4P-L5.2-W5.2-P3.70-LS6.4.wrl │ │ │ │ ├── KEY-SMD_4P-L7.5-W7.0-P6.00-LS5.0.step │ │ │ │ ├── LED0805-R-RD.step │ │ │ │ ├── MICRO-USB-SMD_MICROXNJ.step │ │ │ │ ├── MSOP-10_L3.0-W3.0-P0.50-LS5.0-BL.step │ │ │ │ ├── QFN-20_L4.0-W4.0-P0.50-BL-EP2.7.step │ │ │ │ ├── R0402.step │ │ │ │ ├── R0805.step │ │ │ │ ├── SOD-323_L1.8-W1.3-LS2.5-RD.step │ │ │ │ ├── SOIC-14_L10.0-W5.5-P1.27-LS7.8-BL.step │ │ │ │ ├── SOP-16_L10.0-W3.9-P1.27-LS6.0-BL.step │ │ │ │ ├── SOT-223-3_L6.5-W3.4-P2.30-LS7.0-BR.step │ │ │ │ ├── SOT-23-3_L2.9-W1.3-P1.90-LS2.4-BR.step │ │ │ │ ├── SOT-23-6_L2.9-W1.6-P0.95-LS2.8-BR.step │ │ │ │ ├── SW-SMD_4P-L5.1-W5.1-P3.70-LS6.5-TL-2.step │ │ │ │ ├── SW-SMD_4P-L5.2-W5.2-P3.70-LS6.4.wrl │ │ │ │ ├── WIFI-SMD_ESP32-MINI-1.step │ │ │ │ └── WIFI-SMD_ESP32-WROOM-32E.step │ │ ├── Schematic │ │ │ ├── JLCPCB_schematic.bak │ │ │ └── JLCPCB_schematic.kicad_sym │ │ └── symbol │ │ │ ├── JLCPCB_schematic.bak │ │ │ └── JLCPCB_schematic.kicad_sym │ ├── consolizer.bak │ ├── consolizer.kicad_sym │ └── consolizer.pretty │ │ ├── PSP-analog.kicad_mod │ │ ├── flex_long_10.kicad_mod │ │ ├── flex_long_14.kicad_mod │ │ ├── flex_long_8.kicad_mod │ │ ├── flex_short_10.kicad_mod │ │ └── logo_small.kicad_mod ├── prepareSMTFiles.ps1 └── right │ ├── fp-info-cache │ ├── fp-lib-table │ ├── gerbers │ ├── right-B_Cu.gbr │ ├── right-B_Mask.gbr │ ├── right-B_Paste.gbr │ ├── right-B_Silkscreen.gbr │ ├── right-Edge_Cuts.gbr │ ├── right-F_Cu.gbr │ ├── right-F_Mask.gbr │ ├── right-F_Paste.gbr │ ├── right-F_Silkscreen.gbr │ ├── right-NPTH.drl │ ├── right-PTH.drl │ ├── right-User_Comments.gbr │ ├── right-User_Drawings.gbr │ ├── right-job.gbrjob │ └── right-v1-gerbers.zip │ ├── right-backups │ ├── right-2024-09-22_220308.zip │ ├── right-2024-09-22_221316.zip │ ├── right-2024-09-22_221843.zip │ ├── right-2024-09-22_222515.zip │ ├── right-2024-09-22_223251.zip │ ├── right-2024-09-23_090353.zip │ ├── right-2024-10-10_091229.zip │ └── right-2024-10-12_202624.zip │ ├── right-fpc.step │ ├── right.kicad_pcb │ ├── right.kicad_prl │ ├── right.kicad_pro │ ├── right.kicad_sch │ └── sym-lib-table ├── installer ├── .editorconfig ├── .gitignore ├── .vscode │ ├── extensions.json │ ├── launch.json │ └── tasks.json ├── README.md ├── angular.json ├── package-lock.json ├── package.json ├── src │ ├── 404.html │ ├── app │ │ ├── ILogger.ts │ │ ├── app.component.html │ │ ├── app.component.scss │ │ ├── app.component.ts │ │ ├── app.config.ts │ │ ├── app.routes.ts │ │ ├── browser-storage.service.ts │ │ ├── bt │ │ │ ├── btCommands.ts │ │ │ ├── btConnection.ts │ │ │ ├── btconnection-factory.service.ts │ │ │ ├── configuration.service.ts │ │ │ ├── errors │ │ │ │ └── index.ts │ │ │ ├── ota.service.ts │ │ │ ├── settings.service.ts │ │ │ └── uuids.ts │ │ ├── configuration │ │ │ ├── add-mapping-modal │ │ │ │ ├── add-mapping-modal.component.html │ │ │ │ ├── add-mapping-modal.component.scss │ │ │ │ └── add-mapping-modal.component.ts │ │ │ ├── colour-picker │ │ │ │ ├── _colour-picker-theme.scss │ │ │ │ ├── colour-picker.component.html │ │ │ │ ├── colour-picker.component.scss │ │ │ │ └── colour-picker.component.ts │ │ │ ├── controller-button-mapping │ │ │ │ ├── _controller-button-mapping-theme.scss │ │ │ │ ├── controller-button-mapping.component.html │ │ │ │ ├── controller-button-mapping.component.scss │ │ │ │ └── controller-button-mapping.component.ts │ │ │ ├── controller-maping │ │ │ │ ├── _controller-mapping-theme.scss │ │ │ │ ├── controller-maping.component.html │ │ │ │ ├── controller-maping.component.scss │ │ │ │ └── controller-maping.component.ts │ │ │ ├── ds4-viewer │ │ │ │ ├── _ds4-viewer-mapping-theme.scss │ │ │ │ ├── ds4-viewer.component.html │ │ │ │ ├── ds4-viewer.component.scss │ │ │ │ ├── ds4-viewer.component.ts │ │ │ │ └── test.svg │ │ │ └── psp-viewer │ │ │ │ ├── _psp-viewer-mapping-theme.scss │ │ │ │ ├── psp-viewer.component.html │ │ │ │ ├── psp-viewer.component.scss │ │ │ │ └── psp-viewer.component.ts │ │ ├── dialogs │ │ │ ├── confirmation-modal │ │ │ │ ├── confirmation-modal.component.html │ │ │ │ ├── confirmation-modal.component.scss │ │ │ │ └── confirmation-modal.component.ts │ │ │ ├── dialog.service.ts │ │ │ └── ok-modal │ │ │ │ ├── ok-modal.component.html │ │ │ │ ├── ok-modal.component.scss │ │ │ │ └── ok-modal.component.ts │ │ ├── github.service.ts │ │ ├── header │ │ │ ├── _header-theme.scss │ │ │ ├── header.component.html │ │ │ ├── header.component.scss │ │ │ └── header.component.ts │ │ ├── otaprogrammer │ │ │ ├── _ota-programmer-theme.scss │ │ │ ├── otaprogrammer.component.html │ │ │ ├── otaprogrammer.component.scss │ │ │ └── otaprogrammer.component.ts │ │ ├── pages │ │ │ ├── configuration-page │ │ │ │ ├── _configuration-page-theme.scss │ │ │ │ ├── configuration-page.component.html │ │ │ │ ├── configuration-page.component.scss │ │ │ │ └── configuration-page.component.ts │ │ │ ├── home-page │ │ │ │ ├── _home-page-theme.scss │ │ │ │ ├── home-page.component.html │ │ │ │ ├── home-page.component.scss │ │ │ │ └── home-page.component.ts │ │ │ ├── programmer-page │ │ │ │ ├── programmer-page.component.html │ │ │ │ ├── programmer-page.component.scss │ │ │ │ └── programmer-page.component.ts │ │ │ ├── serial-page │ │ │ │ ├── _serial-page-theme.scss │ │ │ │ ├── serial-page.component.html │ │ │ │ ├── serial-page.component.scss │ │ │ │ └── serial-page.component.ts │ │ │ └── settings-page │ │ │ │ ├── settings-page.component.html │ │ │ │ ├── settings-page.component.scss │ │ │ │ └── settings-page.component.ts │ │ ├── panel │ │ │ ├── _panel-theme.scss │ │ │ ├── panel.component.html │ │ │ ├── panel.component.scss │ │ │ └── panel.component.ts │ │ ├── programmer │ │ │ ├── _programmer-theme.scss │ │ │ ├── programmer.component.html │ │ │ ├── programmer.component.scss │ │ │ └── programmer.component.ts │ │ ├── release │ │ │ ├── _release-theme.scss │ │ │ ├── release.component.html │ │ │ ├── release.component.scss │ │ │ └── release.component.ts │ │ ├── services │ │ │ ├── ESPValueDefinitions.ts │ │ │ ├── espconnection-factory.service.ts │ │ │ └── serial-connection-factory.service.ts │ │ ├── theme-manager.service.ts │ │ ├── timmy.directive.ts │ │ └── web-serial-unsupported │ │ │ ├── web-serial-unsupported.component.html │ │ │ ├── web-serial-unsupported.component.scss │ │ │ └── web-serial-unsupported.component.ts │ ├── assets │ │ ├── .gitkeep │ │ ├── bannerImage.jpg │ │ ├── bannerImage.png │ │ ├── enableBLE.mp4 │ │ ├── pairDialog.png │ │ └── thumb.png │ ├── index.html │ ├── main.ts │ ├── styles.scss │ └── styles │ │ ├── components │ │ └── _index.scss │ │ └── themes │ │ ├── _all.scss │ │ └── dark.scss ├── tsconfig.app.json ├── tsconfig.json └── tsconfig.spec.json ├── package.json ├── releaseBinaries ├── Readme.md ├── pspBluetooth-ota.bin └── pspBluetooth.bin ├── root.crt ├── root.key ├── root.srl ├── serial ├── main.js ├── maybe.txt ├── package-lock.json ├── package.json └── static │ ├── index.html │ ├── main.js │ ├── services │ ├── espconnection-factory.service.js │ └── serial-connection-factory.service.js │ └── utils.js ├── server.crt ├── server.csr ├── server.key └── software ├── Readme.md ├── arduino-cli-runner.yaml ├── arduino-cli.yaml ├── bt_service.gatt ├── libraries ├── MCP_POT-0.2.2.zip └── readme.md ├── notes ├── releasenotes.md ├── scripts ├── build.sh ├── compile.sh ├── install.sh ├── merge.sh ├── monitor.sh └── upload.sh ├── software.ino └── src ├── Button.cpp ├── Button.h ├── MappingTypes.h ├── Mappings.cpp ├── Mappings.h ├── PSPState.cpp ├── PSPState.h ├── Settings.cpp ├── Settings.h ├── SettingsTypes.h ├── bt_service.cpp ├── bt_service.gatt.h ├── bt_service.h ├── constants.h ├── controllerManager.cpp ├── controllerManager.h ├── digipot.cpp ├── digipot.h ├── fileUtility.cpp ├── fileUtility.h ├── interop.cpp ├── interop.h ├── led.cpp ├── led.h ├── timeout.cpp └── timeout.h /.github/workflows/buildInstaller.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/.github/workflows/buildInstaller.yml -------------------------------------------------------------------------------- /.github/workflows/buildPSPBluetooth.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/.github/workflows/buildPSPBluetooth.yml -------------------------------------------------------------------------------- /.github/workflows/buildPSPBluetoothWebProgrammer.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/.github/workflows/buildPSPBluetoothWebProgrammer.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | build 2 | bin 3 | node_modules -------------------------------------------------------------------------------- /.vscode/extensions.json: -------------------------------------------------------------------------------- 1 | { 2 | "recommendations": [] 3 | } -------------------------------------------------------------------------------- /.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/.vscode/settings.json -------------------------------------------------------------------------------- /.vscode/tasks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/.vscode/tasks.json -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/README.md -------------------------------------------------------------------------------- /docs/Setup Arduino Cli.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/docs/Setup Arduino Cli.md -------------------------------------------------------------------------------- /docs/https: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/docs/https -------------------------------------------------------------------------------- /docs/socat for serial port forwarding.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/docs/socat for serial port forwarding.txt -------------------------------------------------------------------------------- /docs/whatIsThis.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /generateMappingsJSON.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/generateMappingsJSON.js -------------------------------------------------------------------------------- /hardware/AddJLCPCBPart.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/AddJLCPCBPart.ps1 -------------------------------------------------------------------------------- /hardware/ChangingParts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/ChangingParts.md -------------------------------------------------------------------------------- /hardware/GenerateGerbers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/GenerateGerbers.md -------------------------------------------------------------------------------- /hardware/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/Readme.md -------------------------------------------------------------------------------- /hardware/analog/analog-backups/analog-2024-10-16_204757.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/analog/analog-backups/analog-2024-10-16_204757.zip -------------------------------------------------------------------------------- /hardware/analog/analog-backups/analog-2024-10-16_205403.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/analog/analog-backups/analog-2024-10-16_205403.zip -------------------------------------------------------------------------------- /hardware/analog/analog-backups/analog-2024-10-16_210904.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/analog/analog-backups/analog-2024-10-16_210904.zip -------------------------------------------------------------------------------- /hardware/analog/analog-backups/analog-2024-11-14_183920.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/analog/analog-backups/analog-2024-11-14_183920.zip -------------------------------------------------------------------------------- /hardware/analog/analog.kicad_pcb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/analog/analog.kicad_pcb -------------------------------------------------------------------------------- /hardware/analog/analog.kicad_prl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/analog/analog.kicad_prl -------------------------------------------------------------------------------- /hardware/analog/analog.kicad_pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/analog/analog.kicad_pro -------------------------------------------------------------------------------- /hardware/analog/analog.kicad_sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/analog/analog.kicad_sch -------------------------------------------------------------------------------- /hardware/analog/fp-info-cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/analog/fp-info-cache -------------------------------------------------------------------------------- /hardware/analog/fp-lib-table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/analog/fp-lib-table -------------------------------------------------------------------------------- /hardware/analog/gerbers/Analog-Gerbers.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/analog/gerbers/Analog-Gerbers.zip -------------------------------------------------------------------------------- /hardware/analog/gerbers/analog-B_Cu.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/analog/gerbers/analog-B_Cu.gbr -------------------------------------------------------------------------------- /hardware/analog/gerbers/analog-B_Mask.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/analog/gerbers/analog-B_Mask.gbr -------------------------------------------------------------------------------- /hardware/analog/gerbers/analog-B_Paste.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/analog/gerbers/analog-B_Paste.gbr -------------------------------------------------------------------------------- /hardware/analog/gerbers/analog-B_Silkscreen.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/analog/gerbers/analog-B_Silkscreen.gbr -------------------------------------------------------------------------------- /hardware/analog/gerbers/analog-Edge_Cuts.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/analog/gerbers/analog-Edge_Cuts.gbr -------------------------------------------------------------------------------- /hardware/analog/gerbers/analog-F_Cu.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/analog/gerbers/analog-F_Cu.gbr -------------------------------------------------------------------------------- /hardware/analog/gerbers/analog-F_Mask.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/analog/gerbers/analog-F_Mask.gbr -------------------------------------------------------------------------------- /hardware/analog/gerbers/analog-F_Paste.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/analog/gerbers/analog-F_Paste.gbr -------------------------------------------------------------------------------- /hardware/analog/gerbers/analog-F_Silkscreen.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/analog/gerbers/analog-F_Silkscreen.gbr -------------------------------------------------------------------------------- /hardware/analog/gerbers/analog-NPTH.drl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/analog/gerbers/analog-NPTH.drl -------------------------------------------------------------------------------- /hardware/analog/gerbers/analog-PTH.drl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/analog/gerbers/analog-PTH.drl -------------------------------------------------------------------------------- /hardware/analog/gerbers/analog-User_Comments.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/analog/gerbers/analog-User_Comments.gbr -------------------------------------------------------------------------------- /hardware/analog/gerbers/analog-User_Drawings.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/analog/gerbers/analog-User_Drawings.gbr -------------------------------------------------------------------------------- /hardware/analog/gerbers/analog-job.gbrjob: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/analog/gerbers/analog-job.gbrjob -------------------------------------------------------------------------------- /hardware/analog/sym-lib-table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/analog/sym-lib-table -------------------------------------------------------------------------------- /hardware/buttonsSuper/buttonsSuper-backups/buttonsSuper-2024-08-16_220335.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/buttonsSuper/buttonsSuper-backups/buttonsSuper-2024-08-16_220335.zip -------------------------------------------------------------------------------- /hardware/buttonsSuper/buttonsSuper-backups/buttonsSuper-2024-08-17_204655.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/buttonsSuper/buttonsSuper-backups/buttonsSuper-2024-08-17_204655.zip -------------------------------------------------------------------------------- /hardware/buttonsSuper/buttonsSuper-backups/buttonsSuper-2024-08-17_205701.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/buttonsSuper/buttonsSuper-backups/buttonsSuper-2024-08-17_205701.zip -------------------------------------------------------------------------------- /hardware/buttonsSuper/buttonsSuper-backups/buttonsSuper-2024-08-17_210704.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/buttonsSuper/buttonsSuper-backups/buttonsSuper-2024-08-17_210704.zip -------------------------------------------------------------------------------- /hardware/buttonsSuper/buttonsSuper-backups/buttonsSuper-2024-08-17_211508.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/buttonsSuper/buttonsSuper-backups/buttonsSuper-2024-08-17_211508.zip -------------------------------------------------------------------------------- /hardware/buttonsSuper/buttonsSuper-backups/buttonsSuper-2024-08-17_212549.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/buttonsSuper/buttonsSuper-backups/buttonsSuper-2024-08-17_212549.zip -------------------------------------------------------------------------------- /hardware/buttonsSuper/buttonsSuper-backups/buttonsSuper-2024-08-18_213854.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/buttonsSuper/buttonsSuper-backups/buttonsSuper-2024-08-18_213854.zip -------------------------------------------------------------------------------- /hardware/buttonsSuper/buttonsSuper-backups/buttonsSuper-2024-08-18_215402.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/buttonsSuper/buttonsSuper-backups/buttonsSuper-2024-08-18_215402.zip -------------------------------------------------------------------------------- /hardware/buttonsSuper/buttonsSuper-backups/buttonsSuper-2024-08-18_220625.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/buttonsSuper/buttonsSuper-backups/buttonsSuper-2024-08-18_220625.zip -------------------------------------------------------------------------------- /hardware/buttonsSuper/buttonsSuper-backups/buttonsSuper-2024-08-18_221625.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/buttonsSuper/buttonsSuper-backups/buttonsSuper-2024-08-18_221625.zip -------------------------------------------------------------------------------- /hardware/buttonsSuper/buttonsSuper-backups/buttonsSuper-2024-08-18_222359.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/buttonsSuper/buttonsSuper-backups/buttonsSuper-2024-08-18_222359.zip -------------------------------------------------------------------------------- /hardware/buttonsSuper/buttonsSuper-backups/buttonsSuper-2024-08-19_194207.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/buttonsSuper/buttonsSuper-backups/buttonsSuper-2024-08-19_194207.zip -------------------------------------------------------------------------------- /hardware/buttonsSuper/buttonsSuper-backups/buttonsSuper-2024-08-19_194752.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/buttonsSuper/buttonsSuper-backups/buttonsSuper-2024-08-19_194752.zip -------------------------------------------------------------------------------- /hardware/buttonsSuper/buttonsSuper-backups/buttonsSuper-2024-08-19_195404.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/buttonsSuper/buttonsSuper-backups/buttonsSuper-2024-08-19_195404.zip -------------------------------------------------------------------------------- /hardware/buttonsSuper/buttonsSuper-backups/buttonsSuper-2024-08-19_211224.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/buttonsSuper/buttonsSuper-backups/buttonsSuper-2024-08-19_211224.zip -------------------------------------------------------------------------------- /hardware/buttonsSuper/buttonsSuper-backups/buttonsSuper-2024-08-19_212134.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/buttonsSuper/buttonsSuper-backups/buttonsSuper-2024-08-19_212134.zip -------------------------------------------------------------------------------- /hardware/buttonsSuper/buttonsSuper-backups/buttonsSuper-2024-08-22_202945.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/buttonsSuper/buttonsSuper-backups/buttonsSuper-2024-08-22_202945.zip -------------------------------------------------------------------------------- /hardware/buttonsSuper/buttonsSuper-backups/buttonsSuper-2024-08-22_205801.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/buttonsSuper/buttonsSuper-backups/buttonsSuper-2024-08-22_205801.zip -------------------------------------------------------------------------------- /hardware/buttonsSuper/buttonsSuper-backups/buttonsSuper-2024-08-23_203609.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/buttonsSuper/buttonsSuper-backups/buttonsSuper-2024-08-23_203609.zip -------------------------------------------------------------------------------- /hardware/buttonsSuper/buttonsSuper-backups/buttonsSuper-2024-08-27_211018.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/buttonsSuper/buttonsSuper-backups/buttonsSuper-2024-08-27_211018.zip -------------------------------------------------------------------------------- /hardware/buttonsSuper/buttonsSuper-backups/buttonsSuper-2024-08-27_212220.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/buttonsSuper/buttonsSuper-backups/buttonsSuper-2024-08-27_212220.zip -------------------------------------------------------------------------------- /hardware/buttonsSuper/buttonsSuper-backups/buttonsSuper-2024-08-28_210521.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/buttonsSuper/buttonsSuper-backups/buttonsSuper-2024-08-28_210521.zip -------------------------------------------------------------------------------- /hardware/buttonsSuper/buttonsSuper-backups/buttonsSuper-2024-09-03_224544.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/buttonsSuper/buttonsSuper-backups/buttonsSuper-2024-09-03_224544.zip -------------------------------------------------------------------------------- /hardware/buttonsSuper/buttonsSuper-backups/buttonsSuper-2024-09-21_221938.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/buttonsSuper/buttonsSuper-backups/buttonsSuper-2024-09-21_221938.zip -------------------------------------------------------------------------------- /hardware/buttonsSuper/buttonsSuper-backups/buttonsSuper-2024-09-22_150221.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/buttonsSuper/buttonsSuper-backups/buttonsSuper-2024-09-22_150221.zip -------------------------------------------------------------------------------- /hardware/buttonsSuper/buttonsSuper-backups/buttonsSuper-2024-09-22_215453.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/buttonsSuper/buttonsSuper-backups/buttonsSuper-2024-09-22_215453.zip -------------------------------------------------------------------------------- /hardware/buttonsSuper/buttonsSuper.kicad_pcb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/buttonsSuper/buttonsSuper.kicad_pcb -------------------------------------------------------------------------------- /hardware/buttonsSuper/buttonsSuper.kicad_prl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/buttonsSuper/buttonsSuper.kicad_prl -------------------------------------------------------------------------------- /hardware/buttonsSuper/buttonsSuper.kicad_pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/buttonsSuper/buttonsSuper.kicad_pro -------------------------------------------------------------------------------- /hardware/buttonsSuper/buttonsSuper.kicad_sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/buttonsSuper/buttonsSuper.kicad_sch -------------------------------------------------------------------------------- /hardware/buttonsSuper/fp-info-cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/buttonsSuper/fp-info-cache -------------------------------------------------------------------------------- /hardware/buttonsSuper/fp-lib-table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/buttonsSuper/fp-lib-table -------------------------------------------------------------------------------- /hardware/buttonsSuper/gerbers/buttonsSuper-B_Cu.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/buttonsSuper/gerbers/buttonsSuper-B_Cu.gbr -------------------------------------------------------------------------------- /hardware/buttonsSuper/gerbers/buttonsSuper-B_Mask.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/buttonsSuper/gerbers/buttonsSuper-B_Mask.gbr -------------------------------------------------------------------------------- /hardware/buttonsSuper/gerbers/buttonsSuper-B_Paste.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/buttonsSuper/gerbers/buttonsSuper-B_Paste.gbr -------------------------------------------------------------------------------- /hardware/buttonsSuper/gerbers/buttonsSuper-B_Silkscreen.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/buttonsSuper/gerbers/buttonsSuper-B_Silkscreen.gbr -------------------------------------------------------------------------------- /hardware/buttonsSuper/gerbers/buttonsSuper-Edge_Cuts.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/buttonsSuper/gerbers/buttonsSuper-Edge_Cuts.gbr -------------------------------------------------------------------------------- /hardware/buttonsSuper/gerbers/buttonsSuper-F_Cu.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/buttonsSuper/gerbers/buttonsSuper-F_Cu.gbr -------------------------------------------------------------------------------- /hardware/buttonsSuper/gerbers/buttonsSuper-F_Mask.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/buttonsSuper/gerbers/buttonsSuper-F_Mask.gbr -------------------------------------------------------------------------------- /hardware/buttonsSuper/gerbers/buttonsSuper-F_Paste.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/buttonsSuper/gerbers/buttonsSuper-F_Paste.gbr -------------------------------------------------------------------------------- /hardware/buttonsSuper/gerbers/buttonsSuper-F_Silkscreen.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/buttonsSuper/gerbers/buttonsSuper-F_Silkscreen.gbr -------------------------------------------------------------------------------- /hardware/buttonsSuper/gerbers/buttonsSuper-NPTH.drl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/buttonsSuper/gerbers/buttonsSuper-NPTH.drl -------------------------------------------------------------------------------- /hardware/buttonsSuper/gerbers/buttonsSuper-PTH.drl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/buttonsSuper/gerbers/buttonsSuper-PTH.drl -------------------------------------------------------------------------------- /hardware/buttonsSuper/gerbers/buttonsSuper-User_Comments.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/buttonsSuper/gerbers/buttonsSuper-User_Comments.gbr -------------------------------------------------------------------------------- /hardware/buttonsSuper/gerbers/buttonsSuper-User_Drawings.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/buttonsSuper/gerbers/buttonsSuper-User_Drawings.gbr -------------------------------------------------------------------------------- /hardware/buttonsSuper/gerbers/buttonsSuper-job.gbrjob: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/buttonsSuper/gerbers/buttonsSuper-job.gbrjob -------------------------------------------------------------------------------- /hardware/buttonsSuper/gerbers/psp-2k.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/buttonsSuper/gerbers/psp-2k.zip -------------------------------------------------------------------------------- /hardware/buttonsSuper/jlcpcb/project.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/buttonsSuper/jlcpcb/project.db -------------------------------------------------------------------------------- /hardware/buttonsSuper/sym-lib-table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/buttonsSuper/sym-lib-table -------------------------------------------------------------------------------- /hardware/centerButtons/buttonsSuper-backups/buttonsSuper-2024-09-17_211504.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/centerButtons/buttonsSuper-backups/buttonsSuper-2024-09-17_211504.zip -------------------------------------------------------------------------------- /hardware/centerButtons/buttonsSuper-backups/buttonsSuper-2024-09-17_212511.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/centerButtons/buttonsSuper-backups/buttonsSuper-2024-09-17_212511.zip -------------------------------------------------------------------------------- /hardware/centerButtons/buttonsSuper-backups/buttonsSuper-2024-09-17_213247.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/centerButtons/buttonsSuper-backups/buttonsSuper-2024-09-17_213247.zip -------------------------------------------------------------------------------- /hardware/centerButtons/buttonsSuper-backups/buttonsSuper-2024-09-17_214412.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/centerButtons/buttonsSuper-backups/buttonsSuper-2024-09-17_214412.zip -------------------------------------------------------------------------------- /hardware/centerButtons/buttonsSuper-backups/buttonsSuper-2024-09-17_221118.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/centerButtons/buttonsSuper-backups/buttonsSuper-2024-09-17_221118.zip -------------------------------------------------------------------------------- /hardware/centerButtons/buttonsSuper-backups/buttonsSuper-2024-09-17_221742.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/centerButtons/buttonsSuper-backups/buttonsSuper-2024-09-17_221742.zip -------------------------------------------------------------------------------- /hardware/centerButtons/buttonsSuper.kicad_pcb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/centerButtons/buttonsSuper.kicad_pcb -------------------------------------------------------------------------------- /hardware/centerButtons/buttonsSuper.kicad_prl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/centerButtons/buttonsSuper.kicad_prl -------------------------------------------------------------------------------- /hardware/centerButtons/buttonsSuper.kicad_pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/centerButtons/buttonsSuper.kicad_pro -------------------------------------------------------------------------------- /hardware/centerButtons/buttonsSuper.kicad_sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/centerButtons/buttonsSuper.kicad_sch -------------------------------------------------------------------------------- /hardware/centerButtons/fp-info-cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/centerButtons/fp-info-cache -------------------------------------------------------------------------------- /hardware/centerButtons/fp-lib-table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/centerButtons/fp-lib-table -------------------------------------------------------------------------------- /hardware/centerButtons/jlcpcb/gerber/buttonsSuper-CuBottom.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/centerButtons/jlcpcb/gerber/buttonsSuper-CuBottom.gbr -------------------------------------------------------------------------------- /hardware/centerButtons/jlcpcb/gerber/buttonsSuper-CuTop.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/centerButtons/jlcpcb/gerber/buttonsSuper-CuTop.gbr -------------------------------------------------------------------------------- /hardware/centerButtons/jlcpcb/gerber/buttonsSuper-EdgeCuts.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/centerButtons/jlcpcb/gerber/buttonsSuper-EdgeCuts.gbr -------------------------------------------------------------------------------- /hardware/centerButtons/jlcpcb/gerber/buttonsSuper-MaskBottom.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/centerButtons/jlcpcb/gerber/buttonsSuper-MaskBottom.gbr -------------------------------------------------------------------------------- /hardware/centerButtons/jlcpcb/gerber/buttonsSuper-MaskTop.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/centerButtons/jlcpcb/gerber/buttonsSuper-MaskTop.gbr -------------------------------------------------------------------------------- /hardware/centerButtons/jlcpcb/gerber/buttonsSuper-NPTH-drl_map.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/centerButtons/jlcpcb/gerber/buttonsSuper-NPTH-drl_map.pdf -------------------------------------------------------------------------------- /hardware/centerButtons/jlcpcb/gerber/buttonsSuper-NPTH.drl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/centerButtons/jlcpcb/gerber/buttonsSuper-NPTH.drl -------------------------------------------------------------------------------- /hardware/centerButtons/jlcpcb/gerber/buttonsSuper-PTH-drl_map.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/centerButtons/jlcpcb/gerber/buttonsSuper-PTH-drl_map.pdf -------------------------------------------------------------------------------- /hardware/centerButtons/jlcpcb/gerber/buttonsSuper-PTH.drl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/centerButtons/jlcpcb/gerber/buttonsSuper-PTH.drl -------------------------------------------------------------------------------- /hardware/centerButtons/jlcpcb/gerber/buttonsSuper-PasteBottom.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/centerButtons/jlcpcb/gerber/buttonsSuper-PasteBottom.gbr -------------------------------------------------------------------------------- /hardware/centerButtons/jlcpcb/gerber/buttonsSuper-PasteTop.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/centerButtons/jlcpcb/gerber/buttonsSuper-PasteTop.gbr -------------------------------------------------------------------------------- /hardware/centerButtons/jlcpcb/gerber/buttonsSuper-SilkBottom.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/centerButtons/jlcpcb/gerber/buttonsSuper-SilkBottom.gbr -------------------------------------------------------------------------------- /hardware/centerButtons/jlcpcb/gerber/buttonsSuper-SilkTop.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/centerButtons/jlcpcb/gerber/buttonsSuper-SilkTop.gbr -------------------------------------------------------------------------------- /hardware/centerButtons/jlcpcb/gerber/buttonsSuper-VScore.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/centerButtons/jlcpcb/gerber/buttonsSuper-VScore.gbr -------------------------------------------------------------------------------- /hardware/centerButtons/jlcpcb/production_files/BOM-buttonsSuper.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/centerButtons/jlcpcb/production_files/BOM-buttonsSuper.csv -------------------------------------------------------------------------------- /hardware/centerButtons/jlcpcb/production_files/CPL-buttonsSuper.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/centerButtons/jlcpcb/production_files/CPL-buttonsSuper.csv -------------------------------------------------------------------------------- /hardware/centerButtons/jlcpcb/production_files/GERBER-buttonsSuper.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/centerButtons/jlcpcb/production_files/GERBER-buttonsSuper.zip -------------------------------------------------------------------------------- /hardware/centerButtons/jlcpcb/production_filesoriginal/BOM-buttonsSuper.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/centerButtons/jlcpcb/production_filesoriginal/BOM-buttonsSuper.csv -------------------------------------------------------------------------------- /hardware/centerButtons/jlcpcb/production_filesoriginal/CPL-buttonsSuper.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/centerButtons/jlcpcb/production_filesoriginal/CPL-buttonsSuper.csv -------------------------------------------------------------------------------- /hardware/centerButtons/jlcpcb/production_filesoriginal/GERBER-buttonsSuper.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/centerButtons/jlcpcb/production_filesoriginal/GERBER-buttonsSuper.zip -------------------------------------------------------------------------------- /hardware/centerButtons/jlcpcb/project.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/centerButtons/jlcpcb/project.db -------------------------------------------------------------------------------- /hardware/centerButtons/sym-lib-table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/centerButtons/sym-lib-table -------------------------------------------------------------------------------- /hardware/documentation/eda.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/documentation/eda.png -------------------------------------------------------------------------------- /hardware/documentation/footprint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/documentation/footprint.png -------------------------------------------------------------------------------- /hardware/documentation/generated.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/documentation/generated.PNG -------------------------------------------------------------------------------- /hardware/documentation/gerbers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/documentation/gerbers.png -------------------------------------------------------------------------------- /hardware/documentation/partLoaded.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/documentation/partLoaded.png -------------------------------------------------------------------------------- /hardware/documentation/partNumber.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/documentation/partNumber.png -------------------------------------------------------------------------------- /hardware/documentation/partReady.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/documentation/partReady.png -------------------------------------------------------------------------------- /hardware/documentation/partRun.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/documentation/partRun.png -------------------------------------------------------------------------------- /hardware/documentation/scriptrun.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/documentation/scriptrun.png -------------------------------------------------------------------------------- /hardware/esp-c/IO Expanders.kicad_sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp-c/IO Expanders.kicad_sch -------------------------------------------------------------------------------- /hardware/esp-c/PSP Pins 3K.kicad_sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp-c/PSP Pins 3K.kicad_sch -------------------------------------------------------------------------------- /hardware/esp-c/_autosave-esp32-c.kicad_prl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp-c/_autosave-esp32-c.kicad_prl -------------------------------------------------------------------------------- /hardware/esp-c/changes.kicad_sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp-c/changes.kicad_sch -------------------------------------------------------------------------------- /hardware/esp-c/esp32-c-backups/esp32-c-2024-10-16_202920.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp-c/esp32-c-backups/esp32-c-2024-10-16_202920.zip -------------------------------------------------------------------------------- /hardware/esp-c/esp32-c-backups/esp32-c-2024-10-16_203538.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp-c/esp32-c-backups/esp32-c-2024-10-16_203538.zip -------------------------------------------------------------------------------- /hardware/esp-c/esp32-c-backups/esp32-c-2024-10-16_204111.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp-c/esp32-c-backups/esp32-c-2024-10-16_204111.zip -------------------------------------------------------------------------------- /hardware/esp-c/esp32-c-backups/esp32-c-2024-10-16_204618.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp-c/esp32-c-backups/esp32-c-2024-10-16_204618.zip -------------------------------------------------------------------------------- /hardware/esp-c/esp32-c-backups/esp32-c-2024-10-16_211013.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp-c/esp32-c-backups/esp32-c-2024-10-16_211013.zip -------------------------------------------------------------------------------- /hardware/esp-c/esp32-c-backups/esp32-c-2024-10-17_190915.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp-c/esp32-c-backups/esp32-c-2024-10-17_190915.zip -------------------------------------------------------------------------------- /hardware/esp-c/esp32-c-backups/esp32-c-2024-10-18_222957.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp-c/esp32-c-backups/esp32-c-2024-10-18_222957.zip -------------------------------------------------------------------------------- /hardware/esp-c/esp32-c-backups/esp32-c-2024-10-20_212656.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp-c/esp32-c-backups/esp32-c-2024-10-20_212656.zip -------------------------------------------------------------------------------- /hardware/esp-c/esp32-c-backups/esp32-c-2024-10-20_213702.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp-c/esp32-c-backups/esp32-c-2024-10-20_213702.zip -------------------------------------------------------------------------------- /hardware/esp-c/esp32-c-backups/esp32-c-2024-10-20_214239.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp-c/esp32-c-backups/esp32-c-2024-10-20_214239.zip -------------------------------------------------------------------------------- /hardware/esp-c/esp32-c-backups/esp32-c-2024-10-20_214801.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp-c/esp32-c-backups/esp32-c-2024-10-20_214801.zip -------------------------------------------------------------------------------- /hardware/esp-c/esp32-c-backups/esp32-c-2024-11-11_195728.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp-c/esp32-c-backups/esp32-c-2024-11-11_195728.zip -------------------------------------------------------------------------------- /hardware/esp-c/esp32-c-backups/esp32-c-2024-11-14_183949.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp-c/esp32-c-backups/esp32-c-2024-11-14_183949.zip -------------------------------------------------------------------------------- /hardware/esp-c/esp32-c-backups/esp32-c-2024-11-14_213717.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp-c/esp32-c-backups/esp32-c-2024-11-14_213717.zip -------------------------------------------------------------------------------- /hardware/esp-c/esp32-c-backups/esp32-c-2024-11-16_202808.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp-c/esp32-c-backups/esp32-c-2024-11-16_202808.zip -------------------------------------------------------------------------------- /hardware/esp-c/esp32-c.kicad_pcb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp-c/esp32-c.kicad_pcb -------------------------------------------------------------------------------- /hardware/esp-c/esp32-c.kicad_prl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp-c/esp32-c.kicad_prl -------------------------------------------------------------------------------- /hardware/esp-c/esp32-c.kicad_pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp-c/esp32-c.kicad_pro -------------------------------------------------------------------------------- /hardware/esp-c/esp32-c.kicad_sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp-c/esp32-c.kicad_sch -------------------------------------------------------------------------------- /hardware/esp-c/esp32-chip.kicad_sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp-c/esp32-chip.kicad_sch -------------------------------------------------------------------------------- /hardware/esp-c/esp32.kicad_sch-bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp-c/esp32.kicad_sch-bak -------------------------------------------------------------------------------- /hardware/esp-c/esp32.step: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp-c/esp32.step -------------------------------------------------------------------------------- /hardware/esp-c/fp-info-cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp-c/fp-info-cache -------------------------------------------------------------------------------- /hardware/esp-c/fp-lib-table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp-c/fp-lib-table -------------------------------------------------------------------------------- /hardware/esp-c/jlcpcb/gerber/esp32-c-CuBottom.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp-c/jlcpcb/gerber/esp32-c-CuBottom.gbr -------------------------------------------------------------------------------- /hardware/esp-c/jlcpcb/gerber/esp32-c-CuTop.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp-c/jlcpcb/gerber/esp32-c-CuTop.gbr -------------------------------------------------------------------------------- /hardware/esp-c/jlcpcb/gerber/esp32-c-EdgeCuts.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp-c/jlcpcb/gerber/esp32-c-EdgeCuts.gbr -------------------------------------------------------------------------------- /hardware/esp-c/jlcpcb/gerber/esp32-c-MaskBottom.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp-c/jlcpcb/gerber/esp32-c-MaskBottom.gbr -------------------------------------------------------------------------------- /hardware/esp-c/jlcpcb/gerber/esp32-c-MaskTop.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp-c/jlcpcb/gerber/esp32-c-MaskTop.gbr -------------------------------------------------------------------------------- /hardware/esp-c/jlcpcb/gerber/esp32-c-NPTH-drl_map.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp-c/jlcpcb/gerber/esp32-c-NPTH-drl_map.pdf -------------------------------------------------------------------------------- /hardware/esp-c/jlcpcb/gerber/esp32-c-NPTH.drl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp-c/jlcpcb/gerber/esp32-c-NPTH.drl -------------------------------------------------------------------------------- /hardware/esp-c/jlcpcb/gerber/esp32-c-PTH-drl_map.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp-c/jlcpcb/gerber/esp32-c-PTH-drl_map.pdf -------------------------------------------------------------------------------- /hardware/esp-c/jlcpcb/gerber/esp32-c-PTH.drl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp-c/jlcpcb/gerber/esp32-c-PTH.drl -------------------------------------------------------------------------------- /hardware/esp-c/jlcpcb/gerber/esp32-c-PasteBottom.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp-c/jlcpcb/gerber/esp32-c-PasteBottom.gbr -------------------------------------------------------------------------------- /hardware/esp-c/jlcpcb/gerber/esp32-c-PasteTop.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp-c/jlcpcb/gerber/esp32-c-PasteTop.gbr -------------------------------------------------------------------------------- /hardware/esp-c/jlcpcb/gerber/esp32-c-SilkBottom.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp-c/jlcpcb/gerber/esp32-c-SilkBottom.gbr -------------------------------------------------------------------------------- /hardware/esp-c/jlcpcb/gerber/esp32-c-SilkTop.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp-c/jlcpcb/gerber/esp32-c-SilkTop.gbr -------------------------------------------------------------------------------- /hardware/esp-c/jlcpcb/gerber/esp32-c-VScore.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp-c/jlcpcb/gerber/esp32-c-VScore.gbr -------------------------------------------------------------------------------- /hardware/esp-c/jlcpcb/production_files/BOM-esp32-c.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp-c/jlcpcb/production_files/BOM-esp32-c.csv -------------------------------------------------------------------------------- /hardware/esp-c/jlcpcb/production_files/CPL-esp32-c.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp-c/jlcpcb/production_files/CPL-esp32-c.csv -------------------------------------------------------------------------------- /hardware/esp-c/jlcpcb/production_files/GERBER-esp32-c.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp-c/jlcpcb/production_files/GERBER-esp32-c.zip -------------------------------------------------------------------------------- /hardware/esp-c/jlcpcb/production_files/esp32-c.step: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp-c/jlcpcb/production_files/esp32-c.step -------------------------------------------------------------------------------- /hardware/esp-c/jlcpcb/project.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp-c/jlcpcb/project.db -------------------------------------------------------------------------------- /hardware/esp-c/psp-pins.kicad_sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp-c/psp-pins.kicad_sch -------------------------------------------------------------------------------- /hardware/esp-c/sym-lib-table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp-c/sym-lib-table -------------------------------------------------------------------------------- /hardware/esp-c/usb-serial.kicad_sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp-c/usb-serial.kicad_sch -------------------------------------------------------------------------------- /hardware/esp/esp32/IO Expanders.kicad_sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp/esp32/IO Expanders.kicad_sch -------------------------------------------------------------------------------- /hardware/esp/esp32/PSP Pins 3K.kicad_sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp/esp32/PSP Pins 3K.kicad_sch -------------------------------------------------------------------------------- /hardware/esp/esp32/changes.kicad_sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp/esp32/changes.kicad_sch -------------------------------------------------------------------------------- /hardware/esp/esp32/esp32-backups/esp32-2024-09-21_224558.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp/esp32/esp32-backups/esp32-2024-09-21_224558.zip -------------------------------------------------------------------------------- /hardware/esp/esp32/esp32-backups/esp32-2024-09-21_225104.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp/esp32/esp32-backups/esp32-2024-09-21_225104.zip -------------------------------------------------------------------------------- /hardware/esp/esp32/esp32-backups/esp32-2024-09-21_225822.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp/esp32/esp32-backups/esp32-2024-09-21_225822.zip -------------------------------------------------------------------------------- /hardware/esp/esp32/esp32-backups/esp32-2024-09-21_230329.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp/esp32/esp32-backups/esp32-2024-09-21_230329.zip -------------------------------------------------------------------------------- /hardware/esp/esp32/esp32-backups/esp32-2024-09-22_193745.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp/esp32/esp32-backups/esp32-2024-09-22_193745.zip -------------------------------------------------------------------------------- /hardware/esp/esp32/esp32-backups/esp32-2024-09-22_212605.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp/esp32/esp32-backups/esp32-2024-09-22_212605.zip -------------------------------------------------------------------------------- /hardware/esp/esp32/esp32-backups/esp32-2024-09-22_213809.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp/esp32/esp32-backups/esp32-2024-09-22_213809.zip -------------------------------------------------------------------------------- /hardware/esp/esp32/esp32-backups/esp32-2024-09-22_214547.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp/esp32/esp32-backups/esp32-2024-09-22_214547.zip -------------------------------------------------------------------------------- /hardware/esp/esp32/esp32-backups/esp32-2024-09-22_215458.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp/esp32/esp32-backups/esp32-2024-09-22_215458.zip -------------------------------------------------------------------------------- /hardware/esp/esp32/esp32-backups/esp32-2024-09-23_090608.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp/esp32/esp32-backups/esp32-2024-09-23_090608.zip -------------------------------------------------------------------------------- /hardware/esp/esp32/esp32-backups/esp32-2024-09-23_091421.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp/esp32/esp32-backups/esp32-2024-09-23_091421.zip -------------------------------------------------------------------------------- /hardware/esp/esp32/esp32-backups/esp32-2024-09-26_091603.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp/esp32/esp32-backups/esp32-2024-09-26_091603.zip -------------------------------------------------------------------------------- /hardware/esp/esp32/esp32-backups/esp32-2024-09-26_092139.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp/esp32/esp32-backups/esp32-2024-09-26_092139.zip -------------------------------------------------------------------------------- /hardware/esp/esp32/esp32-backups/esp32-2024-10-02_220905.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp/esp32/esp32-backups/esp32-2024-10-02_220905.zip -------------------------------------------------------------------------------- /hardware/esp/esp32/esp32-backups/esp32-2024-10-03_212506.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp/esp32/esp32-backups/esp32-2024-10-03_212506.zip -------------------------------------------------------------------------------- /hardware/esp/esp32/esp32-backups/esp32-2024-10-09_220714.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp/esp32/esp32-backups/esp32-2024-10-09_220714.zip -------------------------------------------------------------------------------- /hardware/esp/esp32/esp32-backups/esp32-2024-10-09_222147.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp/esp32/esp32-backups/esp32-2024-10-09_222147.zip -------------------------------------------------------------------------------- /hardware/esp/esp32/esp32-backups/esp32-2024-10-10_091115.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp/esp32/esp32-backups/esp32-2024-10-10_091115.zip -------------------------------------------------------------------------------- /hardware/esp/esp32/esp32-backups/esp32-2024-10-12_222436.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp/esp32/esp32-backups/esp32-2024-10-12_222436.zip -------------------------------------------------------------------------------- /hardware/esp/esp32/esp32-backups/esp32-2024-10-13_223850.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp/esp32/esp32-backups/esp32-2024-10-13_223850.zip -------------------------------------------------------------------------------- /hardware/esp/esp32/esp32-backups/esp32-2024-10-14_203658.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp/esp32/esp32-backups/esp32-2024-10-14_203658.zip -------------------------------------------------------------------------------- /hardware/esp/esp32/esp32-backups/esp32-2024-10-15_185741.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp/esp32/esp32-backups/esp32-2024-10-15_185741.zip -------------------------------------------------------------------------------- /hardware/esp/esp32/esp32-backups/esp32-2024-10-15_221237.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp/esp32/esp32-backups/esp32-2024-10-15_221237.zip -------------------------------------------------------------------------------- /hardware/esp/esp32/esp32-backups/esp32-2024-10-16_091041.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp/esp32/esp32-backups/esp32-2024-10-16_091041.zip -------------------------------------------------------------------------------- /hardware/esp/esp32/esp32-backups/esp32-2024-10-16_091716.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp/esp32/esp32-backups/esp32-2024-10-16_091716.zip -------------------------------------------------------------------------------- /hardware/esp/esp32/esp32-backups/esp32-2024-10-16_204623.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp/esp32/esp32-backups/esp32-2024-10-16_204623.zip -------------------------------------------------------------------------------- /hardware/esp/esp32/esp32-chip.kicad_sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp/esp32/esp32-chip.kicad_sch -------------------------------------------------------------------------------- /hardware/esp/esp32/esp32.kicad_pcb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp/esp32/esp32.kicad_pcb -------------------------------------------------------------------------------- /hardware/esp/esp32/esp32.kicad_prl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp/esp32/esp32.kicad_prl -------------------------------------------------------------------------------- /hardware/esp/esp32/esp32.kicad_pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp/esp32/esp32.kicad_pro -------------------------------------------------------------------------------- /hardware/esp/esp32/esp32.kicad_sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp/esp32/esp32.kicad_sch -------------------------------------------------------------------------------- /hardware/esp/esp32/esp32.kicad_sch-bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp/esp32/esp32.kicad_sch-bak -------------------------------------------------------------------------------- /hardware/esp/esp32/esp32.step: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp/esp32/esp32.step -------------------------------------------------------------------------------- /hardware/esp/esp32/fp-info-cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp/esp32/fp-info-cache -------------------------------------------------------------------------------- /hardware/esp/esp32/fp-lib-table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp/esp32/fp-lib-table -------------------------------------------------------------------------------- /hardware/esp/esp32/jlcpcb/gerber/esp32-CuBottom.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp/esp32/jlcpcb/gerber/esp32-CuBottom.gbr -------------------------------------------------------------------------------- /hardware/esp/esp32/jlcpcb/gerber/esp32-CuTop.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp/esp32/jlcpcb/gerber/esp32-CuTop.gbr -------------------------------------------------------------------------------- /hardware/esp/esp32/jlcpcb/gerber/esp32-EdgeCuts.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp/esp32/jlcpcb/gerber/esp32-EdgeCuts.gbr -------------------------------------------------------------------------------- /hardware/esp/esp32/jlcpcb/gerber/esp32-MaskBottom.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp/esp32/jlcpcb/gerber/esp32-MaskBottom.gbr -------------------------------------------------------------------------------- /hardware/esp/esp32/jlcpcb/gerber/esp32-MaskTop.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp/esp32/jlcpcb/gerber/esp32-MaskTop.gbr -------------------------------------------------------------------------------- /hardware/esp/esp32/jlcpcb/gerber/esp32-NPTH-drl_map.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp/esp32/jlcpcb/gerber/esp32-NPTH-drl_map.pdf -------------------------------------------------------------------------------- /hardware/esp/esp32/jlcpcb/gerber/esp32-NPTH.drl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp/esp32/jlcpcb/gerber/esp32-NPTH.drl -------------------------------------------------------------------------------- /hardware/esp/esp32/jlcpcb/gerber/esp32-PTH-drl_map.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp/esp32/jlcpcb/gerber/esp32-PTH-drl_map.pdf -------------------------------------------------------------------------------- /hardware/esp/esp32/jlcpcb/gerber/esp32-PTH.drl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp/esp32/jlcpcb/gerber/esp32-PTH.drl -------------------------------------------------------------------------------- /hardware/esp/esp32/jlcpcb/gerber/esp32-PasteBottom.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp/esp32/jlcpcb/gerber/esp32-PasteBottom.gbr -------------------------------------------------------------------------------- /hardware/esp/esp32/jlcpcb/gerber/esp32-PasteTop.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp/esp32/jlcpcb/gerber/esp32-PasteTop.gbr -------------------------------------------------------------------------------- /hardware/esp/esp32/jlcpcb/gerber/esp32-SilkBottom.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp/esp32/jlcpcb/gerber/esp32-SilkBottom.gbr -------------------------------------------------------------------------------- /hardware/esp/esp32/jlcpcb/gerber/esp32-SilkTop.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp/esp32/jlcpcb/gerber/esp32-SilkTop.gbr -------------------------------------------------------------------------------- /hardware/esp/esp32/jlcpcb/gerber/esp32-VScore.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp/esp32/jlcpcb/gerber/esp32-VScore.gbr -------------------------------------------------------------------------------- /hardware/esp/esp32/jlcpcb/production_files/BOM-esp32.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp/esp32/jlcpcb/production_files/BOM-esp32.csv -------------------------------------------------------------------------------- /hardware/esp/esp32/jlcpcb/production_files/CPL-esp32.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp/esp32/jlcpcb/production_files/CPL-esp32.csv -------------------------------------------------------------------------------- /hardware/esp/esp32/jlcpcb/production_files/GERBER-esp32.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp/esp32/jlcpcb/production_files/GERBER-esp32.zip -------------------------------------------------------------------------------- /hardware/esp/esp32/jlcpcb/project.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp/esp32/jlcpcb/project.db -------------------------------------------------------------------------------- /hardware/esp/esp32/psp-pins.kicad_sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp/esp32/psp-pins.kicad_sch -------------------------------------------------------------------------------- /hardware/esp/esp32/sym-lib-table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp/esp32/sym-lib-table -------------------------------------------------------------------------------- /hardware/esp/esp32/usb-serial.kicad_sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/esp/esp32/usb-serial.kicad_sch -------------------------------------------------------------------------------- /hardware/lib/JLCPCB/JLCPCB_footprint/C0603.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/lib/JLCPCB/JLCPCB_footprint/C0603.kicad_mod -------------------------------------------------------------------------------- /hardware/lib/JLCPCB/JLCPCB_footprint/C0805.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/lib/JLCPCB/JLCPCB_footprint/C0805.kicad_mod -------------------------------------------------------------------------------- /hardware/lib/JLCPCB/JLCPCB_footprint/CONN-SMD_14P-P0.50_L3.1-W9.0.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/lib/JLCPCB/JLCPCB_footprint/CONN-SMD_14P-P0.50_L3.1-W9.0.kicad_mod -------------------------------------------------------------------------------- /hardware/lib/JLCPCB/JLCPCB_footprint/FPC-SMD_10P-P0.50_HC-FPC-05-09-10RLTAG.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/lib/JLCPCB/JLCPCB_footprint/FPC-SMD_10P-P0.50_HC-FPC-05-09-10RLTAG.kicad_mod -------------------------------------------------------------------------------- /hardware/lib/JLCPCB/JLCPCB_footprint/FPC-SMD_14P-P0.50_PANASONIC_AYF531435.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/lib/JLCPCB/JLCPCB_footprint/FPC-SMD_14P-P0.50_PANASONIC_AYF531435.kicad_mod -------------------------------------------------------------------------------- /hardware/lib/JLCPCB/JLCPCB_footprint/FPC-SMD_4P-P0.50_C9900013912.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/lib/JLCPCB/JLCPCB_footprint/FPC-SMD_4P-P0.50_C9900013912.kicad_mod -------------------------------------------------------------------------------- /hardware/lib/JLCPCB/JLCPCB_footprint/FPC-SMD_5034801000.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/lib/JLCPCB/JLCPCB_footprint/FPC-SMD_5034801000.kicad_mod -------------------------------------------------------------------------------- /hardware/lib/JLCPCB/JLCPCB_footprint/FPC-SMD_AFC01-S14FCA-00.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/lib/JLCPCB/JLCPCB_footprint/FPC-SMD_AFC01-S14FCA-00.kicad_mod -------------------------------------------------------------------------------- /hardware/lib/JLCPCB/JLCPCB_footprint/FPC-SMD_P0.50-10P_LCS-SJ-H2.0.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/lib/JLCPCB/JLCPCB_footprint/FPC-SMD_P0.50-10P_LCS-SJ-H2.0.kicad_mod -------------------------------------------------------------------------------- /hardware/lib/JLCPCB/JLCPCB_footprint/KEY-SMD_4P-L4.0-W4.8-P3.90-LS4.8.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/lib/JLCPCB/JLCPCB_footprint/KEY-SMD_4P-L4.0-W4.8-P3.90-LS4.8.kicad_mod -------------------------------------------------------------------------------- /hardware/lib/JLCPCB/JLCPCB_footprint/KEY-SMD_4P-L4.8-W4.8-P3.65_SKRBAAE010.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/lib/JLCPCB/JLCPCB_footprint/KEY-SMD_4P-L4.8-W4.8-P3.65_SKRBAAE010.kicad_mod -------------------------------------------------------------------------------- /hardware/lib/JLCPCB/JLCPCB_footprint/KEY-SMD_4P-L5.2-W5.2-P3.70-LS6.4.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/lib/JLCPCB/JLCPCB_footprint/KEY-SMD_4P-L5.2-W5.2-P3.70-LS6.4.kicad_mod -------------------------------------------------------------------------------- /hardware/lib/JLCPCB/JLCPCB_footprint/KEY-SMD_4P-L5.2-W5.2-P3.70-LS6.4_1.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/lib/JLCPCB/JLCPCB_footprint/KEY-SMD_4P-L5.2-W5.2-P3.70-LS6.4_1.kicad_mod -------------------------------------------------------------------------------- /hardware/lib/JLCPCB/JLCPCB_footprint/KEY-SMD_4P-L7.5-W7.0-P6.00-LS5.0.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/lib/JLCPCB/JLCPCB_footprint/KEY-SMD_4P-L7.5-W7.0-P6.00-LS5.0.kicad_mod -------------------------------------------------------------------------------- /hardware/lib/JLCPCB/JLCPCB_footprint/LED0805-R-RD.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/lib/JLCPCB/JLCPCB_footprint/LED0805-R-RD.kicad_mod -------------------------------------------------------------------------------- /hardware/lib/JLCPCB/JLCPCB_footprint/MICRO-USB-SMD_MICROXNJ.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/lib/JLCPCB/JLCPCB_footprint/MICRO-USB-SMD_MICROXNJ.kicad_mod -------------------------------------------------------------------------------- /hardware/lib/JLCPCB/JLCPCB_footprint/MSOP-10_L3.0-W3.0-P0.50-LS5.0-BL.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/lib/JLCPCB/JLCPCB_footprint/MSOP-10_L3.0-W3.0-P0.50-LS5.0-BL.kicad_mod -------------------------------------------------------------------------------- /hardware/lib/JLCPCB/JLCPCB_footprint/QFN-20_L4.0-W4.0-P0.50-BL-EP2.7.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/lib/JLCPCB/JLCPCB_footprint/QFN-20_L4.0-W4.0-P0.50-BL-EP2.7.kicad_mod -------------------------------------------------------------------------------- /hardware/lib/JLCPCB/JLCPCB_footprint/R0402.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/lib/JLCPCB/JLCPCB_footprint/R0402.kicad_mod -------------------------------------------------------------------------------- /hardware/lib/JLCPCB/JLCPCB_footprint/R0805.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/lib/JLCPCB/JLCPCB_footprint/R0805.kicad_mod -------------------------------------------------------------------------------- /hardware/lib/JLCPCB/JLCPCB_footprint/SOD-323_L1.8-W1.3-LS2.5-RD.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/lib/JLCPCB/JLCPCB_footprint/SOD-323_L1.8-W1.3-LS2.5-RD.kicad_mod -------------------------------------------------------------------------------- /hardware/lib/JLCPCB/JLCPCB_footprint/SOIC-14_L10.0-W5.5-P1.27-LS7.8-BL.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/lib/JLCPCB/JLCPCB_footprint/SOIC-14_L10.0-W5.5-P1.27-LS7.8-BL.kicad_mod -------------------------------------------------------------------------------- /hardware/lib/JLCPCB/JLCPCB_footprint/SOP-16_L10.0-W3.9-P1.27-LS6.0-BL.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/lib/JLCPCB/JLCPCB_footprint/SOP-16_L10.0-W3.9-P1.27-LS6.0-BL.kicad_mod -------------------------------------------------------------------------------- /hardware/lib/JLCPCB/JLCPCB_footprint/SOT-223-3_L6.5-W3.4-P2.30-LS7.0-BR.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/lib/JLCPCB/JLCPCB_footprint/SOT-223-3_L6.5-W3.4-P2.30-LS7.0-BR.kicad_mod -------------------------------------------------------------------------------- /hardware/lib/JLCPCB/JLCPCB_footprint/SOT-23-3_L2.9-W1.3-P1.90-LS2.4-BR.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/lib/JLCPCB/JLCPCB_footprint/SOT-23-3_L2.9-W1.3-P1.90-LS2.4-BR.kicad_mod -------------------------------------------------------------------------------- /hardware/lib/JLCPCB/JLCPCB_footprint/SOT-23-6_L2.9-W1.6-P0.95-LS2.8-BR.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/lib/JLCPCB/JLCPCB_footprint/SOT-23-6_L2.9-W1.6-P0.95-LS2.8-BR.kicad_mod -------------------------------------------------------------------------------- /hardware/lib/JLCPCB/JLCPCB_footprint/SW-SMD_4P-L5.1-W5.1-P3.70-LS6.5-TL-2.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/lib/JLCPCB/JLCPCB_footprint/SW-SMD_4P-L5.1-W5.1-P3.70-LS6.5-TL-2.kicad_mod -------------------------------------------------------------------------------- /hardware/lib/JLCPCB/JLCPCB_footprint/SW-TH_3P-L4.5-W4.5-P1.8-LS3.0.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/lib/JLCPCB/JLCPCB_footprint/SW-TH_3P-L4.5-W4.5-P1.8-LS3.0.kicad_mod -------------------------------------------------------------------------------- /hardware/lib/JLCPCB/JLCPCB_footprint/WIFI-SMD_ESP32-MINI-1.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/lib/JLCPCB/JLCPCB_footprint/WIFI-SMD_ESP32-MINI-1.kicad_mod -------------------------------------------------------------------------------- /hardware/lib/JLCPCB/JLCPCB_footprint/WIFI-SMD_ESP32-WROOM-32E.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/lib/JLCPCB/JLCPCB_footprint/WIFI-SMD_ESP32-WROOM-32E.kicad_mod -------------------------------------------------------------------------------- /hardware/lib/JLCPCB/JLCPCB_footprint/packages3d/C0603.step: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/lib/JLCPCB/JLCPCB_footprint/packages3d/C0603.step -------------------------------------------------------------------------------- /hardware/lib/JLCPCB/JLCPCB_footprint/packages3d/C0805.step: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/lib/JLCPCB/JLCPCB_footprint/packages3d/C0805.step -------------------------------------------------------------------------------- /hardware/lib/JLCPCB/JLCPCB_footprint/packages3d/CONN-SMD_14P-P0.50_L3.1-W9.0.step: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/lib/JLCPCB/JLCPCB_footprint/packages3d/CONN-SMD_14P-P0.50_L3.1-W9.0.step -------------------------------------------------------------------------------- /hardware/lib/JLCPCB/JLCPCB_footprint/packages3d/FPC-SMD_10P-P0.50_HC-FPC-05-09-10RLTAG.step: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/lib/JLCPCB/JLCPCB_footprint/packages3d/FPC-SMD_10P-P0.50_HC-FPC-05-09-10RLTAG.step -------------------------------------------------------------------------------- /hardware/lib/JLCPCB/JLCPCB_footprint/packages3d/FPC-SMD_14P-P0.50_PANASONIC_AYF531435.wrl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/lib/JLCPCB/JLCPCB_footprint/packages3d/FPC-SMD_14P-P0.50_PANASONIC_AYF531435.wrl -------------------------------------------------------------------------------- /hardware/lib/JLCPCB/JLCPCB_footprint/packages3d/FPC-SMD_4P-P0.50_C9900013912.step: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/lib/JLCPCB/JLCPCB_footprint/packages3d/FPC-SMD_4P-P0.50_C9900013912.step -------------------------------------------------------------------------------- /hardware/lib/JLCPCB/JLCPCB_footprint/packages3d/FPC-SMD_5034801000.step: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/lib/JLCPCB/JLCPCB_footprint/packages3d/FPC-SMD_5034801000.step -------------------------------------------------------------------------------- /hardware/lib/JLCPCB/JLCPCB_footprint/packages3d/FPC-SMD_5034801000.wrl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/lib/JLCPCB/JLCPCB_footprint/packages3d/FPC-SMD_5034801000.wrl -------------------------------------------------------------------------------- /hardware/lib/JLCPCB/JLCPCB_footprint/packages3d/FPC-SMD_AFC01-S14FCA-00.step: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/lib/JLCPCB/JLCPCB_footprint/packages3d/FPC-SMD_AFC01-S14FCA-00.step -------------------------------------------------------------------------------- /hardware/lib/JLCPCB/JLCPCB_footprint/packages3d/FPC-SMD_P0.50-10P_LCS-SJ-H2.0.step: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/lib/JLCPCB/JLCPCB_footprint/packages3d/FPC-SMD_P0.50-10P_LCS-SJ-H2.0.step -------------------------------------------------------------------------------- /hardware/lib/JLCPCB/JLCPCB_footprint/packages3d/KEY-SMD_4P-L4.0-W4.8-P3.90-LS4.8.wrl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/lib/JLCPCB/JLCPCB_footprint/packages3d/KEY-SMD_4P-L4.0-W4.8-P3.90-LS4.8.wrl -------------------------------------------------------------------------------- /hardware/lib/JLCPCB/JLCPCB_footprint/packages3d/KEY-SMD_4P-L4.8-W4.8-P3.65_SKRBAAE010.step: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/lib/JLCPCB/JLCPCB_footprint/packages3d/KEY-SMD_4P-L4.8-W4.8-P3.65_SKRBAAE010.step -------------------------------------------------------------------------------- /hardware/lib/JLCPCB/JLCPCB_footprint/packages3d/KEY-SMD_4P-L5.2-W5.2-P3.70-LS6.4.wrl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/lib/JLCPCB/JLCPCB_footprint/packages3d/KEY-SMD_4P-L5.2-W5.2-P3.70-LS6.4.wrl -------------------------------------------------------------------------------- /hardware/lib/JLCPCB/JLCPCB_footprint/packages3d/KEY-SMD_4P-L7.5-W7.0-P6.00-LS5.0.step: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/lib/JLCPCB/JLCPCB_footprint/packages3d/KEY-SMD_4P-L7.5-W7.0-P6.00-LS5.0.step -------------------------------------------------------------------------------- /hardware/lib/JLCPCB/JLCPCB_footprint/packages3d/LED0805-R-RD.step: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/lib/JLCPCB/JLCPCB_footprint/packages3d/LED0805-R-RD.step -------------------------------------------------------------------------------- /hardware/lib/JLCPCB/JLCPCB_footprint/packages3d/MICRO-USB-SMD_MICROXNJ.step: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/lib/JLCPCB/JLCPCB_footprint/packages3d/MICRO-USB-SMD_MICROXNJ.step -------------------------------------------------------------------------------- /hardware/lib/JLCPCB/JLCPCB_footprint/packages3d/MSOP-10_L3.0-W3.0-P0.50-LS5.0-BL.step: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/lib/JLCPCB/JLCPCB_footprint/packages3d/MSOP-10_L3.0-W3.0-P0.50-LS5.0-BL.step -------------------------------------------------------------------------------- /hardware/lib/JLCPCB/JLCPCB_footprint/packages3d/QFN-20_L4.0-W4.0-P0.50-BL-EP2.7.step: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/lib/JLCPCB/JLCPCB_footprint/packages3d/QFN-20_L4.0-W4.0-P0.50-BL-EP2.7.step -------------------------------------------------------------------------------- /hardware/lib/JLCPCB/JLCPCB_footprint/packages3d/R0402.step: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/lib/JLCPCB/JLCPCB_footprint/packages3d/R0402.step -------------------------------------------------------------------------------- /hardware/lib/JLCPCB/JLCPCB_footprint/packages3d/R0805.step: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/lib/JLCPCB/JLCPCB_footprint/packages3d/R0805.step -------------------------------------------------------------------------------- /hardware/lib/JLCPCB/JLCPCB_footprint/packages3d/SOD-323_L1.8-W1.3-LS2.5-RD.step: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/lib/JLCPCB/JLCPCB_footprint/packages3d/SOD-323_L1.8-W1.3-LS2.5-RD.step -------------------------------------------------------------------------------- /hardware/lib/JLCPCB/JLCPCB_footprint/packages3d/SOIC-14_L10.0-W5.5-P1.27-LS7.8-BL.step: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/lib/JLCPCB/JLCPCB_footprint/packages3d/SOIC-14_L10.0-W5.5-P1.27-LS7.8-BL.step -------------------------------------------------------------------------------- /hardware/lib/JLCPCB/JLCPCB_footprint/packages3d/SOP-16_L10.0-W3.9-P1.27-LS6.0-BL.step: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/lib/JLCPCB/JLCPCB_footprint/packages3d/SOP-16_L10.0-W3.9-P1.27-LS6.0-BL.step -------------------------------------------------------------------------------- /hardware/lib/JLCPCB/JLCPCB_footprint/packages3d/SOT-223-3_L6.5-W3.4-P2.30-LS7.0-BR.step: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/lib/JLCPCB/JLCPCB_footprint/packages3d/SOT-223-3_L6.5-W3.4-P2.30-LS7.0-BR.step -------------------------------------------------------------------------------- /hardware/lib/JLCPCB/JLCPCB_footprint/packages3d/SOT-23-3_L2.9-W1.3-P1.90-LS2.4-BR.step: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/lib/JLCPCB/JLCPCB_footprint/packages3d/SOT-23-3_L2.9-W1.3-P1.90-LS2.4-BR.step -------------------------------------------------------------------------------- /hardware/lib/JLCPCB/JLCPCB_footprint/packages3d/SOT-23-6_L2.9-W1.6-P0.95-LS2.8-BR.step: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/lib/JLCPCB/JLCPCB_footprint/packages3d/SOT-23-6_L2.9-W1.6-P0.95-LS2.8-BR.step -------------------------------------------------------------------------------- /hardware/lib/JLCPCB/JLCPCB_footprint/packages3d/SW-SMD_4P-L5.1-W5.1-P3.70-LS6.5-TL-2.step: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/lib/JLCPCB/JLCPCB_footprint/packages3d/SW-SMD_4P-L5.1-W5.1-P3.70-LS6.5-TL-2.step -------------------------------------------------------------------------------- /hardware/lib/JLCPCB/JLCPCB_footprint/packages3d/SW-SMD_4P-L5.2-W5.2-P3.70-LS6.4.wrl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/lib/JLCPCB/JLCPCB_footprint/packages3d/SW-SMD_4P-L5.2-W5.2-P3.70-LS6.4.wrl -------------------------------------------------------------------------------- /hardware/lib/JLCPCB/JLCPCB_footprint/packages3d/WIFI-SMD_ESP32-MINI-1.step: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/lib/JLCPCB/JLCPCB_footprint/packages3d/WIFI-SMD_ESP32-MINI-1.step -------------------------------------------------------------------------------- /hardware/lib/JLCPCB/JLCPCB_footprint/packages3d/WIFI-SMD_ESP32-WROOM-32E.step: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/lib/JLCPCB/JLCPCB_footprint/packages3d/WIFI-SMD_ESP32-WROOM-32E.step -------------------------------------------------------------------------------- /hardware/lib/JLCPCB/Schematic/JLCPCB_schematic.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/lib/JLCPCB/Schematic/JLCPCB_schematic.bak -------------------------------------------------------------------------------- /hardware/lib/JLCPCB/Schematic/JLCPCB_schematic.kicad_sym: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/lib/JLCPCB/Schematic/JLCPCB_schematic.kicad_sym -------------------------------------------------------------------------------- /hardware/lib/JLCPCB/symbol/JLCPCB_schematic.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/lib/JLCPCB/symbol/JLCPCB_schematic.bak -------------------------------------------------------------------------------- /hardware/lib/JLCPCB/symbol/JLCPCB_schematic.kicad_sym: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/lib/JLCPCB/symbol/JLCPCB_schematic.kicad_sym -------------------------------------------------------------------------------- /hardware/lib/consolizer.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/lib/consolizer.bak -------------------------------------------------------------------------------- /hardware/lib/consolizer.kicad_sym: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/lib/consolizer.kicad_sym -------------------------------------------------------------------------------- /hardware/lib/consolizer.pretty/PSP-analog.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/lib/consolizer.pretty/PSP-analog.kicad_mod -------------------------------------------------------------------------------- /hardware/lib/consolizer.pretty/flex_long_10.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/lib/consolizer.pretty/flex_long_10.kicad_mod -------------------------------------------------------------------------------- /hardware/lib/consolizer.pretty/flex_long_14.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/lib/consolizer.pretty/flex_long_14.kicad_mod -------------------------------------------------------------------------------- /hardware/lib/consolizer.pretty/flex_long_8.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/lib/consolizer.pretty/flex_long_8.kicad_mod -------------------------------------------------------------------------------- /hardware/lib/consolizer.pretty/flex_short_10.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/lib/consolizer.pretty/flex_short_10.kicad_mod -------------------------------------------------------------------------------- /hardware/lib/consolizer.pretty/logo_small.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/lib/consolizer.pretty/logo_small.kicad_mod -------------------------------------------------------------------------------- /hardware/prepareSMTFiles.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/prepareSMTFiles.ps1 -------------------------------------------------------------------------------- /hardware/right/fp-info-cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/right/fp-info-cache -------------------------------------------------------------------------------- /hardware/right/fp-lib-table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/right/fp-lib-table -------------------------------------------------------------------------------- /hardware/right/gerbers/right-B_Cu.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/right/gerbers/right-B_Cu.gbr -------------------------------------------------------------------------------- /hardware/right/gerbers/right-B_Mask.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/right/gerbers/right-B_Mask.gbr -------------------------------------------------------------------------------- /hardware/right/gerbers/right-B_Paste.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/right/gerbers/right-B_Paste.gbr -------------------------------------------------------------------------------- /hardware/right/gerbers/right-B_Silkscreen.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/right/gerbers/right-B_Silkscreen.gbr -------------------------------------------------------------------------------- /hardware/right/gerbers/right-Edge_Cuts.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/right/gerbers/right-Edge_Cuts.gbr -------------------------------------------------------------------------------- /hardware/right/gerbers/right-F_Cu.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/right/gerbers/right-F_Cu.gbr -------------------------------------------------------------------------------- /hardware/right/gerbers/right-F_Mask.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/right/gerbers/right-F_Mask.gbr -------------------------------------------------------------------------------- /hardware/right/gerbers/right-F_Paste.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/right/gerbers/right-F_Paste.gbr -------------------------------------------------------------------------------- /hardware/right/gerbers/right-F_Silkscreen.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/right/gerbers/right-F_Silkscreen.gbr -------------------------------------------------------------------------------- /hardware/right/gerbers/right-NPTH.drl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/right/gerbers/right-NPTH.drl -------------------------------------------------------------------------------- /hardware/right/gerbers/right-PTH.drl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/right/gerbers/right-PTH.drl -------------------------------------------------------------------------------- /hardware/right/gerbers/right-User_Comments.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/right/gerbers/right-User_Comments.gbr -------------------------------------------------------------------------------- /hardware/right/gerbers/right-User_Drawings.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/right/gerbers/right-User_Drawings.gbr -------------------------------------------------------------------------------- /hardware/right/gerbers/right-job.gbrjob: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/right/gerbers/right-job.gbrjob -------------------------------------------------------------------------------- /hardware/right/gerbers/right-v1-gerbers.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/right/gerbers/right-v1-gerbers.zip -------------------------------------------------------------------------------- /hardware/right/right-backups/right-2024-09-22_220308.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/right/right-backups/right-2024-09-22_220308.zip -------------------------------------------------------------------------------- /hardware/right/right-backups/right-2024-09-22_221316.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/right/right-backups/right-2024-09-22_221316.zip -------------------------------------------------------------------------------- /hardware/right/right-backups/right-2024-09-22_221843.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/right/right-backups/right-2024-09-22_221843.zip -------------------------------------------------------------------------------- /hardware/right/right-backups/right-2024-09-22_222515.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/right/right-backups/right-2024-09-22_222515.zip -------------------------------------------------------------------------------- /hardware/right/right-backups/right-2024-09-22_223251.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/right/right-backups/right-2024-09-22_223251.zip -------------------------------------------------------------------------------- /hardware/right/right-backups/right-2024-09-23_090353.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/right/right-backups/right-2024-09-23_090353.zip -------------------------------------------------------------------------------- /hardware/right/right-backups/right-2024-10-10_091229.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/right/right-backups/right-2024-10-10_091229.zip -------------------------------------------------------------------------------- /hardware/right/right-backups/right-2024-10-12_202624.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/right/right-backups/right-2024-10-12_202624.zip -------------------------------------------------------------------------------- /hardware/right/right-fpc.step: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/right/right-fpc.step -------------------------------------------------------------------------------- /hardware/right/right.kicad_pcb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/right/right.kicad_pcb -------------------------------------------------------------------------------- /hardware/right/right.kicad_prl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/right/right.kicad_prl -------------------------------------------------------------------------------- /hardware/right/right.kicad_pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/right/right.kicad_pro -------------------------------------------------------------------------------- /hardware/right/right.kicad_sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/right/right.kicad_sch -------------------------------------------------------------------------------- /hardware/right/sym-lib-table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/hardware/right/sym-lib-table -------------------------------------------------------------------------------- /installer/.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/.editorconfig -------------------------------------------------------------------------------- /installer/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/.gitignore -------------------------------------------------------------------------------- /installer/.vscode/extensions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/.vscode/extensions.json -------------------------------------------------------------------------------- /installer/.vscode/launch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/.vscode/launch.json -------------------------------------------------------------------------------- /installer/.vscode/tasks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/.vscode/tasks.json -------------------------------------------------------------------------------- /installer/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/README.md -------------------------------------------------------------------------------- /installer/angular.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/angular.json -------------------------------------------------------------------------------- /installer/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/package-lock.json -------------------------------------------------------------------------------- /installer/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/package.json -------------------------------------------------------------------------------- /installer/src/404.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/src/404.html -------------------------------------------------------------------------------- /installer/src/app/ILogger.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/src/app/ILogger.ts -------------------------------------------------------------------------------- /installer/src/app/app.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/src/app/app.component.html -------------------------------------------------------------------------------- /installer/src/app/app.component.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/src/app/app.component.scss -------------------------------------------------------------------------------- /installer/src/app/app.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/src/app/app.component.ts -------------------------------------------------------------------------------- /installer/src/app/app.config.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/src/app/app.config.ts -------------------------------------------------------------------------------- /installer/src/app/app.routes.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/src/app/app.routes.ts -------------------------------------------------------------------------------- /installer/src/app/browser-storage.service.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/src/app/browser-storage.service.ts -------------------------------------------------------------------------------- /installer/src/app/bt/btCommands.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/src/app/bt/btCommands.ts -------------------------------------------------------------------------------- /installer/src/app/bt/btConnection.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/src/app/bt/btConnection.ts -------------------------------------------------------------------------------- /installer/src/app/bt/btconnection-factory.service.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/src/app/bt/btconnection-factory.service.ts -------------------------------------------------------------------------------- /installer/src/app/bt/configuration.service.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/src/app/bt/configuration.service.ts -------------------------------------------------------------------------------- /installer/src/app/bt/errors/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/src/app/bt/errors/index.ts -------------------------------------------------------------------------------- /installer/src/app/bt/ota.service.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/src/app/bt/ota.service.ts -------------------------------------------------------------------------------- /installer/src/app/bt/settings.service.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/src/app/bt/settings.service.ts -------------------------------------------------------------------------------- /installer/src/app/bt/uuids.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/src/app/bt/uuids.ts -------------------------------------------------------------------------------- /installer/src/app/configuration/add-mapping-modal/add-mapping-modal.component.html: -------------------------------------------------------------------------------- 1 |
add-mapping-modal works!
2 | -------------------------------------------------------------------------------- /installer/src/app/configuration/add-mapping-modal/add-mapping-modal.component.scss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /installer/src/app/configuration/add-mapping-modal/add-mapping-modal.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/src/app/configuration/add-mapping-modal/add-mapping-modal.component.ts -------------------------------------------------------------------------------- /installer/src/app/configuration/colour-picker/_colour-picker-theme.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/src/app/configuration/colour-picker/_colour-picker-theme.scss -------------------------------------------------------------------------------- /installer/src/app/configuration/colour-picker/colour-picker.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/src/app/configuration/colour-picker/colour-picker.component.html -------------------------------------------------------------------------------- /installer/src/app/configuration/colour-picker/colour-picker.component.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/src/app/configuration/colour-picker/colour-picker.component.scss -------------------------------------------------------------------------------- /installer/src/app/configuration/colour-picker/colour-picker.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/src/app/configuration/colour-picker/colour-picker.component.ts -------------------------------------------------------------------------------- /installer/src/app/configuration/controller-button-mapping/_controller-button-mapping-theme.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/src/app/configuration/controller-button-mapping/_controller-button-mapping-theme.scss -------------------------------------------------------------------------------- /installer/src/app/configuration/controller-button-mapping/controller-button-mapping.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/src/app/configuration/controller-button-mapping/controller-button-mapping.component.html -------------------------------------------------------------------------------- /installer/src/app/configuration/controller-button-mapping/controller-button-mapping.component.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/src/app/configuration/controller-button-mapping/controller-button-mapping.component.scss -------------------------------------------------------------------------------- /installer/src/app/configuration/controller-button-mapping/controller-button-mapping.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/src/app/configuration/controller-button-mapping/controller-button-mapping.component.ts -------------------------------------------------------------------------------- /installer/src/app/configuration/controller-maping/_controller-mapping-theme.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/src/app/configuration/controller-maping/_controller-mapping-theme.scss -------------------------------------------------------------------------------- /installer/src/app/configuration/controller-maping/controller-maping.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/src/app/configuration/controller-maping/controller-maping.component.html -------------------------------------------------------------------------------- /installer/src/app/configuration/controller-maping/controller-maping.component.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/src/app/configuration/controller-maping/controller-maping.component.scss -------------------------------------------------------------------------------- /installer/src/app/configuration/controller-maping/controller-maping.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/src/app/configuration/controller-maping/controller-maping.component.ts -------------------------------------------------------------------------------- /installer/src/app/configuration/ds4-viewer/_ds4-viewer-mapping-theme.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/src/app/configuration/ds4-viewer/_ds4-viewer-mapping-theme.scss -------------------------------------------------------------------------------- /installer/src/app/configuration/ds4-viewer/ds4-viewer.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/src/app/configuration/ds4-viewer/ds4-viewer.component.html -------------------------------------------------------------------------------- /installer/src/app/configuration/ds4-viewer/ds4-viewer.component.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/src/app/configuration/ds4-viewer/ds4-viewer.component.scss -------------------------------------------------------------------------------- /installer/src/app/configuration/ds4-viewer/ds4-viewer.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/src/app/configuration/ds4-viewer/ds4-viewer.component.ts -------------------------------------------------------------------------------- /installer/src/app/configuration/ds4-viewer/test.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/src/app/configuration/ds4-viewer/test.svg -------------------------------------------------------------------------------- /installer/src/app/configuration/psp-viewer/_psp-viewer-mapping-theme.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/src/app/configuration/psp-viewer/_psp-viewer-mapping-theme.scss -------------------------------------------------------------------------------- /installer/src/app/configuration/psp-viewer/psp-viewer.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/src/app/configuration/psp-viewer/psp-viewer.component.html -------------------------------------------------------------------------------- /installer/src/app/configuration/psp-viewer/psp-viewer.component.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/src/app/configuration/psp-viewer/psp-viewer.component.scss -------------------------------------------------------------------------------- /installer/src/app/configuration/psp-viewer/psp-viewer.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/src/app/configuration/psp-viewer/psp-viewer.component.ts -------------------------------------------------------------------------------- /installer/src/app/dialogs/confirmation-modal/confirmation-modal.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/src/app/dialogs/confirmation-modal/confirmation-modal.component.html -------------------------------------------------------------------------------- /installer/src/app/dialogs/confirmation-modal/confirmation-modal.component.scss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /installer/src/app/dialogs/confirmation-modal/confirmation-modal.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/src/app/dialogs/confirmation-modal/confirmation-modal.component.ts -------------------------------------------------------------------------------- /installer/src/app/dialogs/dialog.service.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/src/app/dialogs/dialog.service.ts -------------------------------------------------------------------------------- /installer/src/app/dialogs/ok-modal/ok-modal.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/src/app/dialogs/ok-modal/ok-modal.component.html -------------------------------------------------------------------------------- /installer/src/app/dialogs/ok-modal/ok-modal.component.scss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /installer/src/app/dialogs/ok-modal/ok-modal.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/src/app/dialogs/ok-modal/ok-modal.component.ts -------------------------------------------------------------------------------- /installer/src/app/github.service.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/src/app/github.service.ts -------------------------------------------------------------------------------- /installer/src/app/header/_header-theme.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/src/app/header/_header-theme.scss -------------------------------------------------------------------------------- /installer/src/app/header/header.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/src/app/header/header.component.html -------------------------------------------------------------------------------- /installer/src/app/header/header.component.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/src/app/header/header.component.scss -------------------------------------------------------------------------------- /installer/src/app/header/header.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/src/app/header/header.component.ts -------------------------------------------------------------------------------- /installer/src/app/otaprogrammer/_ota-programmer-theme.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/src/app/otaprogrammer/_ota-programmer-theme.scss -------------------------------------------------------------------------------- /installer/src/app/otaprogrammer/otaprogrammer.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/src/app/otaprogrammer/otaprogrammer.component.html -------------------------------------------------------------------------------- /installer/src/app/otaprogrammer/otaprogrammer.component.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/src/app/otaprogrammer/otaprogrammer.component.scss -------------------------------------------------------------------------------- /installer/src/app/otaprogrammer/otaprogrammer.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/src/app/otaprogrammer/otaprogrammer.component.ts -------------------------------------------------------------------------------- /installer/src/app/pages/configuration-page/_configuration-page-theme.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/src/app/pages/configuration-page/_configuration-page-theme.scss -------------------------------------------------------------------------------- /installer/src/app/pages/configuration-page/configuration-page.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/src/app/pages/configuration-page/configuration-page.component.html -------------------------------------------------------------------------------- /installer/src/app/pages/configuration-page/configuration-page.component.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/src/app/pages/configuration-page/configuration-page.component.scss -------------------------------------------------------------------------------- /installer/src/app/pages/configuration-page/configuration-page.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/src/app/pages/configuration-page/configuration-page.component.ts -------------------------------------------------------------------------------- /installer/src/app/pages/home-page/_home-page-theme.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/src/app/pages/home-page/_home-page-theme.scss -------------------------------------------------------------------------------- /installer/src/app/pages/home-page/home-page.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/src/app/pages/home-page/home-page.component.html -------------------------------------------------------------------------------- /installer/src/app/pages/home-page/home-page.component.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/src/app/pages/home-page/home-page.component.scss -------------------------------------------------------------------------------- /installer/src/app/pages/home-page/home-page.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/src/app/pages/home-page/home-page.component.ts -------------------------------------------------------------------------------- /installer/src/app/pages/programmer-page/programmer-page.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/src/app/pages/programmer-page/programmer-page.component.html -------------------------------------------------------------------------------- /installer/src/app/pages/programmer-page/programmer-page.component.scss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /installer/src/app/pages/programmer-page/programmer-page.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/src/app/pages/programmer-page/programmer-page.component.ts -------------------------------------------------------------------------------- /installer/src/app/pages/serial-page/_serial-page-theme.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/src/app/pages/serial-page/_serial-page-theme.scss -------------------------------------------------------------------------------- /installer/src/app/pages/serial-page/serial-page.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/src/app/pages/serial-page/serial-page.component.html -------------------------------------------------------------------------------- /installer/src/app/pages/serial-page/serial-page.component.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/src/app/pages/serial-page/serial-page.component.scss -------------------------------------------------------------------------------- /installer/src/app/pages/serial-page/serial-page.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/src/app/pages/serial-page/serial-page.component.ts -------------------------------------------------------------------------------- /installer/src/app/pages/settings-page/settings-page.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/src/app/pages/settings-page/settings-page.component.html -------------------------------------------------------------------------------- /installer/src/app/pages/settings-page/settings-page.component.scss: -------------------------------------------------------------------------------- 1 | .button-mode { 2 | padding-right: 10px; 3 | } -------------------------------------------------------------------------------- /installer/src/app/pages/settings-page/settings-page.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/src/app/pages/settings-page/settings-page.component.ts -------------------------------------------------------------------------------- /installer/src/app/panel/_panel-theme.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/src/app/panel/_panel-theme.scss -------------------------------------------------------------------------------- /installer/src/app/panel/panel.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/src/app/panel/panel.component.html -------------------------------------------------------------------------------- /installer/src/app/panel/panel.component.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/src/app/panel/panel.component.scss -------------------------------------------------------------------------------- /installer/src/app/panel/panel.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/src/app/panel/panel.component.ts -------------------------------------------------------------------------------- /installer/src/app/programmer/_programmer-theme.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/src/app/programmer/_programmer-theme.scss -------------------------------------------------------------------------------- /installer/src/app/programmer/programmer.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/src/app/programmer/programmer.component.html -------------------------------------------------------------------------------- /installer/src/app/programmer/programmer.component.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/src/app/programmer/programmer.component.scss -------------------------------------------------------------------------------- /installer/src/app/programmer/programmer.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/src/app/programmer/programmer.component.ts -------------------------------------------------------------------------------- /installer/src/app/release/_release-theme.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/src/app/release/_release-theme.scss -------------------------------------------------------------------------------- /installer/src/app/release/release.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/src/app/release/release.component.html -------------------------------------------------------------------------------- /installer/src/app/release/release.component.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/src/app/release/release.component.scss -------------------------------------------------------------------------------- /installer/src/app/release/release.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/src/app/release/release.component.ts -------------------------------------------------------------------------------- /installer/src/app/services/ESPValueDefinitions.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/src/app/services/ESPValueDefinitions.ts -------------------------------------------------------------------------------- /installer/src/app/services/espconnection-factory.service.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/src/app/services/espconnection-factory.service.ts -------------------------------------------------------------------------------- /installer/src/app/services/serial-connection-factory.service.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/src/app/services/serial-connection-factory.service.ts -------------------------------------------------------------------------------- /installer/src/app/theme-manager.service.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/src/app/theme-manager.service.ts -------------------------------------------------------------------------------- /installer/src/app/timmy.directive.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/src/app/timmy.directive.ts -------------------------------------------------------------------------------- /installer/src/app/web-serial-unsupported/web-serial-unsupported.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/src/app/web-serial-unsupported/web-serial-unsupported.component.html -------------------------------------------------------------------------------- /installer/src/app/web-serial-unsupported/web-serial-unsupported.component.scss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /installer/src/app/web-serial-unsupported/web-serial-unsupported.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/src/app/web-serial-unsupported/web-serial-unsupported.component.ts -------------------------------------------------------------------------------- /installer/src/assets/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /installer/src/assets/bannerImage.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/src/assets/bannerImage.jpg -------------------------------------------------------------------------------- /installer/src/assets/bannerImage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/src/assets/bannerImage.png -------------------------------------------------------------------------------- /installer/src/assets/enableBLE.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/src/assets/enableBLE.mp4 -------------------------------------------------------------------------------- /installer/src/assets/pairDialog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/src/assets/pairDialog.png -------------------------------------------------------------------------------- /installer/src/assets/thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/src/assets/thumb.png -------------------------------------------------------------------------------- /installer/src/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/src/index.html -------------------------------------------------------------------------------- /installer/src/main.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/src/main.ts -------------------------------------------------------------------------------- /installer/src/styles.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/src/styles.scss -------------------------------------------------------------------------------- /installer/src/styles/components/_index.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/src/styles/components/_index.scss -------------------------------------------------------------------------------- /installer/src/styles/themes/_all.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/src/styles/themes/_all.scss -------------------------------------------------------------------------------- /installer/src/styles/themes/dark.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/src/styles/themes/dark.scss -------------------------------------------------------------------------------- /installer/tsconfig.app.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/tsconfig.app.json -------------------------------------------------------------------------------- /installer/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/tsconfig.json -------------------------------------------------------------------------------- /installer/tsconfig.spec.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/installer/tsconfig.spec.json -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/package.json -------------------------------------------------------------------------------- /releaseBinaries/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/releaseBinaries/Readme.md -------------------------------------------------------------------------------- /releaseBinaries/pspBluetooth-ota.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/releaseBinaries/pspBluetooth-ota.bin -------------------------------------------------------------------------------- /releaseBinaries/pspBluetooth.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/releaseBinaries/pspBluetooth.bin -------------------------------------------------------------------------------- /root.crt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/root.crt -------------------------------------------------------------------------------- /root.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/root.key -------------------------------------------------------------------------------- /root.srl: -------------------------------------------------------------------------------- 1 | 2161D55CE0CF9E375B12632AD19C54FFCFBF55F8 2 | -------------------------------------------------------------------------------- /serial/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/serial/main.js -------------------------------------------------------------------------------- /serial/maybe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/serial/maybe.txt -------------------------------------------------------------------------------- /serial/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/serial/package-lock.json -------------------------------------------------------------------------------- /serial/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/serial/package.json -------------------------------------------------------------------------------- /serial/static/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/serial/static/index.html -------------------------------------------------------------------------------- /serial/static/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/serial/static/main.js -------------------------------------------------------------------------------- /serial/static/services/espconnection-factory.service.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/serial/static/services/espconnection-factory.service.js -------------------------------------------------------------------------------- /serial/static/services/serial-connection-factory.service.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/serial/static/services/serial-connection-factory.service.js -------------------------------------------------------------------------------- /serial/static/utils.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/serial/static/utils.js -------------------------------------------------------------------------------- /server.crt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/server.crt -------------------------------------------------------------------------------- /server.csr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/server.csr -------------------------------------------------------------------------------- /server.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/server.key -------------------------------------------------------------------------------- /software/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/software/Readme.md -------------------------------------------------------------------------------- /software/arduino-cli-runner.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/software/arduino-cli-runner.yaml -------------------------------------------------------------------------------- /software/arduino-cli.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/software/arduino-cli.yaml -------------------------------------------------------------------------------- /software/bt_service.gatt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/software/bt_service.gatt -------------------------------------------------------------------------------- /software/libraries/MCP_POT-0.2.2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/software/libraries/MCP_POT-0.2.2.zip -------------------------------------------------------------------------------- /software/libraries/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/software/libraries/readme.md -------------------------------------------------------------------------------- /software/notes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/software/notes -------------------------------------------------------------------------------- /software/releasenotes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/software/releasenotes.md -------------------------------------------------------------------------------- /software/scripts/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/software/scripts/build.sh -------------------------------------------------------------------------------- /software/scripts/compile.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/software/scripts/compile.sh -------------------------------------------------------------------------------- /software/scripts/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/software/scripts/install.sh -------------------------------------------------------------------------------- /software/scripts/merge.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/software/scripts/merge.sh -------------------------------------------------------------------------------- /software/scripts/monitor.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | arduino-cli monitor -p COM9 --config baudrate=115200 -------------------------------------------------------------------------------- /software/scripts/upload.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/software/scripts/upload.sh -------------------------------------------------------------------------------- /software/software.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/software/software.ino -------------------------------------------------------------------------------- /software/src/Button.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/software/src/Button.cpp -------------------------------------------------------------------------------- /software/src/Button.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/software/src/Button.h -------------------------------------------------------------------------------- /software/src/MappingTypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/software/src/MappingTypes.h -------------------------------------------------------------------------------- /software/src/Mappings.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/software/src/Mappings.cpp -------------------------------------------------------------------------------- /software/src/Mappings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/software/src/Mappings.h -------------------------------------------------------------------------------- /software/src/PSPState.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/software/src/PSPState.cpp -------------------------------------------------------------------------------- /software/src/PSPState.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/software/src/PSPState.h -------------------------------------------------------------------------------- /software/src/Settings.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/software/src/Settings.cpp -------------------------------------------------------------------------------- /software/src/Settings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/software/src/Settings.h -------------------------------------------------------------------------------- /software/src/SettingsTypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/software/src/SettingsTypes.h -------------------------------------------------------------------------------- /software/src/bt_service.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/software/src/bt_service.cpp -------------------------------------------------------------------------------- /software/src/bt_service.gatt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/software/src/bt_service.gatt.h -------------------------------------------------------------------------------- /software/src/bt_service.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/software/src/bt_service.h -------------------------------------------------------------------------------- /software/src/constants.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/software/src/constants.h -------------------------------------------------------------------------------- /software/src/controllerManager.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/software/src/controllerManager.cpp -------------------------------------------------------------------------------- /software/src/controllerManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/software/src/controllerManager.h -------------------------------------------------------------------------------- /software/src/digipot.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/software/src/digipot.cpp -------------------------------------------------------------------------------- /software/src/digipot.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/software/src/digipot.h -------------------------------------------------------------------------------- /software/src/fileUtility.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/software/src/fileUtility.cpp -------------------------------------------------------------------------------- /software/src/fileUtility.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/software/src/fileUtility.h -------------------------------------------------------------------------------- /software/src/interop.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/software/src/interop.cpp -------------------------------------------------------------------------------- /software/src/interop.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/software/src/interop.h -------------------------------------------------------------------------------- /software/src/led.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/software/src/led.cpp -------------------------------------------------------------------------------- /software/src/led.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/software/src/led.h -------------------------------------------------------------------------------- /software/src/timeout.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/software/src/timeout.cpp -------------------------------------------------------------------------------- /software/src/timeout.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ste2425/PSP-Bluetooth/HEAD/software/src/timeout.h --------------------------------------------------------------------------------