Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

You need this to compile and debug code for the AIOT Play, the nRF52840-DK and the micro:bit.

Install from https://www.segger.com/downloads/embedded-studio/ , using all default options.

...

Python

Info

You need this to attach to your AIOT Gatewayrun software on your computer.

Download the latest installer from https://www.python.org/downloads/:

  • check ☑ Add python.exe to PATH, and

  • install with all default settings.

...

Once done, you can type the following commands to verify the versions of python and pip you now have installed:

...

Install per the instructions at https://nodered.org/docs/getting-started/local. On Windows, this means:

...

  1. Installing Node.js from https://nodejs.org/en/ (in my case 18.12.0 LTS)

...

  1. verifying that Node is indeed installed

    Image Modified

  2. Install Node-RED by typing
    npm install -g --unsafe-perm node-red

  3. Start Node-RED by typing
    node-red

  4. Open http://127.0.0.1:1880 to see its interface

    Image Modified

Git and GitHub

We assume you have a Git client installed on your computer, and that you know how to clone, pull, commit and push.

We assume you have a GitHub account and that you know how to fork a repository under your name.

Source Code

You will be downloading code from https://github.com/aiotsystems.