From 9a01e585e907ff4e9c99de853265cf28763e5b11 Mon Sep 17 00:00:00 2001 From: Westside Robotics Date: Mon, 26 Dec 2022 11:10:10 -0800 Subject: [PATCH] 12-26-2022 restore Return-to-Top function. Header-only link is no longer recognized, now requires full URL. --- Datalogging-Part-3,-RC-File-Transfer.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Datalogging-Part-3,-RC-File-Transfer.md b/Datalogging-Part-3,-RC-File-Transfer.md index a41bee5..f324055 100644 --- a/Datalogging-Part-3,-RC-File-Transfer.md +++ b/Datalogging-Part-3,-RC-File-Transfer.md @@ -11,7 +11,7 @@ This article is **Part 3** of a 4-part series on Datalogging. [**Part 1**](http [**Part 4**](https://github.com/FIRST-Tech-Challenge/FtcRobotController/wiki/Datalogging-Part-4,-Java-Learning-Exercise) describes the inner workings of a **different**, much simpler Datalogging class. It's strictly a Java learning exercise, showing basic steps to log robot data on the RC device. It does not require familiarity with Parts 1 and 2. -[

Return to Top](#introduction)

+

[[Return to Top|https://github.com/FIRST-Tech-Challenge/FtcRobotController/wiki/Datalogging Part 3, RC File Transfer]]

## Wired USB cable @@ -31,7 +31,7 @@ The simplest transfer method is to plug the RC device into a computer via USB ca - Unplug the USB cable; no need to 'Eject'. -[

Return to Top](#introduction)

+

[[Return to Top|https://github.com/FIRST-Tech-Challenge/FtcRobotController/wiki/Datalogging Part 3, RC File Transfer]]

## Wireless adb - Set-up @@ -49,7 +49,7 @@ It's possible to connect the RC device wirelessly to a laptop (or desktop with W Also, the laptop must have **Android Debug Bridge** or "adb" installed. Installing adb is described many places online, and in the FTC Wiki at [this page](https://github.com/FIRST-Tech-Challenge/FtcRobotController/wiki/Managing-a-Control-Hub#connecting-to-the-control-hub-using-wireless-adb). -[

Return to Top](#introduction)

+

[[Return to Top|https://github.com/FIRST-Tech-Challenge/FtcRobotController/wiki/Datalogging Part 3, RC File Transfer]]

## Wireless adb - Command Prompt @@ -84,7 +84,7 @@ Connecting an **RC phone** via adb can be done in two ways: with Wi-Fi Direct, o - For both methods, optional to confirm wireless connection with `adb devices`. -[

Return to Top](#introduction)

+

[[Return to Top|https://github.com/FIRST-Tech-Challenge/FtcRobotController/wiki/Datalogging Part 3, RC File Transfer]]

## Wireless adb - File Transfer @@ -104,7 +104,7 @@ Some notes: - If a folder or file name contains a space (blank character), enclose the entire pathname in double-quotes. For example, "C:\Users\Public\My Documents". -[

Return to Top](#introduction)

+

[[Return to Top|https://github.com/FIRST-Tech-Challenge/FtcRobotController/wiki/Datalogging Part 3, RC File Transfer]]

## Wireless transfer with Android Studio @@ -130,7 +130,7 @@ This [copies the file](https://raw.githubusercontent.com/wiki/FIRST-Tech-Challen To **refresh** the directory listing, re-select the RC device from the top pull-down menu, just below the heading "Device File Explorer". -[

Return to Top](#introduction)

+

[[Return to Top|https://github.com/FIRST-Tech-Challenge/FtcRobotController/wiki/Datalogging Part 3, RC File Transfer]]

## Summary @@ -146,7 +146,7 @@ This article did **not** cover: You are encouraged to submit and describe other file transfer methods that worked for you. -[

Return to Top](#introduction)

+

[[Return to Top|https://github.com/FIRST-Tech-Challenge/FtcRobotController/wiki/Datalogging Part 3, RC File Transfer]]

------