Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.49 KB

File metadata and controls

32 lines (21 loc) · 1.49 KB

YCP_RT_SensorNetwork

This repository contains the Sensor Network code that is run on the Teensy 4.1 microcontroller embedded in the Radio Telescope.

Devoplment setup for teensy 4.1 development

  1. Install Visual Studio Code https://code.visualstudio.com/download
  2. Open Visual Studio Code
  3. Open Extensions Tab

ESS-Dev-1

  1. Install C/C++ IntelliSense (should be one of most popular extensions) extension

ESS-Dev-2

  1. Install PlatformIO extension

ESS-Dev-3

  1. Install Arduino https://www.arduino.cc/en/software

  2. Install Teensyduino https://www.pjrc.com/teensy/td_download.html

  3. Clone Sensor Network Repository

    1. Open Visual Studio Code
    2. Select source control tab

    ESS-Dev-4

    1. Select Clone Repository
    2. Enter sensor network URL into prompt https://github.com/YCPRadioTelescope/YCP_RT_SensorNetwork.git
      1. IMPORTANT: Place the repo in the following directory - C:\Users%your user%\Documents\PlatformIO\Projects. You may need to create this directory if it does not already exist. This is where all PlatformIO Projects need to be saved.