Skip to content

zufall-labs/iot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

IoT

πŸ€– Everything IoT in regards to Zufall Labs hardware products

/
β”œβ”€β”€ .github/                      # GitHub specific configurations
β”‚   β”œβ”€β”€ workflows/                # GitHub Actions CI/CD pipelines
β”‚   β”œβ”€β”€ ISSUE_TEMPLATE/          # Issue templates
β”‚   └── PULL_REQUEST_TEMPLATE/   # PR templates
β”‚
β”œβ”€β”€ hardware/                     # All hardware-related files
β”‚   β”œβ”€β”€ mechanical/              # 3D designs and mechanical components
β”‚   β”‚   β”œβ”€β”€ cad/                 # CAD files (Fusion 360, SolidWorks, etc.)
β”‚   β”‚   β”œβ”€β”€ stl/                 # 3D printable files
β”‚   β”‚   └── drawings/            # Technical drawings and dimensions
β”‚   β”‚
β”‚   β”œβ”€β”€ electronics/             # Electronic design files
β”‚   β”‚   β”œβ”€β”€ kicad/              # KiCad project files
β”‚   β”‚   β”‚   β”œβ”€β”€ lib/            # Custom component libraries
β”‚   β”‚   β”‚   β”œβ”€β”€ fp-lib-table    # Footprint library configurations
β”‚   β”‚   β”‚   └── sym-lib-table   # Symbol library configurations
β”‚   β”‚   β”œβ”€β”€ datasheets/         # Component datasheets
β”‚   β”‚   └── production/         # Gerber files, BOM, assembly instructions
β”‚   β”‚
β”‚   └── interfaces/             # Hardware interface specifications
β”‚       β”œβ”€β”€ connectors/         # Connector pinouts and specifications
β”‚       └── protocols/          # Communication protocol specifications
β”‚
β”œβ”€β”€ firmware/                    # Device firmware
β”‚   β”œβ”€β”€ bootloader/             # Bootloader source code
β”‚   β”œβ”€β”€ main/                   # Main firmware source code
β”‚   β”œβ”€β”€ libs/                   # Shared firmware libraries
β”‚   └── tools/                  # Firmware-specific tools
β”‚
β”œβ”€β”€ software/                   # Software components
β”‚   β”œβ”€β”€ core/                   # Core business logic
β”‚   β”œβ”€β”€ adapters/              # Hardware abstraction layers
β”‚   β”‚   β”œβ”€β”€ sensor-adapters/   # Different sensor implementations
β”‚   β”‚   └── comm-adapters/     # Communication protocol adapters
β”‚   β”œβ”€β”€ api/                   # API definitions and implementations
β”‚   β”œβ”€β”€ web/                   # Web applications
β”‚   β”œβ”€β”€ mobile/                # Mobile applications
β”‚   └── tools/                 # Development and debugging tools
β”‚
β”œβ”€β”€ tests/                      # Test suites
β”‚   β”œβ”€β”€ hardware/              # Hardware test specifications
β”‚   β”œβ”€β”€ firmware/              # Firmware test suites
β”‚   └── software/              # Software test suites
β”‚
β”œβ”€β”€ docs/                       # Documentation
β”‚   β”œβ”€β”€ architecture/          # System architecture documents
β”‚   β”œβ”€β”€ hardware/              # Hardware documentation
β”‚   β”œβ”€β”€ firmware/              # Firmware documentation
β”‚   β”œβ”€β”€ software/              # Software documentation
β”‚   β”œβ”€β”€ api/                   # API documentation
β”‚   └── user/                  # End-user documentation
β”‚
β”œβ”€β”€ tools/                      # Development and build tools
β”‚   β”œβ”€β”€ build-scripts/         # Build automation scripts
β”‚   β”œβ”€β”€ ci-scripts/            # CI/CD helper scripts
β”‚   └── dev-tools/             # Development utilities
β”‚
β”œβ”€β”€ config/                     # Configuration files
β”‚   β”œβ”€β”€ dev/                   # Development environment configs
β”‚   β”œβ”€β”€ prod/                  # Production environment configs
β”‚   └── test/                  # Test environment configs
β”‚
β”œβ”€β”€ .gitignore                 # Git ignore rules
β”œβ”€β”€ .editorconfig              # Editor configuration
β”œβ”€β”€ LICENSE                    # Project license
β”œβ”€β”€ README.md                  # Project overview and setup instructions
└── CONTRIBUTING.md            # Contribution guidelines

About

πŸ€– Everything IoT in regards to Zufall Labs hardware products

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •