This repository is a project to help students more intuitively understand geometric vectors through a hands on approach. A DJI Tello Ryze will be controlled using an android app to visualize simple vectors and the solution to vector related problems like:
- Vector addition/subtraction
- Linear equations
- Linear combinations of vectors
- Vector magnitude
The app will be used in combination with the students' smartphones as well as auxilary worksheets for each of the topics covered.
TODO:
- Exercises
- Addition/Subtraction exercises
- Linear equation exercises
- Linear combinations exercises
- Vector magnitude exercises
- User interface
- Display Vectors
- Integrate Drone communication into UI
- Integrate Exercises into UI
- Check solutions
- Display exercises in respective activities
- Worksheets
- Addition/Subtraction worksheet
- Linear equation worksheet
- Linear combinations worksheet
- Vector magnitude worksheet
- Drone communication
- Establish connection
- Send and receive data
- Enter command mode and send commands
- Fly vectors according to exercise
- Implement go-command debug interface (submit [1, 8, 7] to access)