当前位置:网站首页>Maixll dock quick start
Maixll dock quick start
2022-07-01 04:24:00 【Salted fish shell】
Maixll-Dock Quick start
I wrote something about Maixll-Dock (V831) The article , But I was still green at that time ( Cough ). A lot of things you can't understand . All we can do is test the official case .
It's not the same now , I got up !~~
The following points should be noted before reading :
- This series is renamed Maixll-Dock, Distinguish the previous V831 name . Combine theory with practice , While analyzing official cases , Write your own ‘’ Little chestnut ‘’.
- Fixed version of this series , That is, the subsequent updated version is temporarily ignored ( Unless the new version has a qualitative breakthrough , We'll see .)
- I am stupid , The update is slow . Don't hurry, boss
- I am an unofficial person , Don't ask me if you have any questions , But you can leave a message in the comment area .
- Try to be concise , The goal is to enable more people to use the device quickly .
- There are many ways to realize extensible functions , I only choose the simplest way to do .
- During the internship, the video group was established , Do things for ( Maybe we can talk about hardware in another way QAQ).
Salted fish products , Just use it. ~
Choose version :v831-m2dock-maixpy3-0.5.0-20220601
Start ~ Content of this article : For convenience, it is written in the back V831 了 . The title of the topic is Maixll-Dock
After reading this article , Minimum , You can test whether the board is easy to use ~
Maixll-Dock
Based on domestic Quanzhi V831 Of linux AI Open source development board , It is suitable for beginners without the foundation of artificial intelligence , lovers , College students, etc , With the help of Python Programming can be simple and fast application of artificial intelligence technology .
Support the following functions . Refer to the official instructions for more details , We just know what it can do .
preparation
One computer , I am using Win10 System .( For demonstration , I redo the system , There is no environment in the computer )

A card reader ,SD One card ,Tpye-C A data line ( Capable of transmitting data !)
V831 A suit ( Development board , The screen , camera )
.
- open wiki file :https://wiki.sipeed.com/soft/maixpy3/zh/~ Our main references .
Install the image
( Official package to buy cards , You don't have to look here .)
Preparatory work completed , What matters now is to open V831. Try it V831 Is it easy to use ~.
If our computer wants to run, it must have its own system ,V831 Also need to , So we have to install the system image first .
Download the image file
Get the latest... From the download site V831 System image SDK_MaixII/release , Get a compressed package 
After unzipping, you will get a .img file , This is the system image file ..
Format memory card
Our system image should be put in the memory card ,( System disk ). For security, format the memory card first , It will save a lot of energy later
SD Card Formatter( It can also be like U Format like a disk .)
Download and install OK 了 
Connect the memory card to the computer through the card reader USB mouth , open SD Card Formatter Software , Format the memory card .
Refresh( Refresh ) Then click Format( format ), Pay attention to the correct selection of targets SD card .
Click the pop-up window to confirm 
Just a minute OK 了 
System burning
First download PhoenixCard
open PhoenixCard, Select the corresponding image package in the firmware , Then refresh the drive letter to find the target card , If it is not found, try plugging it again SD card . Select the option of starting card and click burn card .
Probably 30s after , Burn complete 
Development board testing
Turn it on
Insert the memory card burning the image into V831TF In the card slot .
USB Access USB OTG in , Connect the other side to the computer .
here , Will pop up U disc (405: I'm familiar with it ). And V831 The screen lights up , And there are some small functions ~
This is connected , Leave it alone for the time being .
The document states
open “U disc ”, You can see a app Folders and one wpa.xx Of CONF file ( Networked ).
app Inside the folder is the function file .
APP The folder contains the following files 
Program priority app/main.py
Don't believe it ? Let's order LED try .
Copy the following program into app Under the document main.py(TXT Just text , We'll use IDE) preservation .
import time # Time module
from maix import gpio
gpio.load(gpio.m2dock)
PH6 = gpio.gpio(6)
while True:
PH6.set_value(0) # Set to low level
print(PH6.get_value()) # Print acquisition level
time.sleep(1)
PH6.set_value(1) # Set to high level
print(PH6.get_value())
time.sleep(1)
Restart the development board ( Reset )
See the effect , Access LED Wait for a flash . congratulations , Successfully opened V831. You can make things .

Reference material :
https://wiki.sipeed.com/hardware/zh/maixII/M2/flash.html (Linux(Ubuntu) Use Livesuit burn )
边栏推荐
- C language games (I) -- guessing games
- Common thread methods and daemon threads
- Learn Chapter 20 of vue3 (keep alive cache component)
- Ospfb notes - five messages [ultra detailed] [Hello message, DD message, LSR message, LSU message, lsack message]
- Do280 management application deployment --rc
- Internet winter, how to spend three months to make a comeback
- 【无标题】
- 基于Unet的环路滤波
- Edge浏览器的小技巧:Enter+Ctrl可以自动将地址栏转换为网址
- OSPF notes [multiple access, two multicast addresses with OSPF]
猜你喜欢

JMeter learning notes 2 - brief introduction to graphical interface

js 图片路径转换base64格式

ThreeJS开篇

熊市下的Coinbase:亏损、裁员、股价暴跌

这可能是你进腾讯最后的机会了..

Introduction of Spock unit test framework and its practice in meituan optimization___ Chapter I

嵌入式系统开发笔记79:为什么要获取本机网卡IP地址

Odeint et GPU

HoloLens2开发环境搭建及部署app

Class and object finalization
随机推荐
为什么香港服务器最适合海外建站使用
一些小知识点
Redis (VII) optimization suggestions
Odeint et GPU
Coinbase in a bear market: losses, layoffs, stock price plunges
Embedded System Development Notes 80: using QT designer to design the main interface
Go learning --- unit test subtest
2022年上海市安全员C证考试题模拟考试题库及答案
[deep learning] (4) decoder mechanism in transformer, complete pytoch code attached
Qt development experience tips 226-230
slf4j 简单实现
Qt开发经验小技巧226-230
MySQL winter vacation self-study 2022 12 (5)
Introduction of Spock unit test framework and its practice in meituan optimization___ Chapter I
Valid @suppresswarnings warning name
尺取法:有效三角形的个数
Unity's 3D multi-point arrow navigation
Ospfb notes - five messages [ultra detailed] [Hello message, DD message, LSR message, LSU message, lsack message]
Do280 management application deployment --rc
Embedded System Development Notes 79: why should I get the IP address of the local network card