forked from esp8266vn/esp8266.vn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
80 lines (76 loc) · 3.85 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
site_name: Internet Of Things (IoT) với ESP8266
site_url: https://esp8266.vn
site_description: ESP8266 Việt Nam
# theme: readthedocs
site_author: Tuan PM
theme_dir: readthedocshm
copyright: Copyright © 2016 <a href="https://esp8266.vn">ESP8266 Viet Nam</a>
markdown_extensions:
- toc:
permalink: '#'
- codehilite(css_class=code)
- admonition
- smarty
repo_name: GitHub
repo_url: https://github.com/esp8266vn/esp8266.vn
google_analytics: ['UA-60470603-4', 'esp8266.vn']
# Page tree
pages:
- Trang chủ: index.md
- Nội dung:
- Kiến thức cơ bản:
- Tổng quan: 00-introduction/00-introduction.md
- Internet Of Things (IoT): 00-introduction/01-about-iot.md
- ESP8266 & ESP8285: 00-introduction/02-about-esp8266.md
- Module & Board phát triển: 00-introduction/03-esp-module.md
- Phần cứng & công cụ: 00-introduction/04-prepare.md
- ESP8266 NONOS-SDK:
- Giới thiệu: nonos-sdk/nonos-sdk.md
- Cơ bản:
- Cài đặt công cụ cần thiết: nonos-sdk/01-esp-basic/00-esp-basic.md
- Biên dịch dự án mẫu: nonos-sdk/01-esp-basic/01-compile-first-time.md
- Bật tắt LED: nonos-sdk/01-esp-basic/02-blink-led.md
- Nút nhấn: nonos-sdk/01-esp-basic/03-button.md
- UART: nonos-sdk/01-esp-basic/04-uart.md
- Makefile cho dự án phức tạp: nonos-sdk/01-esp-basic/complex-makefile.md
- Task: nonos-sdk/01-esp-basic/05-task.md
- Wifi: nonos-sdk/01-esp-basic/06-wifi.md
- ESPCONN: nonos-sdk/01-esp-basic/07-espconn.md
- MDNS: nonos-sdk/01-esp-basic/08-mdns.md
- NTP: nonos-sdk/01-esp-basic/09-ntp.md
- Lưu dữ liệu vào Flash: nonos-sdk/01-esp-basic/10-save-to-flash.md
- Smartconfig:
- ESP8266 Smartconfig: nonos-sdk/02-esp-smartconfig/00-esp-smartconfig.md
- Tại sao cần Smartconfig: nonos-sdk/02-esp-smartconfig/01-why-smartconfig.md
- ESPTOUCH & AIRKISS: nonos-sdk/02-esp-smartconfig/02-esptouch.md
- WPS: nonos-sdk/02-esp-smartconfig/03-wps.md
- MQTT:
- ESP8266 MQTT: nonos-sdk/03-esp-mqtt/00-esp-mqtt.md
- HTTP Client:
- ESP8266 HTTP Client: nonos-sdk/04-esp-http-client/00-esp-http-client.md
- HTTP Server:
- ESP8266 HTTP Server: nonos-sdk/05-esp-http-server/00-esp-http-server.md
- Firmware Over The Air:
- FOTA: nonos-sdk/06-esp-fota/00-esp-fota.md
- ESP Now:
- ESP Now: nonos-sdk/07-esp-now/00-esp-now.md
- ESP Mesh:
- ESP Mesh: nonos-sdk/08-esp-mesh/00-esp-mesh.md
- Các dự án:
- Danh sách: nonos-sdk/09-esp-projects/00-project-list.md
- ESP8266 FreeRTOS-SDK:
- Giới thiệu: freertos-sdk/freertos-sdk.md
- Cơ bản:
- Cài đặt công cụ cần thiết: freertos-sdk/00-freertos-basic/00-basic.md
- ESP8266 Arduino:
- Giới thiệu: arduino/arduino.md
- Cơ bản:
- Cài đặt công cụ cần thiết: arduino/00-arduino-basic/00-basic.md
- Cập nhật Firmware (FOTA): arduino/arduino-fota.md
- ESP8266 Micropython:
- Giới thiệu: micropython/micropython.md
- Cơ bản:
- Cài đặt công cụ cần thiết: micropython/00-ucpython-basic/00-basic.md
- Các dự án: projects/project-list.md
- Bản quyền: license.md
- Đóng góp: contributor.md