You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ ConnectAnyThing is an easy tool for real-time electronic tinkering on Galileo us
9
9
10
10
1) Put the ConnectAnyThing software onto a Galileo’s SD card, and power on.
11
11
12
-
2) Galileo broadcasts a Wi-Fi network called “ConnectAnyThing.” Join with your mobile device.
12
+
2) Galileo broadcasts a Wi-Fi network called “ConnectAnyThing_\<last 5 digits of MAC address\>, ex: ConnectAnyThing_16afb.” Join with your mobile device.
13
13
14
14
3) Open a web browser on your device, go to "cat.com". The webpage lets you read inputs and control outputs in real-time from your mobile device.
Our platform is a simplified version of the [LYT project](https://github.com/secondstory/LYT) developed by [Second Story] ( http://www.secondstory.com/ ).
51
52
@@ -99,7 +100,7 @@ GEN2:
99
100
100
101
7) Put the Micro SD card in the Galileo board and power it up. **NOTE:** It could take up to 3 minutes for the board to boot-up.
101
102
102
-
8) On your mobile device or computer, connect to the "ConnectAnyThing" network. **NOTE:** If you don't see the network on your device, make sure your Galileo board has [firmware version 782 or above] ( https://communities.intel.com/docs/DOC-21838 ).
103
+
8) On your mobile device or computer, connect to the "ConnectAnyThing_XXXXX" network, where XXXXX = last 5 MAC address digits of the physical board. **NOTE:** If you don't see the network on your device, make sure your Galileo board has [firmware version 782 or above] ( https://communities.intel.com/docs/DOC-21838 ).
103
104
104
105
9) Start Chrome (34+) on your device, and in the address bar, type either: "cat", "cat.com", or "192.168.0.10".
105
106
@@ -112,6 +113,11 @@ We have created a Tinkering Kit with sensors, actuators, and other accessories p
112
113
113
114
## Release Notes
114
115
116
+
### Rev 0.2.4
117
+
* Fixed iPhone connectivity issue.
118
+
* Fixed Chrome 37+ compatibility issue.
119
+
* Added automatic unique SSID generator (SSID = ConnectAnyThing_XXXXX, where XXXXX = last 5 MAC address digits).
0 commit comments