FRC Scouting

4.5
22 reviews
1K+
Downloads
Content rating
Everyone
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image

About this app

Brought to you by FRC team 836, The RoboBees, and growingSTEMS(TM).
This is an app to use for scouting during FRC competitions. Requires an active internet connection for live updating. Data may be recorded to the phone and uploaded to the server later, or simply exported to csv locally.
See notes at the bottom for setting up for your team.

This app allows team members watching qualification matches at competitions to record data about the robots. Intended use is for 6 people on a team to watch each match, each one recording data about a single robot. At the beginning of the competition, each device can be assigned a position, and once a match number is entered, the appropriate team numbers will fill in if there is a valid match schedule posted.


It is recommended to associate this app with a server-side database. Each team should set up their own server to use and store their data on. The app has some Data analysis built in (more to be added in future updates), but besides that, it is up to each team to analyze their own data.

Server side code requires a LAMP server exposed to the internet. Most teams have their own websites, which most likely have LAMP installed.

Server source code can be downloaded here: https://growingstems.org/android/FRC_Scouting_Server.zip
https://growingstems.org/android/FRC_Scouting_Server_Legacy.zip


Note: This app is English only
Makes use of the AChartEngine library for graphing team's performance
Source is available here: https://gitlab.com/growingstems/frc-836-the-robobees/FRCScouting
Event Data provided by FIRST: https://frc-events.firstinspires.org/services/API
Updated on
Apr 16, 2025

Data safety

Safety starts with understanding how developers collect and share your data. Data privacy and security practices may vary based on your use, region, and age. The developer provided this information and may update it over time.
No data shared with third parties
Learn more about how developers declare sharing
No data collected
Learn more about how developers declare collection

Ratings and reviews

4.5
21 reviews
yousef dash
March 26, 2022
Crazy awesome app, open source, allows offline export and saving to a website
Did you find this helpful?
A Google user
July 18, 2018
Thank you dan. This is the best thing
1 person found this review helpful
Did you find this helpful?
A Google user
February 21, 2018
How exactly does the app link to a server and how do you set that up?
3 people found this review helpful
Did you find this helpful?
growingSTEMS
February 23, 2018
The server source can be downloaded from http://robobees.org/android/FRC_Scouting_Server.zip or from the GitHub repo (https://github.com/username115/FRCScouting) There is a readme in there, but the idea is you host a LAMP server, and use the files included to set up the database and interface. Then, point the app at scouting.php on your server.

What’s new

-Implement pass and event logic for Pit Scouting
-Quality of Life improvements
-bugfixes