From b9a9694fec4f093950e58e05afd2d49dded66536 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sayeth=20Rodr=C3=ADguez?= Date: Thu, 9 Jan 2020 21:55:10 +0000 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7aafb99..5834117 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Sensors used in this system are: GC-0017 (Cabron dioxide), CM-31910 (Carbon mono ### Installing -To get this repositore you just need to clone it to your Beaglebone Black +To get this repositore you just need to clone it into your Beaglebone Black ``` git clone https://gitlab.com/sayeth.rd/daq-serial-bbb/ @@ -13,11 +13,13 @@ git clone https://gitlab.com/sayeth.rd/daq-serial-bbb/ ### Utilization -To run this code and commincate with sensors, you first have to configure UARTs ports, configuring GPIOs as uart running the command +Configure UART1, UART2 and UART4 ports with this command ``` config-uart-pins.sh ``` -this command will configure UART1, UART2 and UART4. + +Connect sensors to Beaglebone like in the next diagram. +![Diagrama conexiones](/images/conexion_sensores.png) Then you can run the code wih this comand: