Skip to content

AmittSharma/particle-gateway-shield-code

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bluz

Particle Gateway Code

Bluz is a Development Kit (DK) that implements the Wiring language and talks to the Particle cloud through Bluetooth Low Energy. It can be accessed through a REST API and programmed from a Web IDE.

The code in this repository is used for a Particle Core/Photon/Electron to act as a gateway device using the bluz gateway shield. For more information on setting up the gateway shield, please see the documentation.

##Programming Particle Device

To program your Particle device through the Web IDE, copy the code to a new app and flash it to your Particle board.

To get your Particle device up and running locally:

  • Insert a photon into the gateway shield, power it, connect it to the cloud and claim it
  • Flash the gateway firmware with
cd particle-gateway-code/
particle flash <particle device name> particle-gateway-code.cpp
# wait for the upgrades to complete normally

About

Contains the code necessary for the Particle Core/Photon/Electron to operate as a gateway

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 71.1%
  • Other 28.9%