Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrelamberty committed Jul 24, 2023
1 parent e8063b7 commit eb73d9d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/arduino.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ jobs:
- name: doxygen
env:
GH_REPO_TOKEN: ${{ secrets.GH_REPO_TOKEN }}
PRETTYNAME: "Sentinel"
PRETTYNAME: "Adafruit SGP30 Arduino Library"
run: bash ci/doxy_gen_and_deploy.sh
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ The idea behind this project his to have a base system working on a standard
microcontroller with communication capabilities, http/https, mqtt...

See the [Nidus](https://github.com/alexandrelamberty/nidus/) repository and the
[Sentinel Api Spec](https://github.com/alexandrelamberty/sentinel-api)
[Sentinel API Spec](https://github.com/alexandrelamberty/sentinel-api)

## Features

- [ ] Configuration
- [x] Wifi
- [x] Access Point
- [x] Configuration
- [x] Wifi
- [x] Access Point
- [x] Configuration
- [x] Auto-pairing
- [ ] Auto updates
- [ ] Protocols
Expand All @@ -34,20 +34,21 @@ See the [Nidus](https://github.com/alexandrelamberty/nidus/) repository and the

## Hardware

The hardware I currently use is a
[NodeMCU Lua Amica Module V2 ESP8266 ESP-12FCP2102]()
The hardware I currently use is a
[NodeMCU Lua Amica Module V2 ESP8266 ESP-12FCP2102]()
micro-controller, a temperature sensor [DS18B20]() and temperature and
pressure sensor [BMP180]().

![Hardware](hardware.jpg)

## Installation

### Arduino
### Arduino

Open the Arduino Preferences <kbd>Ctrl</kbd>+<kbd>,</kbd> and in `Additional
Boards Manager Urls`
add the following one:

```
https://arduino.esp8266.com/stable/package_esp8266com_index.json
```
Expand All @@ -69,8 +70,7 @@ Connect the device to a power supply.
Connect your phone to the new access point created by the device. It should be
something like `sentinel-xxx`.

Then access the device settings by navigating to http://192.168.4.1 and complete
Then access the device settings by navigating to <http://192.168.4.1> and complete
the setup.

The device then will restart and will pair automatically with the server.

0 comments on commit eb73d9d

Please sign in to comment.