3 مستودعات
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 هو مشتق متخصص من وقت تشغيل MicroPython مصمم كمفسر Python مدمج للمتحكمات الدقيقة. يوفر بيئة لغة عالية المستوى تسمح بالوصول المباشر إلى الأجهزة من خلال طبقة تجريد أجهزة مخصصة ووقت تشغيل Python للمتحكم الدقيق. يتميز المشروع ببرنامج ثابت (Firmware) يكشف المتحكم الدقيق كجهاز تخزين جماعي USB أصلي. يسمح هذا للمستخدمين بتحرير الكود مباشرة على الجهاز كما لو كان محرك أقراص قابلاً للإزالة، مما يلغي الحاجة إلى أدوات وميض متخصصة ويتيح إعادة تحميل الكود المشغل بواسطة نظام الملفات. يغطي النظام مجموعة واسعة من القدرات بما في ذلك الوصول الموحد إلى واجهة برمجة تطبيقات الأجهزة للتحكم في المكونات الإلكترونية عبر لوحات مختلفة، والاتصال القائم على التسلسل عبر REPL وWebUSB، ونظام قائم على المنفذ لتجميع البرامج الثابتة الخاصة باللوحة. كما يتضمن أدوات مطور مثل توليد كعب النوع (Type stub) للتحليل الثابت ووضع استعادة الأعطال للحفاظ على إمكانية الوصول إلى الجهاز أثناء استكشاف الأخطاء وإصلاحها.
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.