https://github.com/brianpugh/micropython-experiments
Experiments and performance benchmarks on micropython.
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.1%) to scientific vocabulary
Repository
Experiments and performance benchmarks on micropython.
Basic Info
- Host: GitHub
- Owner: BrianPugh
- License: apache-2.0
- Language: Python
- Default Branch: main
- Size: 150 KB
Statistics
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
micropython-experiments
MicroPython Experiments is a repository containing snippets of code for testing minimal examples of how micropython performs.
Usage
It is recommended to use Poetry to manage desktop python dependencies, and Belay to manage micropython dependencies and run scripts. Once Poetry and Belay are installed, the setup process will look like:
bash
poetry run belay install /dev/ttyUSB0 # Use your board port.
Then, run a specific script on-device:
bash
poetry run belay run /dev/ttyUSB0 experiments/experiment1/main.py
Summary of Results
| Folder | Question | Conclusion | |--------|----------|------------| | | | | | | | | | | | |
Owner
- Name: Brian Pugh
- Login: BrianPugh
- Kind: user
- Location: Washington D.C.
- Repositories: 123
- Profile: https://github.com/BrianPugh
Deep Learning Scientist and blockchain enthusiast
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: about 1 year ago
All Time
- Total issues: 0
- Total pull requests: 1
- Average time to close issues: N/A
- Average time to close pull requests: 20 minutes
- Total issue authors: 0
- Total pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 1
Past Year
- Issues: 0
- Pull requests: 1
- Average time to close issues: N/A
- Average time to close pull requests: 20 minutes
- Issue authors: 0
- Pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 1
Top Authors
Issue Authors
Pull Request Authors
- dependabot[bot] (2)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- JRubics/poetry-publish v1.13 composite
- actions/checkout v2 composite
- docker/build-push-action v3 composite
- docker/login-action v2 composite
- docker/setup-buildx-action v2 composite
- docker/setup-qemu-action v2 composite
- actions/cache v3 composite
- actions/checkout v3 composite
- actions/setup-python v4 composite
- andstor/file-existence-action v2 composite
- codecov/codecov-action v3 composite
- snok/install-poetry v1 composite
- aiohttp 3.8.4 develop
- aiosignal 1.3.1 develop
- appnope 0.1.3 develop
- asttokens 2.2.1 develop
- async-timeout 4.0.2 develop
- attrs 23.1.0 develop
- autoregistry 0.8.3 develop
- backcall 0.2.0 develop
- belay 0.19.2 develop
- black 23.3.0 develop
- certifi 2022.12.7 develop
- cfgv 3.3.1 develop
- charset-normalizer 3.1.0 develop
- click 8.1.3 develop
- colorama 0.4.6 develop
- commonmark 0.9.1 develop
- coverage 5.5 develop
- decorator 5.1.1 develop
- distlib 0.3.6 develop
- dunamai 1.16.0 develop
- exceptiongroup 1.1.1 develop
- executing 1.2.0 develop
- filelock 3.12.0 develop
- frozenlist 1.3.3 develop
- fsspec 2022.11.0 develop
- gitdb 4.0.10 develop
- gitpython 3.1.31 develop
- identify 2.5.22 develop
- idna 3.4 develop
- iniconfig 2.0.0 develop
- ipdb 0.13.13 develop
- ipython 8.12.0 develop
- jedi 0.18.2 develop
- jinja2 3.1.2 develop
- line-profiler 3.5.1 develop
- markupsafe 2.1.2 develop
- matplotlib-inline 0.1.6 develop
- micropython-rp2-stubs 1.19.1.post11 develop
- micropython-stdlib-stubs 0.9.0 develop
- multidict 6.0.4 develop
- mypy-extensions 1.0.0 develop
- nodeenv 1.7.0 develop
- packaging 23.1 develop
- parso 0.8.3 develop
- pathspec 0.11.1 develop
- pexpect 4.8.0 develop
- pickleshare 0.7.5 develop
- platformdirs 3.2.0 develop
- pluggy 1.0.0 develop
- poetry-dynamic-versioning 0.16.0 develop
- pre-commit 2.21.0 develop
- prompt-toolkit 3.0.38 develop
- ptyprocess 0.7.0 develop
- pure-eval 0.2.2 develop
- pydantic 1.10.7 develop
- pygments 2.15.1 develop
- pyserial 3.5 develop
- pytest 7.3.1 develop
- pytest-cov 3.0.0 develop
- pytest-mock 3.10.0 develop
- pyyaml 6.0 develop
- requests 2.28.2 develop
- rich 12.6.0 develop
- setuptools 67.7.1 develop
- shellingham 1.5.0.post1 develop
- six 1.16.0 develop
- smmap 5.0.0 develop
- stack-data 0.6.2 develop
- toml 0.10.2 develop
- tomli 2.0.1 develop
- tomlkit 0.11.7 develop
- traitlets 5.9.0 develop
- typer 0.6.1 develop
- typing-extensions 4.5.0 develop
- urllib3 1.26.15 develop
- virtualenv 20.22.0 develop
- wcwidth 0.2.6 develop
- yarl 1.9.1 develop
- python ^3.8