# GR551x-MicroPython **Repository Path**: goodix-ble/GR551x-MicroPython ## Basic Information - **Project Name**: GR551x-MicroPython - **Description**: An Interest project that porting micropython on GR551x BLE SoC, and running BLE App through Micropython - **Primary Language**: C - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-09 - **Last Updated**: 2024-02-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # The GR551x-MicroPython project [EN](README.md) | [中](README_zh.md) > 注意: > 这是一个兴趣类开源工程, 不会获得LTS支持, 用户可以通过这个工程学习如何移植和开发micro-python的系统层级代码, 并学习如何为 Python版本的BLE定义PNI (python-native interface) 接口. ## 1. 项目信息 - MicroPython : 基础版本来自 [MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems ](https://github.com/micropython/micropython) - GR551x : 一款支持Bluetooth 5.1的单模低功耗蓝牙系统级芯片(SoC),可以配置为广播者(Broadcaster)、观察者(Observer)、中央设备(Central)或外围设备(Peripheral),并支持上述各种角色的组合应用,可广泛应用于物联网(IoT)和智能穿戴设备领域. GR551x系列架构以ARM® Cortex®-M4F CPU为核心,集成Bluetooth 5.1协议栈、2.4 GHz RF收发器、片上可编程存储器Flash、RAM以及多种外设 - - 开发板: 基于 GR5515 SK. ## 2. 移植说明 - 请通过项目的wiki获取移植说明, 目前只提供中文版本.