Browse Source

README edit (+ comment typo fix)

master
The Dod 1 year ago
parent
commit
b34bff43e3
2 changed files with 5 additions and 6 deletions
  1. 4
    5
      README.md
  2. 1
    1
      proximibeat.js

+ 4
- 5
README.md View File

@@ -1,12 +1,11 @@
1
-### Proximibeat
1
+### Blinkinlove / Puck
2 2
 
3
-Code that makes a couple of [puck.js](https://www.puck-js.com/) devices blink
4
-the red LED in a heart-beat sequence if they sense each other on a BLE scan.
5
-The blink rate increases the stronger the signal is (perfect as his/hers blings).
3
+_Blinkinlove_ (_אהיבהוב_) is a line of technoromantic jewlery by [zzzen](https://zzzen.com): these accessories come in pairs, and each can blink in a heartbeat rhythm in order to indicate that it can sense that its mate is nearby. The closer the mate is, the faster the blinking. It looks for its mate by performing a wifi or bluetooth scan (depending on the model).
4
+
5
+The _Puck_ model is based on [puck.js](https://www.puck-js.com/) devices (with bluetooth capability). This was the first model in the _Blinkinlove_ line, and was worn by Neora and Nimrod on their wedding, embedded in necklaces designed by [Ortal Ben Dayan](https://www.ortalbendayan.com/).
6 6
 
7 7
 ![Neora and Nimrod demonstrate](https://zzzen.com/kraftz/2022-02-22%20-%20proximibeat.gif)
8 8
 
9
-Necklaces were designed by [Ortal Ben Dayan](https://www.ortalbendayan.com/).
10 9
 
11 10
 Button activates/deactivates scan and blink functionality (in order to save battery).
12 11
 Even when deactivated it doesn't stop advertising BLE (and other device, if active,

+ 1
- 1
proximibeat.js View File

@@ -1,4 +1,4 @@
1
-// === ENTER NRF.getAdress() results of the couple of
1
+// === ENTER NRF.getAddress() results of the couple of
2 2
 // === puck.js devices you want to identify each other
3 3
 const his = "12:34:56:78:9a:bc", hers = "fe:dc:ba:98:76:54";
4 4
 

Loading…
Cancel
Save