Go back to Product Documents Navigation
Go back to Future Board Documents Navigation
Future Board also runs on MicroPython, KittenBot recommends KittenCode for programming your FutureBoard with Micropython.
Software Preparation
Software Download
We recommend you use the text-based Python programming software KittenCode developed by Kittenbot for Future board programming (currently only available for Windows users).
Software Introduction
- When the software is installed and opened for the first time, the software resources will be automatically decompressed to the target drive letter (it may take some time, please be patient)
- After successfully opening the software, please enter the main interface, the following figure is the interface function instruction
1 |
Project management: start a new project, export or import projects, project renaming |
2 |
Mode switching: default Python3 mode (software programming only); switch to hardware mode (support MicroPython main control board programming) |
3 |
Function buttons: library management, tutorials, examples and other functions (we will optimize it continuously) |
4 |
File management: Display the files contained in the project, it can be understood as a workspace. Able to perform various additions and deletions of project files |
5 |
Code editing area: the files in the file management section can be edited in this area (currently only supports formats .py .md .txt .json) |
6 |
Terminal: After running the code, the result will be returned to the terminal; it can also be used as a REPL |
Hardware Mode
The next step is to program the Future board, so here let's switch the mode to hardware mode and select the Future board.
Connect to the hardware
Connect the serial ports
- Click the connect button on the upper right corner
Cannnot connect the serial ports? 💡 FAQ
- After successfully connected, the bottom terminal will print a message, as shown in the figure below
- Try to enter a line of instructions to interact with the Future board. Not surprisingly, the Future board buzzer will make a sound
buzzer.tone(200, 0.5)
If you have any question, please feel free to contact us at Discord, we will always be there to help.
KittenBot Team