GithubHelp home page GithubHelp logo

tangyiyong / aipi-open-kits Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ai-thinker-open/aipi-open-kits

0.0 1.0 0.0 91.51 MB

Shell 0.01% Python 0.04% C 99.93% Assembly 0.01% E 0.01% Makefile 0.01% CMake 0.01%

aipi-open-kits's Introduction

小安派-开源硬件

开发板 概述 详细介绍
AiPi-Eeys 小安派-Eyes出厂固件源码 点击查看
AiPi-Eeys_weather 小安派-Eeys_天气站出厂固件源码 点击查看
AiPi-Audio 小安派-Audio出厂固件源码 点击查看
AiPi-Voice 小安派-Voice出厂固件源码 点击查看
AiPi-Cam 小安派-Cam出厂固件源码 点击查看
AiPi-DSL_Dashboard 小安派桌面助手固件源码 点击查看
AiPi-DSL_MusicPlay 小安派-DSL_2.4出厂固件源码 点击查看
AiPi-DSL_Watch 小安派-DSL_1.28出厂固件源码 点击查看
AiPi-SCP-2.4 小安派-SCP-2.4出厂固件源码 点击查看
AiPi-SCP-4.3 小安派-SCP-4.3出厂固件源码 点击查看
AiPi-Eyes-DU 小安派-Eyes-DU出厂固件源码 点击查看
AiPi-SCP_SmartCtrl 小安派智能监控终端 源码 点击查看
AiPi-Knob 小安派-Knob旋钮源码 点击查看
AiPi-Remote 小安派-Remote 源码 点击查看
AiPi-Knob-ClipsTool 小安派-AiPi-Knob-ClipsTool 剪辑助手源码 点击查看
AiPi-KVM 小安派-KVM 三进一出切换器源码 点击查看
AiPi-Radar-WakeUp 小安派-雷达天气站源码 点击查看
AiPi-UNO-Emac AiPi-UNO-ET485 测试固件 点击查看

一、克隆Ai-Thinker仓库

在linux的终端下输入

git clone https://github.com/Ai-Thinker-Open/AiPi-Open-Kits.git

将整个开源硬件的DEMO仓库克隆下来

二、拉取子模块

首先进入AiPi-Open-Kits目录下

cd AiPi-Open-Kits

在该目录下输入以下两条指令初始化及拉取子模块

git submodule init
git submodule update

进入aithinker_Ai-M6X_SDK,拉取SDK子模块以及设置路径

. install.sh
. export.sh

三、编译和烧录

在AiPi-Open-Kits下可以看见各种小安派的Demo文件夹,使用cd命令进入到需要编译和烧录的Demo下

cd 对应Demo目录文件夹
make                          //编译命令
make flash COMX=/dev/ttyUSB0  //烧录命令

注意:启动烧录命令后会出现“Please Press Reset Key!”,需要在模组上按下RST键继续完成烧录

示例——烧录AiPi-Cam

1.准备AiPi-Cam-D与USB转TTL,接线如下

AiPi-Cam-D 连线 USB转TTL
VCC ------ 3.3V
RX ------ TX
TX ------ RX
GND ------ GND

2.编译和烧录固件

(1)进入 AiPi-Cam 的目录文件夹

(2)输入 make 编译固件

(3)输入 make flash COMX=/dev/ttyUSB0

出现“Please Press Reset Key!"后按下RST

(4)出现“All Success”表示烧录成功

``

aipi-open-kits's People

Contributors

seahi-mo avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.