en:iot:examples:setup:usb
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| en:iot:examples:setup:usb [2018/05/04 09:41] – rim.puks | en:iot:examples:setup:usb [Unknown date] (current) – external edit (Unknown date) 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Installing PlatformIO and creating your first project ====== | + | ====== Installing |
| - | + | ||
| - | There are many different ways to install PlatformIO. | + | |
| - | + | ||
| - | **Sources: | + | |
| + | **Source:** | ||
| http:// | http:// | ||
| - | |||
| - | http:// | ||
| - | |||
| - | http:// | ||
| - | |||
| This tutorial describes how to download and install PlatformIO as an Atom plugin. | This tutorial describes how to download and install PlatformIO as an Atom plugin. | ||
| Line 16: | Line 8: | ||
| === Installation === | === Installation === | ||
| - | + | | |
| - | | + | |
| - Open Atom Package Manager (Linux,OS -> Menu: Edit > Preferences > Install, Windows -> Menu: File > Settings > Install) | - Open Atom Package Manager (Linux,OS -> Menu: Edit > Preferences > Install, Windows -> Menu: File > Settings > Install) | ||
| - | - Search for official Platformio-ide package | + | - Search for official Platformio-ide package |
| - | {{: | + | |
| - Install PlatformIO IDE | - Install PlatformIO IDE | ||
| - | - Intall | + | - Install |
| * Linux: Using package managers: apt-get install clang or yum install clang. | * Linux: Using package managers: apt-get install clang or yum install clang. | ||
| - | * Mac OS X: Install the latest Xcode along with the latest Command Line Tools (they are installed automatically when you run clang in Terminal for the first time, or manually by running <code c> xcode-select --install </ | + | * Mac OS X: Install the latest Xcode along with the latest Command Line Tools (they have installed automatically when you run clang in Terminal for the first time, or manually by running <code c> xcode-select --install </ |
| * Windows: [[http:// | * Windows: [[http:// | ||
| * [[http:// | * [[http:// | ||
| * [[http:// | * [[http:// | ||
| + | |||
| + | PLEASE DO NOT INSTALL CLANG 4.0. PLATFORMIO TEMPORARY SUPPORTS ONLY CLANG 3.9. | ||
| + | |||
| + | If you see Failed to find MSBuild toolsets directory error in the installation console, please ignore it and press any key to close this window. PlatformIO IDE uses only Clang completion engine that should work after it without any problems. | ||
| | | ||
| Line 34: | Line 29: | ||
| - | | + | |
| {{: | {{: | ||
| - | | + | |
| - | - Select | + | {{: |
| - | {{: | + | * Choose |
| - | | + | {{: |
| - | | + | |
| - | | + | * Open platformio.ini file and paste <code c> |
| - | | + | <note important> |
| + | {{: | ||
| + | | ||
| + | {{: | ||
| + | | ||
| {{: | {{: | ||
| - | | + | |
| - | - What is more, you can run specific target or process project environment using (Menu: PlatformIO > Run other target...) or call targets list from the status bar (bottom, left corner) | + | (If you are having uploading problems with Linux, try sudo chown username / |
| - | (If your having uploading problems with Linux, try sudo chown username / | + | |
| - | {{: | + | * To run built-in |
| - | - To run built-in | + | |
| {{: | {{: | ||
| - | - To run built-in “Serial Monitor” choose (Menu: PlatformIO > Serial Monitor) or press the corresponding icon in the PlatformIO toolbar | ||
| - | |||
| - | |||
| - | **Link for installation: | ||
| - | http:// | ||
en/iot/examples/setup/usb.1525416091.txt.gz · Last modified: (external edit)
