Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
hoellwerth committed Aug 20, 2023
2 parents a770679 + 234fcfa commit cfe290b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# NMEA-2000-influxdb
An esp32 which posts traffic in the NMEA 2000 BUS to an InfluxDB 2.7 instance.
It also holds a BMP280 for reading the temperature in the environment of the esp32.

## Table of contents

Expand Down
14 changes: 14 additions & 0 deletions Software/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,17 @@ This script uses the following libraries:
- [InfluxDB-Client-for-Arduino](https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino)
- [NMEA2000](https://github.com/ttlappalainen/NMEA2000)
- [NMEA2000_esp32](https://github.com/ttlappalainen/NMEA2000_esp32)
- [RTCLib](https://github.com/adafruit/RTClib?utm_source=platformio&utm_medium=piohome)
- [Time](https://github.com/PaulStoffregen/Time?utm_source=platformio&utm_medium=piohome)

The relevant section in **platformio.ini**:
```
lib_deps =
tobiasschuerg/ESP8266 Influxdb@^3.13.1
ttlappalainen/NMEA2000-library@^4.18.7
ttlappalainen/NMEA2000_esp32@^1.0.3
bblanchon/ArduinoJson@^6.21.2
Wire
paulstoffregen/Time@^1.6.1
adafruit/RTClib@^2.1.1
```

0 comments on commit cfe290b

Please sign in to comment.