Rex St. John
Edge Computing Ecosystems
by @rexstjohn
(or click the below links to download)
Snap your Edison to the breakout board, attach the Arduino shield, plug in both Micro-USB cables
Follow this guide to flash your Edison using Flash Tool Lite. Windows users must also install the USB drivers.
Mac / Linux users select "CDC" from the drop down, Windows users use "RNDIS." Toggle the power switch when the pop up appears.
Download PuTTy
Use "screen" utility
Use "screen" utility
Press "Down" to view videos showing how to establish serial connections on each OS.
Open terminal, type 'screen /dev/usbs' then hit Tab to autocomplete, add '115200 -L' and hit Enter twice at blank screen
$ sudo apt-get install screen
$ sudo screen /dev/ttyUSB0 115200
Install 'screen,' use "/dev/ttyUSB0 115200" and hit Enter twice at blank screen
Download PuTTy, select 'serial,' set baud rate to 115200, use Device Manager to find your COM port, hit Enter twice at blank screen
Text
Note: Select the COM port that ISNT the Virtual COM
$ configure_edison --setup
Initiate a Serial connection, use default login "root"
Name your Edison, set a password, get your Edison online!
Press "Down" to view Arduino instructions for each OS.
We will be blinking the Pin 13 LED shown above.
On 1.6.5+: Use the Board Manager to install Intel Edison support first!
On 1.6.5+: Use the Board Manager to install Intel Edison support first!
On 1.6.5+: Use the Board Manager to install Intel Edison support!
By Rex St. John
How to setup Intel Edison with Ardunio IDE for Windows, Mac and Linux