├── Pictures ├── assembly.png ├── cabling.png ├── electonics.jpeg ├── final.jpeg ├── final_fp.jpeg ├── fit_test.jpeg └── loadcell_mount.jpeg ├── README.md ├── STL ├── CASE │ ├── bottom.stl │ ├── bottom_without_pcb_ground.stl │ ├── print_orintation.png │ └── top.stl ├── botton_bearing.stl ├── botton_mounting_left.stl ├── botton_mounting_right.stl ├── loadcell_mounting.stl ├── loadcell_mounting_spacer.stl ├── loadcell_push_plate.stl ├── print_orintation_2.png └── pushrod_spacer.stl └── arduino_code └── SelfLoadCellPedal └── SelfLoadCellPedal.ino /Pictures/assembly.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dabde/fanatec_csl_loadcell_mod/HEAD/Pictures/assembly.png -------------------------------------------------------------------------------- /Pictures/cabling.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dabde/fanatec_csl_loadcell_mod/HEAD/Pictures/cabling.png -------------------------------------------------------------------------------- /Pictures/electonics.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dabde/fanatec_csl_loadcell_mod/HEAD/Pictures/electonics.jpeg -------------------------------------------------------------------------------- /Pictures/final.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dabde/fanatec_csl_loadcell_mod/HEAD/Pictures/final.jpeg -------------------------------------------------------------------------------- /Pictures/final_fp.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dabde/fanatec_csl_loadcell_mod/HEAD/Pictures/final_fp.jpeg -------------------------------------------------------------------------------- /Pictures/fit_test.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dabde/fanatec_csl_loadcell_mod/HEAD/Pictures/fit_test.jpeg -------------------------------------------------------------------------------- /Pictures/loadcell_mount.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dabde/fanatec_csl_loadcell_mod/HEAD/Pictures/loadcell_mount.jpeg -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dabde/fanatec_csl_loadcell_mod/HEAD/README.md -------------------------------------------------------------------------------- /STL/CASE/bottom.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dabde/fanatec_csl_loadcell_mod/HEAD/STL/CASE/bottom.stl -------------------------------------------------------------------------------- /STL/CASE/bottom_without_pcb_ground.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dabde/fanatec_csl_loadcell_mod/HEAD/STL/CASE/bottom_without_pcb_ground.stl -------------------------------------------------------------------------------- /STL/CASE/print_orintation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dabde/fanatec_csl_loadcell_mod/HEAD/STL/CASE/print_orintation.png -------------------------------------------------------------------------------- /STL/CASE/top.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dabde/fanatec_csl_loadcell_mod/HEAD/STL/CASE/top.stl -------------------------------------------------------------------------------- /STL/botton_bearing.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dabde/fanatec_csl_loadcell_mod/HEAD/STL/botton_bearing.stl -------------------------------------------------------------------------------- /STL/botton_mounting_left.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dabde/fanatec_csl_loadcell_mod/HEAD/STL/botton_mounting_left.stl -------------------------------------------------------------------------------- /STL/botton_mounting_right.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dabde/fanatec_csl_loadcell_mod/HEAD/STL/botton_mounting_right.stl -------------------------------------------------------------------------------- /STL/loadcell_mounting.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dabde/fanatec_csl_loadcell_mod/HEAD/STL/loadcell_mounting.stl -------------------------------------------------------------------------------- /STL/loadcell_mounting_spacer.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dabde/fanatec_csl_loadcell_mod/HEAD/STL/loadcell_mounting_spacer.stl -------------------------------------------------------------------------------- /STL/loadcell_push_plate.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dabde/fanatec_csl_loadcell_mod/HEAD/STL/loadcell_push_plate.stl -------------------------------------------------------------------------------- /STL/print_orintation_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dabde/fanatec_csl_loadcell_mod/HEAD/STL/print_orintation_2.png -------------------------------------------------------------------------------- /STL/pushrod_spacer.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dabde/fanatec_csl_loadcell_mod/HEAD/STL/pushrod_spacer.stl -------------------------------------------------------------------------------- /arduino_code/SelfLoadCellPedal/SelfLoadCellPedal.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dabde/fanatec_csl_loadcell_mod/HEAD/arduino_code/SelfLoadCellPedal/SelfLoadCellPedal.ino --------------------------------------------------------------------------------