Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sipeed/maixpy-v1_scripts
micropython scripts for MaixPy
https://github.com/sipeed/maixpy-v1_scripts
ai aiot demo examples k210 maixpy micropython scripts sipeed
Last synced: 3 days ago
JSON representation
micropython scripts for MaixPy
- Host: GitHub
- URL: https://github.com/sipeed/maixpy-v1_scripts
- Owner: sipeed
- License: mit
- Created: 2019-03-16T07:28:41.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-01-20T04:51:20.000Z (about 1 year ago)
- Last Synced: 2025-01-19T10:03:16.541Z (3 days ago)
- Topics: ai, aiot, demo, examples, k210, maixpy, micropython, scripts, sipeed
- Language: Python
- Homepage: https://maixpy.sipeed.com
- Size: 16.4 MB
- Stars: 629
- Watchers: 51
- Forks: 433
- Open Issues: 64
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[MaixPy Scripts](https://github.com/sipeed/MaixPy_scripts)
====Scripts for [MaixPy](https://github.com/sipeed/MaixPy) ~ have a good time~
Doc of MaixPy: [maixpy.sipeed.com](https://maixpy.sipeed.com)
## Directory Structure
| directory | description |
| --------- | ----------- |
| application | Some complex applications |
| basic | basic micropython usage |
| board | run python code, config your sipeed hardware |
| hardware | hardware API usage demo |
| machine_vision | demo for vision related, including machine vision and AI processing related |
| modules | external modules |
| multimedia | normal multimedia processing, audio video game etc. |
| network | network related |-------------------------------
运行在 [MaixPy](https://github.com/sipeed/MaixPy) 上的脚本,玩得开心~
MaixPy 文档: [maixpy.sipeed.com](https://maixpy.sipeed.com)
另外,国内也可以在[gitee](https://gitee.com/Sipeed/maixpy_scripts)上查看,会实时同步, 对脚本有疑问请到[github](https://github.com/sipeed/MaixPy_scripts/issues)搜索问题或者提问, MaixPy 固件相关问题请到[MaixPy issue](https://github.com/sipeed/MaixPy_scripts/issues)提问
## 目录结构
| 目录 | 描述 |
| --------- | ----------- |
| application | 一些复杂的应用 |
| basic | 基本的 micropython 使用 |
| board | 运行 Python 代码,配置你的 sipeed 硬件 |
| hardware | 硬件 API 使用例程 |
| machine_vision | 视觉处理相关,包括机器视觉以及AI处理 |
| modules | 外部外设模块使用, 比如 Grove 模块, sp-mod 模块 |
| multimedia | 普通的多媒体功能,比如音频、视频、GUI、游戏等 |
| network | 网络相关例程 |