Skip to content

Commit 0de5f80

Browse files
committed
Add documentation and resources for Sakura Pi Pocket Namiji
1 parent 186fd54 commit 0de5f80

11 files changed

Lines changed: 109 additions & 0 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"label": "Sakura Pi Pocket Namiji",
3+
"position": 2,
4+
"link": {
5+
"type": "generated-index"
6+
}
7+
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
241 KB
Loading
Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
---
2+
sidebar_position: 1
3+
title: 介绍
4+
sidebar_label: 介绍
5+
---
6+
7+
# 基本介绍
8+
9+
Sakura Pi Pocket Namiji 是一款专为 Meshtastic / LoRa Mesh 玩家设计的超小型节点平台。它尺寸小巧、供电灵活、支持二次开发,适合用于太阳能节点、室内固定节点等多种应用场景。
10+
11+
<img
12+
src={require('./img/board-shot.jpg').default}
13+
alt="board-shot"
14+
style={{
15+
width: '60%',
16+
borderRadius: '12px'
17+
}}
18+
/>
19+
20+
21+
## 特征
22+
23+
Sakura Pi Pocket Namiji 的基本参数如下:
24+
- 处理器:ESP32-C3,支持 WiFi 和 BLE
25+
- 兼容 Meshtastic,已预烧录固件
26+
- 支持软件二次开发,源码开放,可自行编译
27+
- 尺寸小巧:可直接装进 50mm PVC 水管
28+
- 散热器兼容设计,适合极端环境加装散热器
29+
- 板载 AHT20 温度传感器,用于监测板子温度;在封闭环境(如太阳能节点)中,可判断密封是否失效
30+
31+
## 供电设计
32+
- Buck-Boost 架构
33+
- 输出:5V
34+
- 输入:3–16V 宽压范围
35+
- 支持多种供电方式:
36+
- PD 12V 充电头
37+
- DC 直流供电
38+
- KF301 接线端子(可选配件)
39+
- 具备反接保护,适合户外和实验环境
40+
41+
### 太阳能节点应用
42+
用户可自备以下组件构建太阳能节点:
43+
- 带保护板的电池(支持 1–4 串)
44+
- 太阳能板
45+
- MPPT 模块
46+
47+
## 射频与接口
48+
- 焊接式 SMA 座子(固定)
49+
- IPEX1 接口连接 LoRa 模块
50+
- 建议使用 gizont 定频天线(24cm / 40cm),升级玻璃钢天线效果更佳
51+
52+
:::warning 重要提醒
53+
必须接入天线后再上电,否则可能损坏射频部分。
54+
:::
55+
56+
## 处理器
57+
58+
板载 ESP32-C3 模块,提供强大的无线连接能力和低功耗性能,支持 WiFi 和 BLE 协议。源码开放,用户可根据需要进行二次开发和固件编译。
59+
60+
更多关于 ESP32-C3 的信息,请参考 [Espressif 官方文档](https://www.espressif.com/en/products/socs/esp32-c3)
61+
62+
Sakura Pi Pocket Namiji 支持软件二次开发,适合构建各种 LoRa Mesh 应用,如太阳能供电的远程节点或室内固定部署。用户可基于开源固件进行定制开发。
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
sidebar_position: 2
3+
title: 快速指南
4+
sidebar_label: 快速指南
5+
---
6+
7+
# 快速指南
8+
9+
:::info
10+
TODO
11+
:::
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
sidebar_position: 3
3+
title: 资料下载
4+
sidebar_label: 资料下载
5+
---
6+
7+
# 资料下载
8+
9+
### 原理图 & iBOM
10+
11+
<a target="\_blank" href={require('./assets/SakuraPi Pocket Namiji_2026-01-21.pdf').default}>SakuraPi Pocket Namiji_2026-01-21.pdf</a>
12+
13+
### 数据手册
14+
<a target="\_blank" href={require('./assets/2411220025_ESPRESSIF-ESP32-C3FN4_C2848860.pdf').default}>2411220025_ESPRESSIF-ESP32-C3FN4_C2848860.pdf</a>
15+
<a target="\_blank" href={require('./assets/E22-M系列模块_UserManual_CN.pdf').default}>E22-M系列模块_UserManual_CN.pdf</a>
16+
17+
### 模型
18+
<a target="\_blank" href={require('./assets/sakurapi-pocket-namiji-3d.zip').default}>sakurapi-pocket-namiji-3d.step</a>
19+
20+
### 开源固件
21+
[Meshtastic 兼容固件](https://github.com/ssp97/meshtastic_fw)

i18n/en/docusaurus-plugin-content-docs/current.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,9 @@
2222
"sidebar.docs.category.sakurapi-elara-1": {
2323
"message": "Sakura Pi Elara 1",
2424
"description": "The label for category sakurapi-elara-1 in sidebar docs"
25+
},
26+
"sidebar.docs.category.sakurapi-pocket-namiji": {
27+
"message": "Sakura Pi Pocket Namiji",
28+
"description": "The label for category sakurapi-pocket-namiji in sidebar docs"
2529
}
2630
}

0 commit comments

Comments
 (0)