|
4 weeks ago | |
---|---|---|
images | 4 weeks ago | |
resources | 4 weeks ago | |
README.md | 4 weeks ago | |
daq | 4 weeks ago | |
daq.c | 4 weeks ago | |
daq.h | 4 weeks ago | |
data.dat | 4 weeks ago | |
main.c | 4 weeks ago | |
uart.c | 4 weeks ago | |
uart.h | 4 weeks ago |
README.md
DAQ System with Beaglebone Black using serial communication
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
To get this repositore you just need to clone it in your Beaglebone Black
git clone https://gitea.itmorelia.com/SayethR/Sayeth-DAQ-Code.git
Utilization
Configure UART1, UART2 and UART4 ports with this command
config-uart-pins.sh
Connect sensors to power supply and Beaglebone like next diagram.
Then you can run the program wih this comand*:
./daq <daq duration(h)> <sampling period(s)>
*replace <daq duration(h)> with the total data acquisition time (in hours), and <sampling period(s)> with the time between each measurements acquisition (in seconds).
If you need to recompile the progam you can use gcc program from the terminal.