Brillo* is a solution from Google* for building connected devices. Incorporating aspects of the Android* platform, Brillo brings security, local and inter-device service compatibility, and a modular approach to system components to your Intel
IoT technology. Verified functionality with Brillo for the Intel® Edison board results in a versatile
and speedy time-to-market platform for scaling your projects beyond proofs of concept.

In this guide, you’ll connect the Intel® Edison module to
an Arduino expansion board.

Requirements

  • Intel Edison module
  • Arduino expansion board
  • 2 Micro B to Type A USB cables
  • A direct current (DC) power supply. Your power supply should be rated as follows:
    • 7-15V DC
    • At least 1500mA
    • The center/inner pin should be the positive pole of the power supply

    Note: An external power supply is the preferred way of powering the Intel Edison board. However, you can power your board over USB if you do not have an external power supply. For details, seePowering
    your board over USB
    .

A Note for Brillo users:

See this guide for specific
instructions on how to setup your board for Brillo.

Assemble your board

See this procedure in a video https://software.intel.com/en-us/videos/intel-edison-kit-for-arduino-unboxing-and-assembly or
follow the steps below.

  1. Place the Intel Edison module within the white outline on your expansion board, lining up the holes on the module with the screws on the expansion board.

  2. Press down on the module just below the words What will you make?

     until you feel a snap.

    Caution: Unless you make sure your board is seated properly, it may not work or turn on at all.

    When you turn the attached module and expansion board on their side, both pieces should fit evenly and sit in parallel with each other.

  3. Use the two hex nuts (included in the package) to secure the module to the expansion board.

  4. Insert a screw in the corner hole and attach the plastic spacer.

  5. Repeat for the other three corner spacers.

Connect the board to your system

See this procedure in a video here: https://software.intel.com/en-us/videos/intel-edison-kit-for-arduino.

  1. Plug in the power supply.



    Note: If you do not have a DC power supply, you can still power the board through a USB port. See the Powering
    your board over USB
     section for details.

  2. A green LED should light up on the expansion board. If it doesn't, check your connection.

  3. Find the microswitch in between the USB ports on the expansion board. Switch the microswitch down towards the micro-USB ports, if it isn't already.

  4. Plug in one of the micro-USB cables to the middle USB connector on the expansion board.

  5. Plug in the other end of the USB cable to your computer.

How do you know when the board is ready?

You will know that your board is fully initialized when your computer mounts a new drive (much like inserting a SD card into your computer).  If you do not see a new drive, or the LED light (DS1 on the Arduino expansion board) is occasionally turning
on and off, check the connection of your power supply.

  1. Plug in your second USB cable to the edge USB connector on the board.

  2. Plug the other end of the USB cable in to your computer.

Your Intel Edison board is now assembled. Choose your host operating system below.

