cu-ecen-aeld / final-project-assignment-MohitRane8

final-project-assignment-MohitRane8 created by GitHub Classroom
0 stars 0 forks source link

Develop communication and message framework on BeagleBone Black #22

Closed MohitRane8 closed 4 years ago

MohitRane8 commented 4 years ago

DoD: Integrate the working codes developed for UART, lux sensor, capacitive sensor and GPIO along with shared memory to develop a single framework that can communicate with TIVA and handle data acquisition from sensors (lux sensor and capacitive sensor) and actuation of LED and buzzer. There should be a separate process for each task done using fork:

The main process should fork these individual processes and then each process should start its own processing. The framework developed should be capable of communicating sensor values with TIVA and use the processed values from TIVA to actuate LED and Buzzer.

Status: DoD Verified

MohitRane8 commented 4 years ago

Updated Status