-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #22 from nodebotanist/master
Completes #3
- Loading branch information
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |