diff --git a/README.md b/README.md index 8451ed2..ab71687 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # DAQ System with Beaglebone Black using serial communication -This repositori contains C code to implement a DAQ system with a Beaglebone Black using serial communication with sensors. +This repositori contains a DAQ program and its C code source to implement a DAQ system with a Beaglebone Black using serial communication with sensors. Sensors used in this system are: GC-0017 (Cabron dioxide), CM-31910 (Carbon monoxide, and temperature) and OX-0052 (Oxigen). ### Installing @@ -18,12 +18,14 @@ Configure UART1, UART2 and UART4 ports with this command config-uart-pins.sh ``` -Connect sensors to power supply and Beaglebone like in the next diagram. +Connect sensors to power supply and Beaglebone like next diagram. ![Diagrama conexiones](/images/conexion_sensores.png) -Then you can run the code wih this comand*: +Then you can run the program wih this comand*: ``` ./daq ``` -*replace **** with the total data acquisition time (in hours), and **** with the time between each measurements acquisition (in seconds). \ No newline at end of file +*replace **** with the total data acquisition time (in hours), and **** with the time between each measurements acquisition (in seconds). + +If you need to recompile the progam you can use **gcc** program from the terminal. \ No newline at end of file