Skip to content

Commit

Permalink
Merge pull request #5 from Slayingripper/master
Browse files Browse the repository at this point in the history
Added new features with some improvments
  • Loading branch information
dj1an authored Aug 1, 2024
2 parents 6189f1e + 17b877d commit 4417811
Show file tree
Hide file tree
Showing 6 changed files with 553 additions and 538 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
.vscode/c_cpp_properties.json
.vscode/launch.json
.vscode/ipch
.vscode/extensions.json
17 changes: 10 additions & 7 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"platformio.platformio-ide"
]
}
{
// 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"
]
}
9 changes: 7 additions & 2 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 klick on 'extensions' then search for 'PatformIO' and install.
* If installed open the IDE, go to the left side and click 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,4 +48,9 @@ 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
* 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)
Binary file added pics/HTCC-AB02S.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 4417811

Please sign in to comment.