From c6af2d8a6387c6c716559fe2865aa7623b1f3f48 Mon Sep 17 00:00:00 2001 From: Li-Dongze <131528672+Li-Dongze@users.noreply.github.com> Date: Tue, 12 Nov 2024 20:36:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=9D=8E=E4=B8=9C=E6=B3=BD?= =?UTF-8?q?=E8=87=AA=E6=88=91=E4=BB=8B=E7=BB=8D=20(#555)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../18_Li-Dongze/01_introduce/01_introduce.md | 40 +++++++++++++++++++ source/18_Li-Dongze/index.rst | 7 ++++ source/index.rst | 1 + 3 files changed, 48 insertions(+) create mode 100644 source/18_Li-Dongze/01_introduce/01_introduce.md create mode 100644 source/18_Li-Dongze/index.rst diff --git a/source/18_Li-Dongze/01_introduce/01_introduce.md b/source/18_Li-Dongze/01_introduce/01_introduce.md new file mode 100644 index 0000000..aca4ca9 --- /dev/null +++ b/source/18_Li-Dongze/01_introduce/01_introduce.md @@ -0,0 +1,40 @@ +# 简单自我介绍 + +## introduce + +Name: Li-Dongze + +### 编程语言 + +| language skill | 熟练程度 | +| -------------- | -------- | +| c | 熟悉 | +| c++ | 一般 | +| javascript | 入门 | +| python | 入门 | + +### IOT 技能 + +| iot skill | 熟练程度 | +| --------- | -------- | +| BLE | 入门 | +| MQTT | 入门 | + + +### 系统性能 + +| os skill | 熟练程度 | +| -------- | -------- | +| RTThread | 熟悉 | +| freertos | 入门 | + + +### 手上相关开发板 + +| 开发板名称 | 开发板相关链接 | 备注 | soc类型 | +| ------------------ | ------------------------------------------------------------ | -------- | ------- | +| 星火一号 | [rt_thread_spark](https://gitee.com/rtthread/docs-online/blob/master/rt-thread-version/rt-thread-standard/hw-board/spark-1/spark-1.md) | WIFI | | +| nrf52840官方开发板 | [nRF52840 DK - nordicsemi.com](https://www.nordicsemi.com/Products/Development-hardware/nRF52840-DK?lang=zh-CN) | BLE | | +| cc2650官方开发板 | [ti.com.cn/product/cn/CC2650](https://www.ti.com.cn/product/cn/CC2650) | BLE | | +| ESP32C3立创实战派 | https://wiki.lckfb.com/zh-hans/szpi-esp32c3/ | BLE/WIFI | | + diff --git a/source/18_Li-Dongze/index.rst b/source/18_Li-Dongze/index.rst new file mode 100644 index 0000000..cf738ea --- /dev/null +++ b/source/18_Li-Dongze/index.rst @@ -0,0 +1,7 @@ +NORDIC:hydevcode +================== +.. toctree:: + :maxdepth: 2 + :numbered: 2 + + 01_introduce/01_introduce.md \ No newline at end of file diff --git a/source/index.rst b/source/index.rst index 52cb359..65183e3 100644 --- a/source/index.rst +++ b/source/index.rst @@ -37,6 +37,7 @@ Welcome to BLUETOOTHLOVER_wiki's documentation! 14_bobwenstudy/index 16_ColeStudy/index 17_hydevcode/index + 18_Li-Dongze/index Indices and tables ==================