Skip to content

Commit

Permalink
Revert "Merge pull request #5 from Slayingripper/master"
Browse files Browse the repository at this point in the history
This reverts commit 4417811, reversing
changes made to 6189f1e.
  • Loading branch information
dj1an committed Nov 11, 2024
1 parent 4417811 commit 79b0aec
Show file tree
Hide file tree
Showing 6 changed files with 538 additions and 553 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@
.vscode/c_cpp_properties.json
.vscode/launch.json
.vscode/ipch
.vscode/extensions.json
17 changes: 7 additions & 10 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"platformio.platformio-ide"
],
"unwantedRecommendations": [
"ms-vscode.cpptools-extension-pack"
]
}
{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"platformio.platformio-ide"
]
}
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Please feel free to open an issue if you found Bugs.
The best success is to use PlatformIO (and it is the only platform where I can support you).

* Go to [PlatformIO](https://platformio.org/) download and install the IDE.
* If installed open the IDE, go to the left side and click on 'extensions' then search for 'PatformIO' and install.
* If installed open the IDE, go to the left side and klick on 'extensions' then search for 'PatformIO' and install.
* Windows users may have to install [GIT](https://git-scm.com/download/win)
* When installed click 'the ant head' on the left and choose import the project on the right.
* Just open the folder and you can compile and upload the Firmware.
Expand All @@ -48,9 +48,4 @@ Top Button can be used, the lower Button is hardwired to Device Reset.

* Button > 1s: Send Position Beacon
* Button < 1s: Open Menu / Next Menu Item
* Button > 1s in Menu: Change Setting

## Usage with BMP180
The HTCC-AB02S can also be used with the BMP180 sensor for Altitude , Humidity and Temperature. Switch to Profile #3 to send data to APRS as a weather station. The sensor can be used with either 5V or 3.3V but since the BMP180 is a 3.3V device with a voltage regulator just use the 3.3v line to conserve power on the board.

![BMP180](pics/HTCC-AB02S.jpg)
* Button > 1s in Menu: Change Setting
Binary file removed pics/HTCC-AB02S.jpg
Binary file not shown.
Loading

0 comments on commit 79b0aec

Please sign in to comment.