Skip to content

Commit 1e3a930

Browse files
authored
Fix some typo errors in README
1 parent ca71d62 commit 1e3a930

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ESP32-OLED-Fossa-GroundStation for Platformio
2-
Groundstation for the the Fossasat-1 Satellite
2+
Groundstation for the Fossasat-1 Satellite
33

44
## Supported boards
55
* **Heltec WiFi LoRa 32 V1**
@@ -14,7 +14,7 @@ Groundstation for the the Fossasat-1 Satellite
1414
# Quick Install
1515
This project is ready to use with [Platformio](https://platformio.org/). It will take care of all dependencies automatically when building the project. It can also be used with Arduino IDE.
1616

17-
## Platformio (recomended)
17+
## Platformio (recommended)
1818
Arduino ide instructions bellow.
1919
### Installing platformio
2020
Platformio can be installed as a plugin for many IDEs. You can find a complete list here: https://docs.platformio.org/en/latest/ide.html#desktop-ide
@@ -36,7 +36,7 @@ Then select the `src` folder inside the repository and click open.
3636
After that, the project should be loaded in visual studio and ready to configure and build.
3737

3838
### Configure the project
39-
First we need to select the board. To do so, open the `src/Fossa_GroundStation/platformio.ini` file and uncomment one of the lines at the beggining of the file depending on the board you are going to use TTGO ot Heltec.
39+
First we need to select the board. To do so, open the `src/Fossa_GroundStation/platformio.ini` file and uncomment one of the lines at the beggining of the file depending on the board you are going to use TTGO or Heltec.
4040

4141
```
4242
default_envs =
@@ -52,7 +52,7 @@ Once the configuration is done, connect the board to the computer and click on t
5252

5353
All the dependencies will be downloaded and installed automatically.
5454

55-
Note that if you are a Linux used like me and it is your first time using platformio, you will have to install the udev rules to grant permissions to platformio to upload the progrm to the board. You can follow the instructions here: https://docs.platformio.org/en/latest/faq.html#platformio-udev-rules
55+
Note that if you are a Linux used like me and it is your first time using platformio, you will have to install the udev rules to grant permissions to platformio to upload the program to the board. You can follow the instructions here: https://docs.platformio.org/en/latest/faq.html#platformio-udev-rules
5656

5757
## Arduino IDE
5858
You can install the Arduino IDE by downloading it from [arduino.cc](https://www.arduino.cc/en/Main/Software), we recommend the last version, but you should use v1.6 or above.
@@ -101,14 +101,14 @@ Then select the port where the board is connected to the computer in `Tools > Po
101101
And finally click on the rounded arrow button on the top to upload the project to the board or go to `Program > Upload (Ctl+U)`
102102

103103
# Configure Station parameters
104-
The first time the board boot it will generate an AP with the name: FossaGroundStation. Once connected to that network you should be prompted with a web panel to confiure the basic parameters of your station. If that were not the case you can access the web panel using a web browser and going to the url 192.168.4.1.
104+
The first time the board boot it will generate an AP with the name: FossaGroundStation. Once connected to that network you should be prompted with a web panel to configure the basic parameters of your station. If that were not the case, you can access the web panel using a web browser and going to the url 192.168.4.1.
105105

106106
<p float="left" align="center">
107107
<img src="/doc/images/config_ap.jpg" width="400" />
108108
<img src="/doc/images/config_wifimanager.jpg" width="400" />
109109
</p>
110110

111-
The parameters that has to be filled are the following:
111+
The parameters that must be filled are the following:
112112
* **SSID and PASSWORD:** The configuration parameters of you home WiFi AP so that the ground station can connect to internet.
113113
* **STATION NAME:** The name of your ground station. If you have registered yours in the [Fossa Ground Station Database](http://groundstationdatabase.com/database.php), the name should match.
114114
* **LATITUDE and LONGITUDE:** The geographical coordinates of the ground station. This serves the purpose of locating your ground station when you receive a package from the satellite.
@@ -119,7 +119,7 @@ The parameters that has to be filled are the following:
119119
This project implements OTA updates with both Arduino IDE and Platformio. To use this method the board and the computer have to be connected to the same network and be visible to each other.
120120

121121
## Platformio
122-
In order to upload a new version through OTA in platformio, the `platformio.ide` file has to be edited uncommenting two lines to enable OTA and set the current IP Address of the station (it can be see on the OLED display).
122+
In order to upload a new version through OTA in platformio, the `platformio.ide` file has to be edited uncommenting two lines to enable OTA and set the current IP Address of the station (it can be seen on the OLED display).
123123

124124
```
125125
# Uncomment these 2 lines by deleting ";" and edit as needed to upload through OTA

0 commit comments

Comments
 (0)