Skip to content
This repository has been archived by the owner on Feb 5, 2019. It is now read-only.

QuentinCG/jarvis-arduino-json

Repository files navigation

Description

Retrieve data from sensors on Arduino board and use the data with Jarvis assistant (JSON protocol is used between the Arduino board and Jarvis assistant)

Usage

You: Quel est la température dans le salon ?
Jarvis: La température est de 25.37 degrés

You: Quel est la luminosité dans le salon ?
Jarvis: La luminosité est de 20.24 lux

You: Quel est l'humidité de la plante ?
Jarvis: L'humidité de la plante est de 72 pourcent

You: Est-ce que la plante va bien ?
Jarvis: La plante va bien.

Jarvis [asynchrone]: Je te vois !

How to install

  1. Install the program and sensors in the Arduino board (check this page to better understand this part)

  2. Add dependency plugin Jarvis-API to your Jarvis assistant (more info here): ./jarvis.sh -p https://github.com/alexylem/jarvis-api

  3. Add this plugin to your Jarvis assistant (more info here): ./jarvis.sh -p https://github.com/QuentinCG/jarvis-arduino-json

  4. Configure the configuration file to match your requirements.

  5. Enjoy

Author

Quentin Comte-Gaz

License

This project is under MIT license. This means you can use it as you want (just don't delete the plugin header).

Contribute

If you want to add more examples or improve the plugin, just create a pull request with proper commit message and right wrapping.

About

[Done] Send sensor data (Arduino) to Jarvis assistant (http://openjarvis.com/) using JSON

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages