Skip to content
This repository has been archived by the owner on Dec 11, 2020. It is now read-only.

Latest commit

 

History

History
53 lines (29 loc) · 2.56 KB

installedison.md

File metadata and controls

53 lines (29 loc) · 2.56 KB

Innovation-Day: Internet of Things - Install Edison

You will need:

Drivers Configuration

During the drivers configuration you will be able to change the board name and the password for the root user.

Intel Drivers

If your event host has already set a password for you, ask before changing it 😃

You have a full step by step installation guide here: https://software.intel.com/en-us/installing-drivers-for-intel-edison-board-with-windows

Connecting to your Edison Board

Once installed you will have something like this in your device manager, with several Serial Ports, the two Intel Edison ports are for debugging, but there is a USB Serial Port(COMXX):

ports

The red mark indicates the COM port you will need to setup in your ssh client, take a look on which port you have in your computer and use it as the port in the putty configuration:

putty

Once you have connected through serial with the COM port at 115200 bauds with putty, you will be asked for credentials (you may have to press the enter key to get a message):

login

The default user is root and the password is the one you did set during the setup. (Note: in our labs, we usually set IntelEdison as default password for all the boards)

WiFi Configuration

If you didn't configure your WiFi during the first setup, you still can configure it from your board using the command:

    configure_edison --wifi

Where you will get a list of available WiFi networks to connect:

configure edison

Start the Lab

The next steps depend on each lab, just go to the Labs page and start the lab you were following:

  1. Easy: Node-Red will help you setting up a visual environment in your device and start creating a full IoT solution with very few code or even no code at all.
  2. Medium: Thing Labs is a step by step lab with an Intel Edison board, programming in Node.js and connecting it to IoT Hub. Requires basic JavaScript and Node.js knowledge.
  3. Expert: Connect The Dots is a full featured lab that takes at least a full day and provides an end to end solution with devices, IoT services, Stream Analytics, Machine Learning and PowerBI.