Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add lipoboard #1504

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
17 changes: 17 additions & 0 deletions projects/lipoboard/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Copyright (C) 2024-2025 Cheyao
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.

Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:

1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would be
appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.

26 changes: 26 additions & 0 deletions projects/lipoboard/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
name: "LiPoBoard"
slack_handle: "@Cyao"
github_handle: "@cheyao"
tutorial: NONE
wokwi: NONE
---

# LiPoBoard

![](https://hc-cdn.hel1.your-objectstorage.com/s/v3/347db873d955d124e9e6960ec04af243e5540027_image.png)

A 3-in-one LiPo breakout board:
- LiPo charging
- Overdischarge protection
- Conversion to 3v3 or 5v

Features:
- High efficency (>90%)
- Overdischarge/overcharge protection
- Selectable 3v3 and 5v
- Single sided design, placable on existing PCBs

The PCB fab price is 3.24 EUR (3.5$), and the components will be ordered from LCSC

Hope everything works first time
Binary file added projects/lipoboard/cart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added projects/lipoboard/gerber.zip
Binary file not shown.
Binary file added projects/lipoboard/schematic.pdf
Binary file not shown.
1 change: 1 addition & 0 deletions projects/lipoboard/src/fabrication-toolkit-options.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"EXTRA_LAYERS": "", "ALL_ACTIVE_LAYERS": false, "EXTEND_EDGE_CUT": false, "ALTERNATIVE_EDGE_CUT": false, "AUTO TRANSLATE": true, "AUTO FILL": true, "EXCLUDE DNP": false}
Loading