Go back to Product Documents Navigation
Go back to KOI Documents Navigation
KOI can be programmed using micropython.
1: Programming on KittenBlock
1. Establish a connection
2. Open the Python editor on KittenBlock.
2: KittenCode
3: Any Python IDE
1. Insert an SD Card into the KOI.
2. Open boot.py from the SD Card.
2.1 Alternatively, manually add a file called boot.py and add the following code.
from fpioa_manager import * |
3. Add a file called main.py and write code on this file.
If you have any question, please feel free to contact us at Discord, we will always be there to help.
KittenBot Team