awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
peterhinch avatar

peterhinch/micropython-samples

0
View on GitHub↗
528 stars·96 forks·Python·MIT·6 views

Micropython Samples

The first part of this repo contains assorted code ideas for MicroPython. Many are targeted at Pyboard variants. Some are intended as pointers to programmers rather than being complete. Egregious bugs will be fixed but I may not accept feature requests.

Features

  • Mathematics and Statistics - Astronomical calculation utilities.
  • Rotary Encoders - Documentation on encoder technology issues.
  • Tutorials and Guides - Tutorial for 3D rotation math.

Star history

Star history chart for peterhinch/micropython-samplesStar history chart for peterhinch/micropython-samples

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Micropython Samples

Similar open-source projects, ranked by how many features they share with Micropython Samples.
  • peterhinch/micropython-asyncP

    peterhinch/micropython-async

    0View on GitHub↗

    CPython supports asynchronous programming via the asyncio library. MicroPython provides asyncio which is a subset of this, optimised for small code size and high performance on bare metal targets. This repository provides documentation, tutorial material and code to aid in its effective use.

    View on GitHub↗0
  • jamiebuilds/babel-handbookjamiebuilds avatar

    jamiebuilds/babel-handbook

    12,110View on GitHub↗

    This project is a technical handbook and tutorial guide for the Babel compiler. It serves as a resource for configuring the tool and writing custom plugins to transform JavaScript source code. The guide provides instructional material on creating custom transformation plugins and modifying the compilation process. It specifically covers how to navigate and modify abstract syntax trees to programmatically rewrite source code. The documentation covers the mechanics of code transformation, the management of compiler configurations, and the fundamentals of compiler tooling. It includes guidance

    babelhandbook
    View on GitHub↗12,110
  • arun-gupta/kubernetes-java-sampleA

    arun-gupta/kubernetes-java-sample

    0View on GitHub↗
    View on GitHub↗0
  • aws/aws-eks-best-practicesaws avatar

    aws/aws-eks-best-practices

    2,154View on GitHub↗

    A best practices guide for day 2 operations, including operational excellence, security, reliability, performance efficiency, and cost optimization.

    Python
    View on GitHub↗2,154
See all 30 alternatives to Micropython Samples→

Frequently asked questions

What does peterhinch/micropython-samples do?

The first part of this repo contains assorted code ideas for MicroPython. Many are targeted at Pyboard variants. Some are intended as pointers to programmers rather than being complete. Egregious bugs will be fixed but I may not accept feature requests.

What are the main features of peterhinch/micropython-samples?

The main features of peterhinch/micropython-samples are: Mathematics and Statistics, Rotary Encoders, Tutorials and Guides.

What are some open-source alternatives to peterhinch/micropython-samples?

Open-source alternatives to peterhinch/micropython-samples include: peterhinch/micropython-async — CPython supports asynchronous programming via the asyncio library. MicroPython provides asyncio which is a subset of… jamiebuilds/babel-handbook — This project is a technical handbook and tutorial guide for the Babel compiler. It serves as a resource for… arun-gupta/kubernetes-java-sample. aws-samples/aws-workshop-for-kubernetes — AWS Workshop for Kubernetes. bramrausch/encoderlib — EncoderLib is a library to handle a rotary encoder in MicroPython. aws/aws-eks-best-practices — A best practices guide for day 2 operations, including operational excellence, security, reliability, performance…