Skip to content

manningt/particle-aws-iot-listener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

particle-aws-iot-listener

C/C++ code for a Particle which receives state info from AWS-IOT via bridge software running on a server.

This code simply blinks the Particle's built-in blue LED based on configuration state updates recieved via AWS-IoT.

It is meant as an example - change the configuration variables and tasks to fit your specific application.

It is designed for a battery operated environment, where the Particle is asleep much of the time to save power. When the Particle wakes up, it retrieves the thingShadow state information and performs one or more tasks if the current state is different than the desired state.

About

Particle IO code which receives state info from AWS-IOT via bridge software running on a server.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Other 100.0%