Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/harrymadison297/hw__iot-hardware-design
- Owner: harrymadison297
- Created: 2024-10-04T07:27:15.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-24T17:29:42.000Z (3 months ago)
- Last Synced: 2024-10-26T01:29:59.810Z (3 months ago)
- Topics: altium, esp32, esp8266, hardware, iot, kicad, pcb-design
- Homepage:
- Size: 35.6 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`