Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file added CAD/.gitkeep
Empty file.
Empty file added Firmware/.gitkeep
Empty file.
Empty file added Journal archive/assets/.gitkeep
Empty file.
3 changes: 3 additions & 0 deletions Journal archive/journal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
You can find the original Journal at [Scrap Book](https://scrapbook.hackclub.com/pi.plug)

---
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2026 Piyal Saha

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Empty file added PCB/.gitkeep
Empty file.
56 changes: 55 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,56 @@
# pi.plug
A custom designed smart plug, my first IoT project

meet pi.plug, my first IoT project, all thanks to the nice peeps at Hack Club! pi.plug is a custom designed smart plug that lets you control your devices remotely over Wi-Fi, schedule power on/off, and monitor energy usage.

---
# Features

1. Remote control over Wi-Fi
2. Scheduled power on/off
3. Energy usage monitoring
4. Status LED indicator

## BOM

1. Seeed XIAO ESP32C3
2. Hi-Link HLK-PM01 (AC-DC 5V power module)
3. Relay module 1x
4. Current sensor (ACS712) 1x
5. Status LED 1x
6. 3D printed enclosure
7. PCB

## Fusion 360

### 1. Assembled

| Top | Side |
| :-----: | :------: |
| *(coming soon)* | *(coming soon)* |

### 2. Enclosure

| Top | Side |
| :-----: | :------: |
| *(coming soon)* | *(coming soon)* |

---
## KiCAD

| Schematic |
| :-------: |
| *(coming soon)* |
| PCB |
| *(coming soon)* |

---
# Softwares Used

* KiCAD -> PCB Design
* Fusion 360 -> Enclosure design
* MicroPython -> Firmware

---
# Bibliography

> This project would not have been possible without the help of the amazing people of the internet and the Hack Club community.
Empty file added assets/.gitkeep
Empty file.
Empty file added production/.gitkeep
Empty file.