Conception d’un système d’intelligence ambiante à l’aide de cartes Arduino
Résumé
The ambient intelligence system is a proof of concept which goal is to provide smart things for building augmented environments. Those smart things are sensors and actuators interacting with each other within the system. The system is built around Arduino cards, used as smart things nodes. Each node is connected to a centralized server over the network. The server uses a REST API which enables smart things to be controlled via the nodes themselves, allowing developers to use them for their projects. Real time communication is assured by the Websocket protocol in order for the smart things to send events back to the end-user.
Le système d’intelligence ambiante est un proof of concept dont le but est de proposer des objets intelligents, simples d’utilisation, afin de créer des environnements augmentés. Les objets intelligents sont des capteurs et des actionneurs rendus communicants par le système. Le système s’articule autour de cartes Arduino fonctionnant comme des nœuds d’objets intelligents. Ces nœuds sont reliés en réseau à un serveur centralisé. Le serveur propose une API REST pour piloter les objets intelligents depuis les nœuds, et offre la possibilité aux développeurs d’intégrer leur utilisation dans leurs projets. Le système apporte aussi une communication en temps réel via le protocole WebSocket et permet aux objets intelligents d’envoyer des évènements à l’utilisateur.
Loading...