https://github.com/sulavgaire/cansat
This repo consists of code for Educational Satellite-CANSAT, Ground station, and Webserver.
https://github.com/sulavgaire/cansat
arduino cansat iot lora nodejs
Last synced: about 2 months ago
JSON representation
This repo consists of code for Educational Satellite-CANSAT, Ground station, and Webserver.
- Host: GitHub
- URL: https://github.com/sulavgaire/cansat
- Owner: SulavGaire
- Created: 2022-05-12T07:37:30.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-09T05:37:23.000Z (about 4 years ago)
- Last Synced: 2025-02-28T23:11:06.265Z (over 1 year ago)
- Topics: arduino, cansat, iot, lora, nodejs
- Language: C++
- Homepage:
- Size: 145 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Setup to setup ground-station
1. Download the github repo of CANSAT
2. Unzip the file
3. Upload receiver code to Ground-Station . Remember the port number we will need it later
4. Open command prompt
5. Run command :: npm install
6. This will install require dependencies
7. Run command :: node server.js
8. This will start the server
9. Open your favourite browser and visit
10. http://localhost:4000/
11. Enter port number (eg: COM14)