Demo User 5 years ago
commit bfc8f7fe42

@ -5,7 +5,7 @@ Sensors used in this system are: GC-0017 (Cabron dioxide), CM-31910 (Carbon mono
### Installing ### 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/ git clone https://gitlab.com/sayeth.rd/daq-serial-bbb/
@ -13,19 +13,17 @@ git clone https://gitlab.com/sayeth.rd/daq-serial-bbb/
### Utilization ### 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 config-uart-pins.sh
``` ```
this command will configure UART1, UART2 and UART4.
Then you can run the code wih this comand: Connect sensors to power supply and Beaglebone like in the next diagram.
![Diagrama conexiones](/images/conexion_sensores.png)
``` Then you can run the code wih this comand*:
./daq
```
If you need to make any changes to the code you can recompile again with this command:
``` ```
gcc daq.c -o daq ./daq <time> <sampling period>
``` ```
*change < time> and < sampling period> with your own values.

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Loading…
Cancel
Save