Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imagineeeinc/nanokid
All the software and hardware details for the nanokid handheld
https://github.com/imagineeeinc/nanokid
Last synced: about 10 hours ago
JSON representation
All the software and hardware details for the nanokid handheld
- Host: GitHub
- URL: https://github.com/imagineeeinc/nanokid
- Owner: imagineeeinc
- Created: 2024-04-12T23:18:15.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-22T13:48:39.000Z (6 months ago)
- Last Synced: 2024-10-18T02:48:50.147Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 1.23 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
NanoKid
A programmable handheld packed with features to have fun with.
This repo contains All the software and hardware details for the NanoKid handheld.
## Showcase
A showcase a video I made to show some features.[![Nanokid Cover](https://img.youtube.com/vi/qrYvz0_1nr8/0.jpg)](https://www.youtube.com/watch?v=qrYvz0_1nr8)
## Contents
- **Cyclone**: An OS shell like layer that allows you to load programs on the fly.
- **Thunder**: The SDK that abstracts many parts of the hardware with a simple API. (Used by cyclone)
- **Programs**: Usable programs.
- [**Docs**](./docs/README.md): Docs related to all the software and hardware specifications.
- [**Cyclone**](./cyclone/main.md): How to use the cyclone shell.
- [**Hardware**](./hardware/main.md): Hardware information and details to implement in your own firmware/ code.
- [**Thunder**](./thunder/main.md): Main docs on how the use the thunder library to simplify using your NanoKid.