Skip to content

An AWS IoT connected vest for cats with GPS and cellular capabilities.

License

Notifications You must be signed in to change notification settings

jeremywall/iot-kitteh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iot-kitteh

An AWS IoT connected vest for cats with GPS and cellular capabilities. Hackster project at https://www.hackster.io/jeremywall/iot-kitteh-df0341

Commands

Here are the commands that can be sent from an MQTT client like MQTT.fx to instruct the iot-kitteh application to perform certain tasks.

Make a phone call

{"type":"phone", "cmd":"dial", "to":"5551234567"}

Hangup the current phone call

{"type":"phone", "cmd":"hangup"}

Get the cellular signal quality

{"type":"phone", "cmd":"signal"}

Get the modem battery level

{"type":"phone", "cmd":"battery"}

Send a text message

{"type":"phone", "cmd":"sms", "to":"5551234567", "message":"hi there"}

Turn GPS on

{"type":"gps", "cmd":"on"}

Turn GPS off

{"type":"gps", "cmd":"off"}

Get the current GPS power state

{"type":"gps", "cmd":"power"}

Get the latest GPS information string

{"type":"gps", "cmd":"info"}

About

An AWS IoT connected vest for cats with GPS and cellular capabilities.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published