Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrelamberty committed Oct 17, 2022
1 parent 3960be8 commit 721b1eb
Show file tree
Hide file tree
Showing 3 changed files with 213 additions and 129 deletions.
16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Home monitoring system running on a NodeMCU ESP8266 ESP-12F.

The idea behind this project his to have a base system working on a standard
microcontroller with communication capabilities.
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)
Expand All @@ -14,14 +14,23 @@ See the [Nidus](https://github.com/alexandrelamberty/nidus/) repository and the
- [x] Wifi
- [x] Access Point
- [x] Configuration
- [ ] Auto-pairing
- [x] Auto-pairing
- [ ] Auto updates
- [ ] Protocols
- [x] HTTP
- [ ] HTTPS
- [ ] MQTT
- [ ] Sensors
- [x] BMP180
- [ ] DS18B20
- [ ] Security
- [x] Configuration AP
- [ ] Key
- [ ] Tests

## Technolgies

- [Arduino](https://www.arduino.cc/)

## Hardware

Expand All @@ -30,6 +39,8 @@ The hardware I currently use is a
micro-controller, a temperature sensor [DS18B20]() and temperature and
pressure sensor [BMP180]().

![Hardware](hardware.jpg)

## Installation

### Arduino
Expand All @@ -51,7 +62,6 @@ and install the following packages:

Upload the sketch


## Configuration

Connect the device to a power supply.
Expand Down
Binary file added hardware.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 721b1eb

Please sign in to comment.