From 959905adc6fad183d607ac952b6ee4f8a5c2fcbc Mon Sep 17 00:00:00 2001 From: Nigreon Date: Thu, 23 Jul 2020 00:13:36 +0200 Subject: [PATCH] Add README File --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..8f0f401 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +Work with android-blegps (same repository) + +Read data from a GPS, altitude from a barometric and optionaly temperature and send to a smartphone via Bluetooth BLE. + +Sensors : +- GPS : Ublox M8N (Serial) +- Barometric : BMP180 (I2C) +- Temperature : DS18B20 (1-Wire)