Intel为Google的物联网平台Brillo推出开发板Edison的更多相关文章

  1. WIFI物联网平台微信端开发分享

    本文由企鹅圈原创成员Hunter_Zhu贡献. 本篇文章是基于近期一个项目微信端开发过程的一个总结.文中主要介绍了云智易平台下微信端开发的流程.该平台提供的主要功能以及此次H5开发使用到的一些UI组件 ...

  2. 国外物联网平台(8):Telit

    国外物联网平台(8) ——Telit 马智 定位 We Bring IoT to Life Telit提供世界上最全面的高性能物联网模块.连接服务和软件. 产品体系 模块 Telit提供丰富专业的物联 ...

  3. 华为OceanConnect物联网平台概念全景 | 我的物联网成长记

    作者 | 我是卤蛋 华为云OceanConnect IoT云服务包括应用管理.设备管理.系统管理等能力,实现统一安全的网络接入.各种终端的灵活适配.海量数据的采集分析,从而实现新价值的创造. 华为云O ...

  4. 学习嵌入式开发板的Android平台体系结构和源码结构

    本文转自迅为论坛资料:http://www.topeetboard.com 推荐学习嵌入式开发板平台:iTOP-4412开发板 下面这张图出自Google官方,展示了Android系统的主要组成部分. ...

  5. 聊聊如何在华为云IoT平台进行产品开发

    摘要:华为云物联网平台承载着南北向数据互通的功能职责. 本文分享自华为云社区<如何基于华为云IoT物联网平台进行产品开发>,作者: Super.雯 . 华为云物联网平台承载着南北向数据互通 ...

  6. 物联网全景动态图谱2.0|PaaS物联网平台汇总(上篇)

    物联网智库 原创 物联网智库 整理发布 转载请注明来源和出处 ------   [导读]   ------ 毫无疑问,2018年物联网对行业的深度变革才刚刚开启. 物联网产业链企业的质与量将进入全面爆 ...

  7. 读懂SAP Leonardo物联网平台

    读懂SAP Leonardo物联网平台 https://blog.csdn.net/weixin_42137700/article/details/81903290 本文比较系统.全面地介绍了SAP ...

  8. 国外物联网平台(7):FogHorn

    国外物联网平台(7) ——FogHorn 马智 引言: 据外媒在本月20日报道,硅谷初创公司FogHorn正在与谷歌合作以简化工业物联网应用的部署.本文对FogHorn的技术.产品.应用和生态进行了分 ...

  9. 国内物联网平台(7):Ablecloud物联网自助开发和大数据云平台

    国内物联网平台(7)——Ablecloud物联网自助开发和大数据云平台 马智 平台定位 面向IoT硬件厂商,提供设备联网与管理.远程查看控制.定制化云端功能开发.海量硬件数据存储与分析等基础设施,加速 ...

随机推荐

  1. django authentication

    django authentication django session expiry login and logout view.py from django.contrib.auth import ...

  2. GC 机制

    1. 为什么需要垃圾回收? 因为内存是有限的,在不断的分配内存空间而不回收的话内存迟早都会被消耗完,所以垃圾回收是必须的. 2. 触发GC 的条件: 1.GC在优先级最低的线程中运行,一般在应用程序空 ...

  3. Dijkstra算法简单实现(C++)

    图的最短路径问题主要包括三种算法: (1)Dijkstra (没有负权边的单源最短路径) (2)Floyed (多源最短路径) (3)Bellman (含有负权边的单源最短路径) 本文主要讲使用C++ ...

  4. SQL语句新建数据库

    CREATE DATABASE 语句. CREATE DATABASE Epiphany ON ( NAME = Epiphany, FILENAME = 'E:\SQL SERVER 2008\Ep ...

  5. 在single模式修改密码

    当前是在CentOS 6.5 的命令行模式下 开机后在这个界面按随意键 接着来到新界面中,在当前选项中按下e键: 接着来到新界面,选择第二个,按下e键: 在这里我们输入single接着回车: 接着回到 ...

  6. 为公司内部搭建CA

    步骤一 首先我们要知道CA的配置文件 openssl的配置文件:/etc/pki/tls/openssl.cnf 我们打开这个配置文件 这文件中很多跟CA相关的信息如图 解释: 我们可以搭建好几个CA ...

  7. 杭电 4004 The Frog's Games 青蛙跳水 (二分法,贪心)

    Description The annual Games in frogs' kingdom started again. The most famous game is the Ironfrog T ...

  8. 【HIHOCODER 1576】 子树中的最小权值(线段树维护DFS序)

    描述 给定一棵N个节点的树,编号1~N.其中1号节点是根,并且第i个节点的权值是Vi. 针对这棵树,小Hi会询问小Ho一系列问题.每次小Hi会指定一个节点x,询问小Ho以x为根的子树中,最小的权值是多 ...

  9. 根据不同的产品id获得不同的下拉选项 (option传多值)

    <td> 没有 value 所以要在<td>里面加上input  同时text 为hidden这样就不会显示value的值 <td><select id='g ...

  10. 【数学】codeforces C. Maximal GCD

    http://codeforces.com/contest/803/problem/C [题意] 给定两个数n,k(1 ≤ n, k ≤ 10^10) 要你输出k个数,满足以下条件: ①这k个数之和等 ...