Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

SEGGER Embedded Workbench

You need this to compile and debug code for the AIOT Play.

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

When you start the program, it will warn you about the fact that you can only use is for educational use. If this is the case, click “Accept”.

Make sure you can start the program

Python

You need this to attach to your AIOT Gateway.

Download the latest installer from https://www.python.org/downloads/ , 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:

Node-RED

You need this to build cool dashboards.

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

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

  2. verify that Node is indeed installed

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

  4. Start Node-RED by typing
    node-red

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

  • No labels