From 7662722d697a4133b43ff20fc3b08cef46d5702f Mon Sep 17 00:00:00 2001 From: Otso Jousimaa Date: Wed, 18 Jul 2018 16:29:14 +0300 Subject: [PATCH] Add readme to Eddystone --- ruuvi_examples/eddystone/readme.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 ruuvi_examples/eddystone/readme.md diff --git a/ruuvi_examples/eddystone/readme.md b/ruuvi_examples/eddystone/readme.md new file mode 100644 index 00000000..9b30de01 --- /dev/null +++ b/ruuvi_examples/eddystone/readme.md @@ -0,0 +1,16 @@ +# Eddystone firmware + + * Uses Nordic's Eddystone implementation to provide Eddystone beacon capablities. + * Enter configuration mode by doing NFC scan or pressing button "B" + * Default password is (0x)00112233445566778899AABBCCDDEEFF + * If you change your password, be sure to remember it. You'll need a wired connection to RuuviTag to reset forgotten password. + * Advertises "https://ruuvi.com" at 2 Hz, +0 dBm at boot. + * TLM frames use nRF52 as temperature sensor, regardless of if BME280 is present. + + # Changelog + ## 2.3.0 + * Removes Ruuvi BLE code, uses fully Nordic code instead + * Fixes issue with Eddystone EID ECDH ky exchange + * Removes DFU and DIS services from the GATT profile + +