PIN code: 000000
Set them up using an iOS app:
- Install Lightblue Explorer from App store
- Connect to 'JinouBeacon'
- Enter the PIN 000000 to pair the device
- Editable values are in UUID:F350 section
- Covert strings / numbers to HEX before writing
package main | |
import ( | |
"flag" | |
"fmt" | |
"io" | |
"io/ioutil" | |
"net/http" | |
"strings" | |
"time" |
PIN code: 000000
Set them up using an iOS app:
wget https://storage.googleapis.com/golang/go1.7.linux-armv6l.tar.gz
tar -C /usr/local -xzf go1.7.linux-armv6l.tar.gz
export PATH=$PATH:/usr/local/go/bin