Difference between revisions of "Service Web d'équipements embarqués communicant sur bus CAN"

From air
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 24: Line 24:
 
[https://gricad-gitlab.univ-grenoble-alpes.fr/Projets-INFO4/20-21/05 Lien gitlab]<br>
 
[https://gricad-gitlab.univ-grenoble-alpes.fr/Projets-INFO4/20-21/05 Lien gitlab]<br>
 
Les différents dépôts sont :
 
Les différents dépôts sont :
* [https://gricad-gitlab.univ-grenoble-alpes.fr/Projets-INFO4/20-21/05/docs docs] : différents documents
+
* [https://gricad-gitlab.univ-grenoble-alpes.fr/Projets-INFO4/20-21/05/docs docs]
* [https://gricad-gitlab.univ-grenoble-alpes.fr/Projets-INFO4/20-21/05/raspberry Raspberry] : code qui a été réalisé sur la Raspberry
+
* [https://gricad-gitlab.univ-grenoble-alpes.fr/Projets-INFO4/20-21/05/Documentation Documentation]
* [https://gricad-gitlab.univ-grenoble-alpes.fr/Projets-INFO4/20-21/05/STM32_CycloneServer STM32F7 CycloneTCP] : code final tournant sur notre STM32F779I-EVAL
+
* [https://gricad-gitlab.univ-grenoble-alpes.fr/Projets-INFO4/20-21/05/raspberry Raspberry] : code qui a été réalisé sur la Raspberry (PAS A JOUR)
 
* [https://gricad-gitlab.univ-grenoble-alpes.fr/Projets-INFO4/20-21/05/STM32F4_CAN STM32F4 simulateur CAN bus] : simulateur CAN bus pour tester nos fonctions sans utiliser l'ascenseur
 
* [https://gricad-gitlab.univ-grenoble-alpes.fr/Projets-INFO4/20-21/05/STM32F4_CAN STM32F4 simulateur CAN bus] : simulateur CAN bus pour tester nos fonctions sans utiliser l'ascenseur
* [https://gricad-gitlab.univ-grenoble-alpes.fr/Projets-INFO4/20-21/05/STM32F7_BerkeleySocketsServer STM32F7 Berkeley Socket] : 1er serveur test sur la STM32F779I-EVAL
+
* [https://gricad-gitlab.univ-grenoble-alpes.fr/Projets-INFO4/20-21/05/STM32F7_CycloneServer STM32F7 CycloneTCP] : code serveur websocket pour notre STM32F779I-EVAL (VERSION FINALE) et code serveur AJAX pour notre (PAS A JOUR)
  +
* [https://gricad-gitlab.univ-grenoble-alpes.fr/Projets-INFO4/20-21/05/STM32F7_BerkeleySocketsServer STM32F7 Berkeley Socket] : 1er serveur test sur la STM32F779I-EVAL (PAS A JOUR)
 
* [https://gricad-gitlab.univ-grenoble-alpes.fr/Projets-INFO4/20-21/05/STM32F7_MinnowServer STM32 Minnow] : code serveur pour notre STM32F7 (ABANDONNE)
 
* [https://gricad-gitlab.univ-grenoble-alpes.fr/Projets-INFO4/20-21/05/STM32F7_MinnowServer STM32 Minnow] : code serveur pour notre STM32F7 (ABANDONNE)
 
* [https://gricad-gitlab.univ-grenoble-alpes.fr/Projets-INFO4/20-21/05/STM32F7_MongooseServer STM32 Mongoose] : code serveur pour notre STM32F7 (ABANDONNE)
 
* [https://gricad-gitlab.univ-grenoble-alpes.fr/Projets-INFO4/20-21/05/STM32F7_MongooseServer STM32 Mongoose] : code serveur pour notre STM32F7 (ABANDONNE)

Latest revision as of 11:03, 7 April 2021

Introduction

Les bus CAN sont des bus (dit de terrain) de communication entre des équipements embarqués. Ils sont très largement utilisés dans l'industrie automobile, l'avionique, les satellites, les ascenseurs ...

Objectif

Réaliser un serveur web embarqué communiquant sur un bus CAN pour piloter et observer des équipements. La démonstration est réalisé sur la maquette d'ascenseur du département GEII de l'IUT1 de Grenoble.

Equipe

  • Encadrant: Didier DONSEZ.
  • Etudiants (partie serveur) : Liam ANDRIEUX, Lucas DREZET & Roman REGOUIN.
  • Etudiants (partie CAN) : Léo BARBET, Nicolas LYSEE & Yoan MOREAU.

Cartes

Logiciels

  • STM32CubeIDE
  • Arduino IDE

Où trouver le projet ?

Lien gitlab
Les différents dépôts sont :