Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.