├── .gitattributes ├── hardware ├── pi_mod_ica │ ├── PiModICA_R0A_BOM.xlsx │ ├── PiModICA_R0A_Gerber.rar │ ├── PiModICA_R0A_Gerber_CAM350.cam │ ├── PiMod_ICA_R0A.DSN │ ├── PiMod_ICA_R0A.brd │ ├── PiMod_ICA_R0A_AssemblyBottom.pdf │ ├── PiMod_ICA_R0A_AssemblyTop.pdf │ ├── PiMod_ICA_R0A_PCB.pdf │ ├── PiMod_ICA_R0A_SCH.pdf │ └── README.md ├── pi_mod_mot │ ├── PiMod_MOT_R0A.DSN │ ├── PiMod_MOT_R0A.brd │ ├── PiMod_MOT_R0A_CAM350.cam │ ├── PiMod_MOT_R0A_Gerber 2015-08-08.rar │ ├── PiMod_MOT_R0A_SCH.pdf │ └── README.md ├── pi_mod_proto │ ├── PiModProtoFull_R0A.brd │ ├── PiModProtoMini_R0A.brd │ └── PiModProto_R0A.DSN └── raspberry_pi_sch_mechanical │ ├── Raspberry-Pi-B-Plus-V1.2-Mechanical-Drawing.pdf │ ├── Raspberry-Pi-B-Plus-V1.2-Mechanical.dxf │ └── Raspberry-Pi-B-Plus-V1.2-Schematics.pdf └── software └── ica_test_codes ├── README.md ├── font_en_8x8.py ├── font_en_seg7.py ├── ica_init_quiet.py ├── ica_ip_disp.py ├── ica_key_read.py ├── ica_led_blink.py ├── ica_led_seg_spi1.py ├── ica_temp_rh.py.py └── spi_led_matrix.py /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightseas/pi_mods/HEAD/.gitattributes -------------------------------------------------------------------------------- /hardware/pi_mod_ica/PiModICA_R0A_BOM.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightseas/pi_mods/HEAD/hardware/pi_mod_ica/PiModICA_R0A_BOM.xlsx -------------------------------------------------------------------------------- /hardware/pi_mod_ica/PiModICA_R0A_Gerber.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightseas/pi_mods/HEAD/hardware/pi_mod_ica/PiModICA_R0A_Gerber.rar -------------------------------------------------------------------------------- /hardware/pi_mod_ica/PiModICA_R0A_Gerber_CAM350.cam: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightseas/pi_mods/HEAD/hardware/pi_mod_ica/PiModICA_R0A_Gerber_CAM350.cam -------------------------------------------------------------------------------- /hardware/pi_mod_ica/PiMod_ICA_R0A.DSN: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightseas/pi_mods/HEAD/hardware/pi_mod_ica/PiMod_ICA_R0A.DSN -------------------------------------------------------------------------------- /hardware/pi_mod_ica/PiMod_ICA_R0A.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightseas/pi_mods/HEAD/hardware/pi_mod_ica/PiMod_ICA_R0A.brd -------------------------------------------------------------------------------- /hardware/pi_mod_ica/PiMod_ICA_R0A_AssemblyBottom.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightseas/pi_mods/HEAD/hardware/pi_mod_ica/PiMod_ICA_R0A_AssemblyBottom.pdf -------------------------------------------------------------------------------- /hardware/pi_mod_ica/PiMod_ICA_R0A_AssemblyTop.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightseas/pi_mods/HEAD/hardware/pi_mod_ica/PiMod_ICA_R0A_AssemblyTop.pdf -------------------------------------------------------------------------------- /hardware/pi_mod_ica/PiMod_ICA_R0A_PCB.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightseas/pi_mods/HEAD/hardware/pi_mod_ica/PiMod_ICA_R0A_PCB.pdf -------------------------------------------------------------------------------- /hardware/pi_mod_ica/PiMod_ICA_R0A_SCH.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightseas/pi_mods/HEAD/hardware/pi_mod_ica/PiMod_ICA_R0A_SCH.pdf -------------------------------------------------------------------------------- /hardware/pi_mod_ica/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightseas/pi_mods/HEAD/hardware/pi_mod_ica/README.md -------------------------------------------------------------------------------- /hardware/pi_mod_mot/PiMod_MOT_R0A.DSN: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightseas/pi_mods/HEAD/hardware/pi_mod_mot/PiMod_MOT_R0A.DSN -------------------------------------------------------------------------------- /hardware/pi_mod_mot/PiMod_MOT_R0A.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightseas/pi_mods/HEAD/hardware/pi_mod_mot/PiMod_MOT_R0A.brd -------------------------------------------------------------------------------- /hardware/pi_mod_mot/PiMod_MOT_R0A_CAM350.cam: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightseas/pi_mods/HEAD/hardware/pi_mod_mot/PiMod_MOT_R0A_CAM350.cam -------------------------------------------------------------------------------- /hardware/pi_mod_mot/PiMod_MOT_R0A_Gerber 2015-08-08.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightseas/pi_mods/HEAD/hardware/pi_mod_mot/PiMod_MOT_R0A_Gerber 2015-08-08.rar -------------------------------------------------------------------------------- /hardware/pi_mod_mot/PiMod_MOT_R0A_SCH.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightseas/pi_mods/HEAD/hardware/pi_mod_mot/PiMod_MOT_R0A_SCH.pdf -------------------------------------------------------------------------------- /hardware/pi_mod_mot/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightseas/pi_mods/HEAD/hardware/pi_mod_mot/README.md -------------------------------------------------------------------------------- /hardware/pi_mod_proto/PiModProtoFull_R0A.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightseas/pi_mods/HEAD/hardware/pi_mod_proto/PiModProtoFull_R0A.brd -------------------------------------------------------------------------------- /hardware/pi_mod_proto/PiModProtoMini_R0A.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightseas/pi_mods/HEAD/hardware/pi_mod_proto/PiModProtoMini_R0A.brd -------------------------------------------------------------------------------- /hardware/pi_mod_proto/PiModProto_R0A.DSN: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightseas/pi_mods/HEAD/hardware/pi_mod_proto/PiModProto_R0A.DSN -------------------------------------------------------------------------------- /hardware/raspberry_pi_sch_mechanical/Raspberry-Pi-B-Plus-V1.2-Mechanical-Drawing.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightseas/pi_mods/HEAD/hardware/raspberry_pi_sch_mechanical/Raspberry-Pi-B-Plus-V1.2-Mechanical-Drawing.pdf -------------------------------------------------------------------------------- /hardware/raspberry_pi_sch_mechanical/Raspberry-Pi-B-Plus-V1.2-Mechanical.dxf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightseas/pi_mods/HEAD/hardware/raspberry_pi_sch_mechanical/Raspberry-Pi-B-Plus-V1.2-Mechanical.dxf -------------------------------------------------------------------------------- /hardware/raspberry_pi_sch_mechanical/Raspberry-Pi-B-Plus-V1.2-Schematics.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightseas/pi_mods/HEAD/hardware/raspberry_pi_sch_mechanical/Raspberry-Pi-B-Plus-V1.2-Schematics.pdf -------------------------------------------------------------------------------- /software/ica_test_codes/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightseas/pi_mods/HEAD/software/ica_test_codes/README.md -------------------------------------------------------------------------------- /software/ica_test_codes/font_en_8x8.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightseas/pi_mods/HEAD/software/ica_test_codes/font_en_8x8.py -------------------------------------------------------------------------------- /software/ica_test_codes/font_en_seg7.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightseas/pi_mods/HEAD/software/ica_test_codes/font_en_seg7.py -------------------------------------------------------------------------------- /software/ica_test_codes/ica_init_quiet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightseas/pi_mods/HEAD/software/ica_test_codes/ica_init_quiet.py -------------------------------------------------------------------------------- /software/ica_test_codes/ica_ip_disp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightseas/pi_mods/HEAD/software/ica_test_codes/ica_ip_disp.py -------------------------------------------------------------------------------- /software/ica_test_codes/ica_key_read.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightseas/pi_mods/HEAD/software/ica_test_codes/ica_key_read.py -------------------------------------------------------------------------------- /software/ica_test_codes/ica_led_blink.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightseas/pi_mods/HEAD/software/ica_test_codes/ica_led_blink.py -------------------------------------------------------------------------------- /software/ica_test_codes/ica_led_seg_spi1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightseas/pi_mods/HEAD/software/ica_test_codes/ica_led_seg_spi1.py -------------------------------------------------------------------------------- /software/ica_test_codes/ica_temp_rh.py.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightseas/pi_mods/HEAD/software/ica_test_codes/ica_temp_rh.py.py -------------------------------------------------------------------------------- /software/ica_test_codes/spi_led_matrix.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightseas/pi_mods/HEAD/software/ica_test_codes/spi_led_matrix.py --------------------------------------------------------------------------------