3 repositorios
Installing and managing Python packages on MicroPython devices using mip and mpremote tools for constrained hardware.
Distinct from Python Package Managers: Distinct from Python Package Managers: specifically targets MicroPython devices with constrained hardware, not general Python environments.
Explore 3 awesome GitHub repositories matching development tools & productivity · MicroPython Managers. Refine with filters or upvote what's useful.
This is the official documentation repository for Raspberry Pi hardware and software. It covers the complete range of Raspberry Pi single-board computers, the RP-series microcontrollers, and the Raspberry Pi operating system. The documentation provides reference material for setting up devices, configuring hardware, and using the system for tasks including AI inference, camera and video capture, embedded development, and remote access. The documentation covers the full boot chain from the GPU firmware and EEPROM bootloader through to kernel loading, with detailed guidance on boot configuratio
Ships MicroPython firmware for programming Pico-series microcontrollers.
CircuitPython es un derivado especializado del runtime de MicroPython diseñado como un intérprete de Python embebido para microcontroladores. Proporciona un entorno de lenguaje de alto nivel que permite el acceso directo al hardware a través de una capa de abstracción de hardware dedicada y un runtime de Python para microcontroladores. El proyecto se distingue por un firmware que expone el microcontrolador como un dispositivo de almacenamiento masivo USB nativo. Esto permite a los usuarios editar código directamente en el dispositivo como si fuera una unidad extraíble, eliminando la necesidad de herramientas de flasheo especializadas y permitiendo la recarga de código activada por el sistema de archivos. El sistema cubre una amplia gama de capacidades, incluyendo acceso a API de hardware unificado para controlar componentes electrónicos a través de diferentes placas, comunicación basada en serie a través de REPL y WebUSB, y un sistema basado en puertos para la compilación de firmware específica de la placa. También incluye herramientas para desarrolladores como la generación de stubs de tipo para análisis estático y un modo de recuperación de fallos para mantener la accesibilidad del dispositivo durante la resolución de problemas.
Provides a specialized Python runtime optimized for ease of use on small hardware devices.
micropython-lib is the official package repository for MicroPython, providing a collection of modules and libraries designed to run on microcontrollers and other constrained devices. It implements a reduced subset of CPython's standard library, adapting familiar Python interfaces to fit within the limited memory and processing power of embedded systems. The project enables developers to reuse existing Python knowledge on MicroPython hardware by offering minimalist implementations of core modules. The library supports multiple methods for getting code onto devices, including copying single-fil
Installs and manages Python packages on MicroPython devices using mip and mpremote tools.