Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 2.06 KB

windows.md

File metadata and controls

31 lines (24 loc) · 2.06 KB

Steps to install Arduino ASR650x support on Windows

Tested on 32 and 64 bit Windows 10 machines

  1. Download and install the latest Arduino IDE Windows Installer from arduino.cc
  2. Download and install Git from git-scm.com
  • If you don't install Git,you choose dowload zip from the home page and Unzip the file to /Documents/Arduino/hardware/heltec ,Skip steps three to step four
  1. Execute the command under the \Documents\Arduino\hardware path Start Git Bash and run through the following steps:
  1. Open /Documents/Arduino/hardware/CubeCell/tools and double-click get.exe Step 4

  2. When get.exe finishes, you should see the following files in the directory Step 5

  3. Plug your ASR650x board and wait for the drivers to install (or install manually any that might be required)

  4. Start Arduino IDE

  5. Select your board in Tools > Board menu CubeCell-Boardor CubeCell-CupsuleorCubeCell-Module

  6. Select the COM port that the board is attached to

  7. Compile and upload

    Arduino IDE Example

How to update to the latest code

  1. Open /Documents/Arduino/hardware/CubeCell created start Git Bash and input git pull!

    Update Step 1

  2. Wait for git to pull any changes and close Git Bash

  3. Open /Documents/Arduino/hardware/CubeCell/tools and double-click get.exe