From 54bf8e8233672d2e7cf065bfec6fbe54096ffc08 Mon Sep 17 00:00:00 2001 From: Kas Perch Date: Wed, 22 Feb 2017 23:39:57 -0600 Subject: [PATCH] Completes #3 --- case-studies/nodebotanist.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 case-studies/nodebotanist.md diff --git a/case-studies/nodebotanist.md b/case-studies/nodebotanist.md new file mode 100644 index 0000000..9957298 --- /dev/null +++ b/case-studies/nodebotanist.md @@ -0,0 +1,18 @@ +# Case study-- connecting Particle Photons to a T2 for wearables + +Steps taken: + +* Wrote firmware for the Photon that did the following: + * Removed the photons from the Particle cloud + * Connected them to the T2 WiFi AP + * had calls to set/get pin values + * We can do even more with the reach in this respect + +* 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) + +* Wrote firmware for the Tessel 2 that + * Registered each Photon that connected to it and kept its IP + * Made various rest calls to the photons to get/send info + +I think we can take a lot of this experience and use it for designing the reach +boards.