• Home
Name Date Size #Lines LOC

..--

a0_hello_world/12-May-2024-327233

a1_kernel_task/12-May-2024-273181

a2_kernel_semaphore/12-May-2024-431292

a3_kernel_timer/12-May-2024-308203

a4_kernel_mutex/12-May-2024-341221

a5_kernel_queue/12-May-2024-377263

a6_kernel_event/12-May-2024-368245

b1_adc/12-May-2024-329210

b2_nfc/12-May-2024-1,484839

b3_eeprom/12-May-2024-1,024644

b4_lcd/12-May-2024-5,2884,428

b5_oled/12-May-2024-1,370833

b6_uart/12-May-2024-312196

b7_wifi_tcp/12-May-2024-827629

b8_wifi_udp/12-May-2024-816604

c1_e53_intelligent_agriculture/12-May-2024-863512

c2_e53_smart_covers/12-May-2024-868529

c3_e53_intelligent_street_lamp/12-May-2024-498276

c4_e53_intelligent_vehicle_01/12-May-2024-907515

c5_e53_body_induction/12-May-2024-411252

c6_e53_gesture_sensor/12-May-2024-1,406912

BUILD.gnD12-May-20241.4 KiB5046

README_zh.mdD12-May-20243.4 KiB3529

README_zh.md

1# 小凌派-RK2206开发板-案例开发
2
3小凌派-RK2206开发板提供多个案例,案例以A、B、C、D进行不同类别进行分级,方便初学者由浅入深逐步学习。您拿到工程后经过简单的编程和下载即可看到实验现象。下面依次对A/B/C/D类进行介绍:
4
5* `A1 - A99`:内核类
6* `B1 - B99`:基础外设类
7* `C1 - C99`:E53传感器类
8* `D1 - D99`:物联网类
9
10例程列表如下所示:
11
12| 编号 | 类别      | 例程名                  | 说明                                                                                                       |
13| ---- | --------- | ----------------------- | ---------------------------------------------------------------------------------------------------------- |
14| A0   | 内核      | Hello World             | [Hello World](./a0_hello_world/README_zh.md)
15| A1   | 内核      | thread                  | [任务](./a1_kernel_task/README_zh.md)                                            |
16| A2   | 内核      | semaphore               | [信号量](./a2_kernel_semaphore/README_zh.md)                                     |
17| A3   | 内核      | timer                   | [定时器](./a3_kernel_timer/README_zh.md)                                         |
18| A4   | 内核      | mutex                   | [互斥锁](./a4_kernel_mutex/README_zh.md)                                         |
19| A5   | 内核      | queue                   | [消息队列](./a5_kernel_queue/README_zh.md)                                       |
20| A6   | 内核      | event                   | [事件](./a6_kernel_event/README_zh.md)                                           |
21| B1   | 基础      | adc                     | [ADC按键检测](./b1_adc/README_zh.md)                                             |
22| B2   | 基础      | nfc                     | [NFC标签](./b2_nfc/README_zh.md)                                                 |
23| B3   | 基础      | eeprom                  | [EEPROM测试](./b3_eeprom/README_zh.md)                                           |
24| B4   | 基础      | lcd                     | [LCD显示](./b4_lcd/README_zh.md)                                                 |
25| B5   | 基础      | oled                    | [OLED显示](./b5_oled/README_zh.md)                                               |
26| B6   | 基础      | uart                    | [UART打印](./b6_uart/README_zh.md)                                               |
27| B7   | 基础      | wifi_tcp                | [TCP通信](./b7_wifi_tcp/README_zh.md)                                               |
28| C1   | E53传感器 | e53_ia_example          | [智慧农业](./c1_e53_intelligent_agriculture/README_zh.md)                        |
29| C2   | E53传感器 | e53_sc_example          | [智慧井盖](./c2_e53_smart_covers/README_zh.md)                                   |
30| C3   | E53传感器 | e53_isl_example         | [智慧路灯](./c3_e53_intelligent_street_lamp/README_zh.md)                        |
31| C4   | E53传感器 | e53_iv01_example        | [智慧车载](./c4_e53_intelligent_vehicle_01/README_zh.md)                         |
32| C5   | E53传感器 | e53_bi_example          | [人体感应](./c5_e53_body_induction/README_zh.md)                                 |
33| C6   | E53传感器 | e53_gs_example          | [智能手势](./c6_e53_gesture_sensor/README_zh.md)                                 |
34
35