• Home
Name Date Size #Lines LOC

..--

adc_demo/22-Oct-2025-15395

beep_demo/22-Oct-2025-617376

coap_demo/22-Oct-2025-1,9971,438

colorfullight_demo/22-Oct-2025-227153

delay_demo/22-Oct-2025-162106

doc/22-Oct-2025-329266

easy_wifi_demo/22-Oct-2025-668442

environment_demo/22-Oct-2025-3,0812,175

environment_test_demo/22-Oct-2025-767499

gpiobutton_demo/22-Oct-2025-199138

gpioled_demo/22-Oct-2025-15297

hello_world_demo/22-Oct-2025-1,151768

histreaming_client_demo/22-Oct-2025-1,008628

histreaming_demo/22-Oct-2025-6,2154,778

i2caht20_demo/22-Oct-2025-499325

interconnection_client_demo/22-Oct-2025-701431

iottencent_demo/22-Oct-2025-1,8701,313

led_demo/22-Oct-2025-582339

lwip_demo/22-Oct-2025-634410

message_demo/22-Oct-2025-304233

mqtt_demo/22-Oct-2025-1,7061,215

mutex_demo/22-Oct-2025-259193

nfc_demo/22-Oct-2025-2,9382,121

oc_demo/22-Oct-2025-7,3355,657

oledplayer_demo/22-Oct-2025-1,319912

pwmbeer_demo/22-Oct-2025-173113

pwmbeermusic_demo/22-Oct-2025-190124

pwmled_demo/22-Oct-2025-163108

robot_demo/22-Oct-2025-2,4741,821

samart_environmental_monitoring_system_demo/22-Oct-2025-1,481962

semaphore_demo/22-Oct-2025-274206

smart_night_light_demo/22-Oct-2025-1,277826

sntp_demo/22-Oct-2025-427263

ssd1306_demo/22-Oct-2025-739529

tcpclient_demo/22-Oct-2025-629386

tcpserver_demo/22-Oct-2025-625387

thread_demo/00_thread/22-Oct-2025-316234

time_demo/22-Oct-2025-226161

traffic_light_demo/22-Oct-2025-5,1434,075

trafficlight_demo/22-Oct-2025-217151

uart_demo/22-Oct-2025-262171

udp_demo/22-Oct-2025-695465

udpclient_demo/22-Oct-2025-622387

udpserver_demo/22-Oct-2025-685425

wificonnect_demo/22-Oct-2025-248195

wifihotspot_demo/22-Oct-2025-212163

README.mdD22-Oct-20252.8 KiB4141

README.md

1# Hi3861V100实验开发指导<a name="ZH-CN_TOPIC_0000001130176841"></a>
2前言:在学习实验之前,请学习一下理论知识,[前往理论知识课程](http://developer.huawei.com/consumer/cn/training/course/introduction/C101641968823265204)
3## Hi3861V100硬件介绍及搭建<a name="section11660541593"></a>
4-    [Hi3861V100硬件搭建](doc/硬件环境搭建.md)
5## Hi3861V100应用场景介绍<a name="section11660541593"></a>
6-    [Hi3861V100应用场景介绍](doc/Hi3861V100应用场景介绍.md)
7## 开发环境搭建<a name="section11660541593"></a>
8-    [搭建IDE工具开发环境](https://device.harmonyos.com/cn/docs/documentation/guide/ide-install-windows-ubuntu-0000001194073744)
9-    [源码获取](https://device.harmonyos.com/cn/docs/documentation/guide/sourcecode-acquire-0000001050769927)
10-    [打开工程/源码](https://device.harmonyos.com/cn/docs/documentation/guide/open_project-0000001071680043)
11-    [编译Hi3861V100开发板源码](https://device.harmonyos.com/cn/docs/documentation/guide/ide-hi3861v100-compile-0000001192526021)
12-    [Hi3861V100开发板烧录](https://device.harmonyos.com/cn/docs/documentation/guide/ide-hi3861-upload-0000001051668683)
13-    [运行第一个程序Hello world](hello_world_demo/README.md)
14## WiFi_IoT常用接口案例<a name="section11660541593"></a>
15-    [I2C通信介绍](doc/I2C通信介绍.md)
16-    [UART通信介绍](doc/UART通信介绍.md)
17-    [PWM接口介绍](doc/PWM接口介绍.md)
18## WiFi_IoT基础控制实验<a name="section11660541593"></a>
19-    [led实验](led_demo/README.md)
20-    [蜂鸣器实验](beep_demo/README.md)
21## WiFi_IoT网络通信实验<a name="section11660541593"></a>
22-    [AT指令应用](doc/AT指令应用.md)
23-    [LWIP协议的TCP/IP通信](lwip_demo/README.md)
24-    [MQTT的通信实验](mqtt_demo/README.md)
25-    [Coap协议的通信实验](coap_demo/README.md)
26## WiFi_IoT应用实践实验<a name="section11660541593"></a>
27-    [Histreaming APP的智慧交通灯](histreaming_demo/README.md)
28-    [华为云的智能交通灯上报](oc_demo/README.md)
29-    [腾讯云的微信小程序开发及Hi3861板端互联](iottencent_demo/README.md)
30-    [微信小程序基于UDP局域网和Hi3861板端互联](udp_demo/README.md)
31## WiFi_IoT工程实验<a name="section11660541593"></a>
32-    [交通灯实验](traffic_light_demo/README.md)
33-    [环境检测实验](environment_demo/README.md)
34-    [NFC实验](nfc_demo/README.md)
35## 互联<a name="section11660541593"></a>
36-    [串口互联](interconnection_client_demo/README.md)
37-    [WiFi互联](histreaming_client_demo/README.md)
38## Robotkit板例程<a name="section11660541593"></a>
39-    [car_demo](robot_demo/README.md)
40## 附录<a name="section11660541593"></a>
41-    [Hi3861V100 BootLoader的启动与运行](doc/BootLoader的启动与运行.md)