GithubHelp home page GithubHelp logo

toufik7 / iot-telediabete-ms Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 34 KB

Envoi des données depuis le Glucomètre du patient vers la platform

Java 57.61% C++ 42.39%
iot diabetes microservice atcommands

iot-telediabete-ms's Introduction

iot-telediabete-ms

Envoi des données depuis le Glucomètre du patient vers la platform

Données Glucomètre :

 - Id : (Long)
 - Date : year, month, day, hour, min (int)
 - Value : glycémie (int)
 - deviceKey : (string)

Pourquoi deviceKey ?

Si le patient utilise un autre glucomètre, ou plusieurs glucomètres , on aura qu’a téléverser les donnée avec le deviceKey correspondant, 
Le paient peut avoir plusieurs deviceKeys

Etapes :

Intialiser les variables

image

Etablire une connexion Wifi avec AT commande

- AT : Test de démarrage
- AT+CWMODE : Mode WIFI  ( 1: Client )
- AT+CWJAP : Connexion au point d’accès
- AT+CIFSR : Adresse IP local 

image

Recuperer les donnees de glucemie depuis MYSignal

image

Envoyer les donnees vers le microservice IOT

- AT+CIPMUX : Choix de connexion multiple (1) ou unique (0).
- AT+CIPSTART : Établir une connexion TCP ou inscrire port UDP, démarrer la connexion
- AT+CIPSEND : Envoyer des données
- AT+CIPCLOSE : Fermeture de la connexion TCP ou UDP

image

Enregistrer les données glycémie dans MySQL

Capture d’écran (409)

image

Afficher les données glycémie dans la platform

image

iot-telediabete-ms's People

Contributors

toufik7 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.