当前位置:网站首页>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 )
边栏推荐
- Class and object finalization
- 不同性能测试工具的并发模式
- NFT:使用 EIP-2981 开启 NFT 版税之旅
- (12) Somersault cloud case (navigation bar highlights follow)
- Maixll-Dock 快速上手
- js 图片路径转换base64格式
- JD intelligent customer service Yanxi intention system construction and intention recognition technology introduction
- Web components series (VIII) -- custom component style settings
- 什么是uid?什么是Auth?什么是验证器?
- Procurement intelligence is about to break out, and Alipay'3+2'system helps enterprises build core competitive advantages
猜你喜欢

Jenkins automatically cleans up construction history

2022年煤气考试题库及在线模拟考试

JMeter learning notes 2 - brief introduction to graphical interface

Internet winter, how to spend three months to make a comeback

slf4j 简单实现

TS type gymnastics: illustrating a complex advanced type

使用scroll-view实现滑块视图可能遇到的问题及其解决方法

Task04 mathematical statistics

Concurrent mode of different performance testing tools

Use winmtr software to simply analyze, track and detect network routing
随机推荐
What is uid? What is auth? What is a verifier?
selenium打开chrome浏览器时弹出设置页面:Mircrosoft Defender 防病毒要重置您的设置
NFT: utilisez EIP - 2981 pour commencer un voyage de redevances NFT
总结全了,低代码还需要解决这4点问题
One job hopping up 8K, three times in five years
Ospfb notes - five messages [ultra detailed] [Hello message, DD message, LSR message, LSU message, lsack message]
什么是权限?什么是角色?什么是用户?
Redis(七)优化建议
NFT:使用 EIP-2981 开启 NFT 版税之旅
OdeInt與GPU
Obtain detailed ideas for ABCDEF questions of 2022 American Games
JS rotation chart
Edge浏览器的小技巧:Enter+Ctrl可以自动将地址栏转换为网址
Browser top loading (from Zhihu)
Account sharing technology enables the farmers' market and reshapes the efficiency of transaction management services
2. Use of classlist (element class name)
Leetcode learning - day 36
TASK04|数理统计
【发送邮件报错】535 Error:authentication failed
How to choose the right server for website data collection?