├── LICENSE.md ├── LoadCell_ArduinoCode └── LoadCell │ ├── LoadCell.ino │ └── LoadCellWifi.ino ├── LoadCell_BoM.ods ├── LoadCell_Case ├── LoadCell_Case_Base.scad ├── LoadCell_Case_Base.stl ├── LoadCell_Case_Dimensions.scad ├── LoadCell_Case_Lid.scad └── LoadCell_Case_Lid.stl ├── LoadCell_Holder ├── LoadCell_Holder.scad └── LoadCell_Holder.stl ├── LoadCell_HomeAssistant └── ConfigurationExample.yaml ├── LoadCell_KiCAD ├── LoadCell-cache.lib ├── LoadCell-rescue.lib ├── LoadCell.kicad_pcb ├── LoadCell.pro ├── LoadCell.sch ├── PoE_PD_Interface.sch └── W5100_Ethernet_Interface.sch ├── LoadCell_KiCAD_Schematic.pdf ├── LoadCell_Media ├── LoadCell_Media_FrontCircuitView.jpg └── LoadCell_Media_HASSCard.png └── README.md /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newAM/LoadCellOccupany/HEAD/LICENSE.md -------------------------------------------------------------------------------- /LoadCell_ArduinoCode/LoadCell/LoadCell.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newAM/LoadCellOccupany/HEAD/LoadCell_ArduinoCode/LoadCell/LoadCell.ino -------------------------------------------------------------------------------- /LoadCell_ArduinoCode/LoadCell/LoadCellWifi.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newAM/LoadCellOccupany/HEAD/LoadCell_ArduinoCode/LoadCell/LoadCellWifi.ino -------------------------------------------------------------------------------- /LoadCell_BoM.ods: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newAM/LoadCellOccupany/HEAD/LoadCell_BoM.ods -------------------------------------------------------------------------------- /LoadCell_Case/LoadCell_Case_Base.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newAM/LoadCellOccupany/HEAD/LoadCell_Case/LoadCell_Case_Base.scad -------------------------------------------------------------------------------- /LoadCell_Case/LoadCell_Case_Base.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newAM/LoadCellOccupany/HEAD/LoadCell_Case/LoadCell_Case_Base.stl -------------------------------------------------------------------------------- /LoadCell_Case/LoadCell_Case_Dimensions.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newAM/LoadCellOccupany/HEAD/LoadCell_Case/LoadCell_Case_Dimensions.scad -------------------------------------------------------------------------------- /LoadCell_Case/LoadCell_Case_Lid.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newAM/LoadCellOccupany/HEAD/LoadCell_Case/LoadCell_Case_Lid.scad -------------------------------------------------------------------------------- /LoadCell_Case/LoadCell_Case_Lid.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newAM/LoadCellOccupany/HEAD/LoadCell_Case/LoadCell_Case_Lid.stl -------------------------------------------------------------------------------- /LoadCell_Holder/LoadCell_Holder.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newAM/LoadCellOccupany/HEAD/LoadCell_Holder/LoadCell_Holder.scad -------------------------------------------------------------------------------- /LoadCell_Holder/LoadCell_Holder.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newAM/LoadCellOccupany/HEAD/LoadCell_Holder/LoadCell_Holder.stl -------------------------------------------------------------------------------- /LoadCell_HomeAssistant/ConfigurationExample.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newAM/LoadCellOccupany/HEAD/LoadCell_HomeAssistant/ConfigurationExample.yaml -------------------------------------------------------------------------------- /LoadCell_KiCAD/LoadCell-cache.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newAM/LoadCellOccupany/HEAD/LoadCell_KiCAD/LoadCell-cache.lib -------------------------------------------------------------------------------- /LoadCell_KiCAD/LoadCell-rescue.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newAM/LoadCellOccupany/HEAD/LoadCell_KiCAD/LoadCell-rescue.lib -------------------------------------------------------------------------------- /LoadCell_KiCAD/LoadCell.kicad_pcb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newAM/LoadCellOccupany/HEAD/LoadCell_KiCAD/LoadCell.kicad_pcb -------------------------------------------------------------------------------- /LoadCell_KiCAD/LoadCell.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newAM/LoadCellOccupany/HEAD/LoadCell_KiCAD/LoadCell.pro -------------------------------------------------------------------------------- /LoadCell_KiCAD/LoadCell.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newAM/LoadCellOccupany/HEAD/LoadCell_KiCAD/LoadCell.sch -------------------------------------------------------------------------------- /LoadCell_KiCAD/PoE_PD_Interface.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newAM/LoadCellOccupany/HEAD/LoadCell_KiCAD/PoE_PD_Interface.sch -------------------------------------------------------------------------------- /LoadCell_KiCAD/W5100_Ethernet_Interface.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newAM/LoadCellOccupany/HEAD/LoadCell_KiCAD/W5100_Ethernet_Interface.sch -------------------------------------------------------------------------------- /LoadCell_KiCAD_Schematic.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newAM/LoadCellOccupany/HEAD/LoadCell_KiCAD_Schematic.pdf -------------------------------------------------------------------------------- /LoadCell_Media/LoadCell_Media_FrontCircuitView.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newAM/LoadCellOccupany/HEAD/LoadCell_Media/LoadCell_Media_FrontCircuitView.jpg -------------------------------------------------------------------------------- /LoadCell_Media/LoadCell_Media_HASSCard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newAM/LoadCellOccupany/HEAD/LoadCell_Media/LoadCell_Media_HASSCard.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/newAM/LoadCellOccupany/HEAD/README.md --------------------------------------------------------------------------------