-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
…
- Loading branch information
Showing
1 changed file
with
15 additions
and
2 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 |
---|---|---|
@@ -1,7 +1,20 @@ | ||
# particleIO_mqtt | ||
|
||
This repository is part of the project called Open Energy. Visit www.op-en.se to read about it. | ||
|
||
This is a repository which enables and connects tangible(Particle Photon) and intangible | ||
The goal is to enable and connect tangible(Particle Photon) and intangible | ||
prototypes(web apps) by connecting them together through a MQTT server (www.op-en.se:1883). | ||
|
||
It is part of the project called Open Energy. Visit www.op-en.se to read about it. | ||
1. Particle.io Photon | ||
Acquire a Photon.( www.particle.io - 19$ pcs. ) | ||
|
||
2. Make an account on www.particle.io. | ||
|
||
3. Next step is do the setup and connect the Photon to your local | ||
wifi. First you have to download the Particle app from | ||
Appstore(Iphone) or Google market(Android). Have your phone | ||
connected to the local wifi an start the app. Follow description | ||
in this tutorial or the one in your app: | ||
https://docs.particle.io/guide/getting-started/start/photon/ | ||
|
||
2. Flash/upload your Photon with code from this repository. |