> For the complete documentation index, see [llms.txt](https://guide.fariaedu.com/science-teaching-in-the-virtual-learning-environme/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.fariaedu.com/science-teaching-in-the-virtual-learning-environme/at-home-labs/software-for-at-home-labs.md).

# Software for at-home labs

![](/files/-MLo7c1h6WRA3KybAnYj)

| *Image:*  [*Sarhan, Youssef*](https://unsplash.com/photos/tze1kKj7Lgg)*. Unsplash, 2017.* |
| :---------------------------------------------------------------------------------------: |

The following programs may be useful for at-home labs:

* Using **smartphone apps** to collect data such as acceleration, gyroscopic motion, magnetic field strength and air pressure.
  * [**Science Journal**](https://sciencejournal.withgoogle.com/) (free) by Google turns your phone into a useful data collection tool, especially for physics. This [YouTube video](https://www.youtube.com/watch?v=L2Ms5m_eQaY\&feature=emb_logo) gives a good overview of how Science Journal can be used and its various functions and [this page](https://sciencejournal.withgoogle.com/experiments/) has many, many experiments that could be done.
  * [**Phyphox**](https://phyphox.org/) (free) by RWTH Aachen University in Germany. See this [introduction video](https://youtu.be/xbafUQto5uk) and an [example of using the magnetometer to determine the spin of a fidget spinner](https://youtu.be/fObZl3TDa0Q). This phone app also has an [editor](https://phyphox.org/editor-info/) that allows you to create your own experiments.&#x20;
* [**ImageJ**](https://imagej.nih.gov/ij/download.html) (free) is also a very useful tool for image data analysis and collection. The following [playlist](https://www.youtube.com/playlist?list=PLhJFmWZr5uEKitLoWPkZd4L-TjuY1CoE1) shows a few ideas that ImageJ could be used for. While mostly for biology, teachers and students should be able to come up with ideas in physics and chemistry too. ImageJ can be used on Macs and PCs.
* **Video analysis software** can be useful in many physics experiments as they allow study of two-dimensional motion, have a wide field of view and generate trajectory, position and velocity graphs for the object. There are different software options, both for the computer and mobile devices.&#x20;
  * [**Logger Pro**](https://www.vernier.com/product/logger-pro-3/) by Vernier is software that many schools already have. In addition to simply making graphs or connecting with their probeware, Logger Pro also has video analysis capabilities and includes a tutorial. Logger Pro has a generous site license and can be used on Macs and PCs.
  * [**Tracker**](https://physlets.org/tracker/) by Open Source Physics is a free and open-source video analysis tool. This [getting started video tutorial](https://youtu.be/La3H7JywgX0) will introduce the software to you. The software is available in 26 languages.
  * For mobile devices there are similar tools such as [**VidAnalysis**](https://vidanalysis.com/) is free for Android phones and [**Vernier Video Physics**](https://www.vernier.com/product/video-physics-for-ios/) by Vernier costs about US$5 for iOS.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://guide.fariaedu.com/science-teaching-in-the-virtual-learning-environme/at-home-labs/software-for-at-home-labs.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
