Click here to Skip to main content
15,893,594 members
Articles / Internet of Things
Article

Troubleshooting Connections with the UP Squared Grove IoT Development Kit and Arduino Create

Rate me:
Please Sign up or sign in to vote.
5.00/5 (1 vote)
13 Feb 2018CPOL2 min read 5.1K  
Troubleshooting Connections with the UP Squared Grove IoT Development Kit and Arduino Create

This article is for our sponsors at CodeProject. These articles are intended to provide you with information on products and services that we consider useful and of value to developers

If you find yourself unable to connect your UP²* board to Arduino Create* using the default method, you can try an alternate method: connecting to the board using a serial terminal. Follow the steps below.

Before You Begin

Make sure you have your board connected to power and Ethernet, as shown below.

Also make sure the micro USB cable is plugged in to the UP² board:

Your board should look like the following:

Connecting to Arduino Create

  1. Install a serial terminal application on your computer (if you don’t already have one), like PuTTY*: http://www.putty.org/
  2. On your host computer, open the Device Manager and look for the entry for the UP² board, which will be listed as USB Serial Device. Make a note of the COM port the board shows up as (for example, COM4):

  3. In PuTTY, set the Speed to 115200, and the Serial line to the COM port you found above (for example, COM4):



    This opens a serial window you'll use later to enter commands to your board.
  4. Log in to the board using upsquared for both the user name and password.

Configure the UP2* Board

  1. On your host computer, go to https://create.arduino.cc/getting-started/intel-platforms. Log in using your Arduino account.
  2. When given the option, click I have already installed an OS on my device.

  3. On the next screen, click My Device is Ready.

    Note: If you don’t already have an Arduino Create account, follow the onscreen instructions to sign up. You'll need to activate your account and log into the site using your new account.

  4. Select B: I HAVE A SCREEN AND KEYBOARD AVAILABLE.

    In your terminal window, enter each of the commands provided by Arduino Create, one by one. This installs an Arduino connector on your target platform.

    Note: For Option B to work, your host and device do not need to be on the same network.

  5. When finished running the commands, return to the Arduino Create interface and click Next to connect to your board.

Name your board

  1. Give your board a name, such as up2.

Note: Your board connects to the Arduino Create development environment over the Internet. If you disconnect your board and move it to another location, it should reconnect to the Arduino Create environment. If you are using proxy settings, you will need to go through this setup process again if move your board to a network that doesn’t have a proxy.

Next Steps

Now that you have your board connected, return to run your first project on the board.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
United States United States
You may know us for our processors. But we do so much more. Intel invents at the boundaries of technology to make amazing experiences possible for business and society, and for every person on Earth.

Harnessing the capability of the cloud, the ubiquity of the Internet of Things, the latest advances in memory and programmable solutions, and the promise of always-on 5G connectivity, Intel is disrupting industries and solving global challenges. Leading on policy, diversity, inclusion, education and sustainability, we create value for our stockholders, customers and society.
This is a Organisation

42 members

Comments and Discussions

 
-- There are no messages in this forum --