Skip to content

Commit 54bf8e8

Browse files
committed
Completes tessel#3
1 parent 7e86490 commit 54bf8e8

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

case-studies/nodebotanist.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# 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
18+
boards.

0 commit comments

Comments
 (0)