https://github.com/jetsup/base-station
https://github.com/jetsup/base-station
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jetsup/base-station
- Owner: jetsup
- Created: 2024-05-07T00:36:37.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-20T19:05:54.000Z (about 1 year ago)
- Last Synced: 2025-01-27T10:44:20.719Z (4 months ago)
- Language: C++
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Base Station
This module controls the Air Module and also provide data that will be used for visualizing the position of the drone on the map. The drone module runs [SkyHawk](https://www.github.com/jetsup/SkyHawk) program.
## Setup
Clone this repository
```bash
git clone https://www.github.com/jetsup/GroundTeam.git
```Open the project using `Arduino IDE` or `VS Code` with [arduino extension](https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.vscode-arduino).
This project was tested on `Arduino Nano` but you can tweak it to suite your board.