├── 1.Gerber ├── BOM_TINY-PMU.xlsx ├── Gerber_MINI-PMU-AXP173.zip ├── Gerber_TINY-PMU-AXP173_V2.zip └── PickAndPlace_TINY-PMU.xlsx ├── 2.Models ├── .gitignore ├── 3D_MINI-PMU-AXP173.step ├── 3D_TINY-PMU-AXP173_V2.step └── keyshot.7z ├── 3.Pics ├── KeyShot渲染.9.png ├── b.png ├── f.png ├── keyshot.14.16.9.png ├── keyshot.14.4.3.png ├── keyshot.14.png ├── pcb.jpg └── sch.jpg ├── 4.Docs ├── AXP173 Datasheet v1.12_cn..pdf └── SCH.pdf ├── 5.Project files ├── 封装 │ └── TINY-PMU-AXP173.zip └── 工程 │ └── ProProject_【TINY-PMU】AXP173+超迷你的电源管理模块~.zip ├── LICENSE └── README.md /1.Gerber/BOM_TINY-PMU.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Forairaaaaa/TINY-PMU-AXP173/044988cc2e71980a9b0b698ac048f979bb52818c/1.Gerber/BOM_TINY-PMU.xlsx -------------------------------------------------------------------------------- /1.Gerber/Gerber_MINI-PMU-AXP173.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Forairaaaaa/TINY-PMU-AXP173/044988cc2e71980a9b0b698ac048f979bb52818c/1.Gerber/Gerber_MINI-PMU-AXP173.zip -------------------------------------------------------------------------------- /1.Gerber/Gerber_TINY-PMU-AXP173_V2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Forairaaaaa/TINY-PMU-AXP173/044988cc2e71980a9b0b698ac048f979bb52818c/1.Gerber/Gerber_TINY-PMU-AXP173_V2.zip -------------------------------------------------------------------------------- /1.Gerber/PickAndPlace_TINY-PMU.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Forairaaaaa/TINY-PMU-AXP173/044988cc2e71980a9b0b698ac048f979bb52818c/1.Gerber/PickAndPlace_TINY-PMU.xlsx -------------------------------------------------------------------------------- /2.Models/.gitignore: -------------------------------------------------------------------------------- 1 | /keyshot.bip 2 | -------------------------------------------------------------------------------- /2.Models/keyshot.7z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Forairaaaaa/TINY-PMU-AXP173/044988cc2e71980a9b0b698ac048f979bb52818c/2.Models/keyshot.7z -------------------------------------------------------------------------------- /3.Pics/KeyShot渲染.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Forairaaaaa/TINY-PMU-AXP173/044988cc2e71980a9b0b698ac048f979bb52818c/3.Pics/KeyShot渲染.9.png -------------------------------------------------------------------------------- /3.Pics/b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Forairaaaaa/TINY-PMU-AXP173/044988cc2e71980a9b0b698ac048f979bb52818c/3.Pics/b.png -------------------------------------------------------------------------------- /3.Pics/f.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Forairaaaaa/TINY-PMU-AXP173/044988cc2e71980a9b0b698ac048f979bb52818c/3.Pics/f.png -------------------------------------------------------------------------------- /3.Pics/keyshot.14.16.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Forairaaaaa/TINY-PMU-AXP173/044988cc2e71980a9b0b698ac048f979bb52818c/3.Pics/keyshot.14.16.9.png -------------------------------------------------------------------------------- /3.Pics/keyshot.14.4.3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Forairaaaaa/TINY-PMU-AXP173/044988cc2e71980a9b0b698ac048f979bb52818c/3.Pics/keyshot.14.4.3.png -------------------------------------------------------------------------------- /3.Pics/keyshot.14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Forairaaaaa/TINY-PMU-AXP173/044988cc2e71980a9b0b698ac048f979bb52818c/3.Pics/keyshot.14.png -------------------------------------------------------------------------------- /3.Pics/pcb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Forairaaaaa/TINY-PMU-AXP173/044988cc2e71980a9b0b698ac048f979bb52818c/3.Pics/pcb.jpg -------------------------------------------------------------------------------- /3.Pics/sch.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Forairaaaaa/TINY-PMU-AXP173/044988cc2e71980a9b0b698ac048f979bb52818c/3.Pics/sch.jpg -------------------------------------------------------------------------------- /4.Docs/AXP173 Datasheet v1.12_cn..pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Forairaaaaa/TINY-PMU-AXP173/044988cc2e71980a9b0b698ac048f979bb52818c/4.Docs/AXP173 Datasheet v1.12_cn..pdf -------------------------------------------------------------------------------- /4.Docs/SCH.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Forairaaaaa/TINY-PMU-AXP173/044988cc2e71980a9b0b698ac048f979bb52818c/4.Docs/SCH.pdf -------------------------------------------------------------------------------- /5.Project files/封装/TINY-PMU-AXP173.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Forairaaaaa/TINY-PMU-AXP173/044988cc2e71980a9b0b698ac048f979bb52818c/5.Project files/封装/TINY-PMU-AXP173.zip -------------------------------------------------------------------------------- /5.Project files/工程/ProProject_【TINY-PMU】AXP173+超迷你的电源管理模块~.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Forairaaaaa/TINY-PMU-AXP173/044988cc2e71980a9b0b698ac048f979bb52818c/5.Project files/工程/ProProject_【TINY-PMU】AXP173+超迷你的电源管理模块~.zip -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2022 Forairaaaaa 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # 【TINY-PMU】AXP173 2 | ![](https://github.com/Forairaaaaa/TINY-PMU-AXP173/blob/main/3.Pics/keyshot.14.4.3.png?raw=true) 3 | 4 | #### 超迷你的电源管理模块,适用于带电池的小型移动设备和机器人等~ 5 | 6 | 视频介绍: 7 | 8 | 立创工程: 9 | 10 | - 超迷你: **1.6cm x 1.52cm**,基于**AXP173**,集成核心电路,连接即用 11 | - 引脚由2.54mm间距半孔引出,可焊接排针直接连接杜邦线使用,方便测试开发~ 12 | - 常规工艺加工亦可 13 | 14 | #### 功能简述: 15 | 16 | - 可控DCDC、LDO电源输出 17 | - 电池温度、电量、充放电信息等 18 | 19 | #### 适配Arduino库: 20 | 21 | - [Forairaaaaa/TinyPMU: Arduino libaray for TINY-PMU](https://github.com/Forairaaaaa/TinyPMU) 22 | 23 | #### 注意事项: 24 | 25 | - 一定要注意AXP173的货源,有默认电压低而无法启动MCU的风险 26 | - 为减少体积,未引出DCDC-2相关引脚 27 | - 布线宽度受限,不建议负载电流过大 28 | 29 | #### 参考链接: 30 | 31 | - [www.x-powers.com](http://www.x-powers.com/index.php/Info/product_detail/article_id/27) 32 | 33 | ![](https://github.com/Forairaaaaa/TINY-PMU-AXP173/blob/main/3.Pics/sch.jpg?raw=true) 34 | 35 | ![](https://github.com/Forairaaaaa/TINY-PMU-AXP173/blob/main/3.Pics/pcb.jpg?raw=true) 36 | --------------------------------------------------------------------------------