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
# Case study-- connecting Particle Photons to a T2 for wearables
2
+
3
+
Steps taken:
4
+
5
+
* Wrote firmware for the Photon that did the following:
6
+
* Removed the photons from the Particle cloud
7
+
* Connected them to the T2 WiFi AP
8
+
* had calls to set/get pin values
9
+
* We can do even more with the reach in this respect
10
+
11
+
* Modified the Tessel to run as an AP and Station at the same time [info](https://medium.com/from-the-nodebotanists-lab/ongoing-lab-experiment-using-the-tessel-2-as-a-wifi-access-point-and-station-simultaneously-4d9705b73c0d#.ams5j737g)
12
+
13
+
* Wrote firmware for the Tessel 2 that
14
+
* Registered each Photon that connected to it and kept its IP
15
+
* Made various rest calls to the photons to get/send info
16
+
17
+
I think we can take a lot of this experience and use it for designing the reach
0 commit comments