Motion files (JSON) for PLEN:bit.
-
/motion-plenbit
: Default motion files for PLEN:bit -
sdk
: Development kit for motion filesdevice_map.json
: The file indicates the relationship between 'device name' -> 'device address'.metadata.py
: Metadata adding python scriptprotocol.py
: python scriptmotion-writer.py
: Motion writing python script
-
firmware_for_motion-writer.hex
: firmware
If you are using the servo motor shown as below, any latest version is OK.
- Send
firmware_for_motion-writer.hex
to micro:bit - Execute
motion-writer.py
from console
python -u sdk/motion-writer.py -n <MOTION_FILES_NUMBER>
-l
: Display the motion list and check the number
python -u sdk/motion-writer.py -a
-a
: write all motions.
python -u sdk/motion-writer.py -m <MOTION_FILES_NUMBER>
-m
: Write everything from the specified number.
pip install pyserial
- PLEN Project Company Inc.
- Naohiro HAYAISHI
- Natsuo AKAZAWA
- Sho SUZUKI
- Mitsuhiro MIYAGUCHI
- Windows 10 Pro 64 bit
Python 2.7.17- Python 3.8.5
These files are released under the MIT License.