Skip to content

Instantly share code, notes, and snippets.

@kopp
Last active February 6, 2020 15:41
Show Gist options
  • Save kopp/74856887e17e10605d56f1a088455464 to your computer and use it in GitHub Desktop.
Save kopp/74856887e17e10605d56f1a088455464 to your computer and use it in GitHub Desktop.
Get Started With Calliope Mini on Windows

TigerJython

  • Download https://www.tjgroup.ch/download/TigerJython.msi
  • install the msi file without admin privileges using install.bat -- modify the target directory in that file
  • Execute <target>/bin/TigerJython.exe
  • Flash CalliopeMini with MicroPython -- this needs to be done only once so that MicroPython is installed on the Calliope
    • Plug in Calliope
    • Tools -> Devices -> micro:bit/Calliope
    • Tools -> Flash Target

Putty

echo "Installing TigerJython"
msiexec /a C:\Users\michael.kopp\Desktop\t\TigerJython.msi /qb TARGETDIR=T:\_Projekte\IMPKlasse8\tigerjython
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment