Skip to content

Proyecto de la asignatura SDG2 - Calidad del aire en un quirófano

Notifications You must be signed in to change notification settings

CJLlorente99/ProyectoFinal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ProyectoFinal

Proyecto de la asignatura SDG2 - Calidad del aire en un quirófano

Messages exchanged

  • start condition = "StartCond"
  • stop condition = "StopCond"
  • ACK = "ACK"
  • XCK = "XCK"

Interruption activation (keys from the keyboard)

  • Power On/ Power Off = Space
  • TVOC and CO2 measure now (skip timeout) = m
  • H2 and ethanol measure now = r

How I make it work?

  1. Open two terminals (one will work as the sensor and the other as the Iris)
  2. Git clone the project
$ git clone https://github.com/oscarlpujol/ProyectoFinal.git
$ cd ProyectoFinal
  1. Firstly, start the Iris in one terminal
$ cd Iris
$ make
$ ./iris
  1. Secondly, start the sensor in the other terminal
cd Sensor
$ make
$ ./sensor
  1. Use the keys from the keyboard to start the system and ask for different measures

About

Proyecto de la asignatura SDG2 - Calidad del aire en un quirófano

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 99.0%
  • Makefile 1.0%