Installation instructions for Mac OS

March 30, 2021 ยท View on GitHub

  • Install latest Arduino IDE from arduino.cc

  • Open Terminal and execute the following command (copy->paste and hit enter one by one):

    mkdir -p ~/Documents/Arduino/hardware/CubeCell
    cd ~/Documents/Arduino/hardware/CubeCell
    git clone https://github.com/HelTecAutomation/ASR650x-Arduino.git CubeCell
    cd CubeCell/tools
    python get.py
    
  • Restart Arduino IDE