Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/harrymadison297/hw__iot-hardware-design

Hardware PCB design project for IoT and Smarthome
https://github.com/harrymadison297/hw__iot-hardware-design

altium esp32 esp8266 hardware iot kicad pcb-design

Last synced: 3 months ago
JSON representation

Hardware PCB design project for IoT and Smarthome

Awesome Lists containing this project

README

        

# HW__IoT-Hardware-Design

Hardware PCB design project for IoT and Smarthome using Altium and KiCad

## Setting up
1. Download Altium and KiCad
2. Open each project

## Documentation
### ESP32S3-Devkit-Design
Requirements:
1. Using 5V DC input from header pins
2. Two buttons for boot and reset modules
3. 36 Pins Connector
Design guidelines:
1. Using AMS1117-3.3V LDO for step down voltage regulator
2. Using module ESP32S3
3. Using 2 buttons SMD for boot and reset modules

### Light Sensor Design

### Note
Git command:
1. `git add .`
2. `git commit -m MESSAGE`
3. `git pull`
4. `git push`