Upload Mode

The default programming mode with Codey is "Upload mode". Once Codey is connected to mBlock 5, "Upload mode" is toggled on, as shown below:

Under "Upload mode", programming has following features:

  1. All programs need to be uploaded to Codey to run. When you finish programming, click "Upload" to upload the program.

  2. The uploaded program can run offline (disconnected from mBlock 5).

  3. When powered off and on again, Codey will still run the program that is uploaded last time before it is powered off.

  4. Under "Upload mode", you are not able to combine Scratch stage programming with Codey. (Toggle off "Upload mode" if you want to use Scratch stage programming.)

    Hence, several blocks from the Events category are unavailable. These specific blocks are: when green flag clicked, when () key pressed, and broadcast () and wait.

    Note: Messages generated by the Events block work within one single project, and under "Upload Mode", Codey Rocky can only send messages to itself.

Toggle Off "Upload Mode"

When "Upload mode" is toggled off, programming has the following features:

  1. Programs no longer need to be uploaded to run. You will find the "Upload" button taken out of the user interface.

    Simply click the script to run and see how it works. Edit it and click it to run again. It is convenient for you to test and try your programs.

    Note: Single click to run the script; double click to run a certain block.

  2. Programs can not run offline. Codey needs to remain connected to mBlock 5.

  3. Scratch stage programming is ready to work with Codey. The three Events blocks are now available, namely when green flag clicked, when () key pressed, and broadcast () and wait.

    Under this circumstance, one Event block is now unavailable: when Codey starts up.

Last updated