Difference between revisions of "FTC 2025 Benson"

From wikidb
Jump to: navigation, search
(Android Studio)
(Installs and Maintenances)
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
'''Misc Notes to be Organized'''
 
'''Misc Notes to be Organized'''
 +
 +
= Links =
 +
 +
* [https://www.firstinspires.org/resource-library/ftc/game-and-season-info Game & Season Materials]
 +
** [https://www.firstinspires.org/resource-library/ftc/technology-information-and-resources Technology Information and Resources]
 +
*** Android Studio Guid
 +
*** [https://ftc-docs.firstinspires.org/en/latest/programming_resources/index.html Programming REsources]
 +
 +
**** [https://ftc-docs.firstinspires.org/en/latest/programming_resources/android_studio_java/Android-Studio-Tutorial.html Android Studio Tutorial]
 +
 +
 +
 +
* [https://ftc-docs.firstinspires.org/en/latest/programming_resources/tutorial_specific/android_studio/downloading_as_project_folder/Downloading-the-Android-Studio-Project-Folder.html Downloading Android Studio]
  
 
= Bring Up Control Hub =
 
= Bring Up Control Hub =
Line 8: Line 21:
  
 
= Installs and Maintenances =
 
= Installs and Maintenances =
 +
 +
== Updating Control and Driver Hubs ==
  
 
* [[UpgradeControlHub20240901]]
 
* [[UpgradeControlHub20240901]]
 
* [[UpgradeWindowsPC20240902]]
 
* [[UpgradeWindowsPC20240902]]
 +
* [https://ftc-docs.firstinspires.org/en/latest/ftc_sdk/updating/ds_app/Updating-the-DS-App.html Updating the DS App]
 +
** using REV Hardware Client (RHC) went from
 +
** Ap 9.0 to 10.0
 +
* dido for Control Hub
 +
** with RHC went from
 +
** Ap 9.2 to 10
 +
** OS 1.1.3 to 1.1.4
 +
* [https://ftc-docs.firstinspires.org/en/latest/ftc_sdk/updating/rc_app/Updating-the-RC-App.html Updating the RC App]
 +
 +
== Unresponsieve Driver Hub Battery ==
 +
 +
* Plug Driver Hub into a charger without battery
 +
* Please use the charger that came with the Driver Hub
 +
* Turn on Driver Hub
 +
* Verify that the Driver Hub reports 100% battery charge
 +
* Install battery into Driver Hub while device is still on and on charger
 +
* Charge for at least 8 hours and do not remove battery or charge cable
 +
* Remove Driver Hub from Charger
 +
* [https://www.reddit.com/r/FTC/comments/q5ah6u/driver_hub_not_charging/ Driver Hub Not Charging]
  
 
= Android Studio =
 
= Android Studio =
Line 24: Line 58:
 
**** used 77.5
 
**** used 77.5
 
**** free 49.8
 
**** free 49.8
 +
 +
== git ==
 +
* git-scm.com 2.46.0 is latest
 +
 +
== 2016 Instructions ==
 +
 +
Worth looking at
 +
 +
* [https://innov8rz.net/blog/software/setting-up-android-studio-for-first-tech-challenge Setting up Android Studio for First Tech Challenge]

Latest revision as of 09:38, 14 September 2024

Misc Notes to be Organized

Links


Bring Up Control Hub

  • Boot - wait for green light
  • Network Connection: OrRAS01-RC
  • OnBot Java page 192.168.43.1:8080

Installs and Maintenances

Updating Control and Driver Hubs

Unresponsieve Driver Hub Battery

  • Plug Driver Hub into a charger without battery
  • Please use the charger that came with the Driver Hub
  • Turn on Driver Hub
  • Verify that the Driver Hub reports 100% battery charge
  • Install battery into Driver Hub while device is still on and on charger
  • Charge for at least 8 hours and do not remove battery or charge cable
  • Remove Driver Hub from Charger
  • Driver Hub Not Charging

Android Studio

  • 9-2-24 - before uninstalling Studio - find at
  • Settings
    • System
      • Storage
        • Capacity 127 GB
        • used 77.5
        • free 49.8

git

  • git-scm.com 2.46.0 is latest

2016 Instructions

Worth looking at