cu-ecen-aeld / final-project-akshita-bhasin

final-project-akshita-bhasin created by GitHub Classroom
0 stars 1 forks source link

Communicate between BBB and Tiva using UART #6

Closed akshita-bhasin closed 4 years ago

akshita-bhasin commented 4 years ago

Take data obtained from #2 #3 to implement UART communication between the two boards and have syslog check this.

DoD: Data sent by both boards received by other board

akshita-bhasin commented 4 years ago

Git commit issue, saying data corrupted from a certain commit onwards.

akshita-bhasin commented 4 years ago

Fixed blocker, need to test with #2.

akshita-bhasin commented 4 years ago

@madhukararora working on fixing Tiva UART code for single time, cannot communicate until then.

akshita-bhasin commented 4 years ago

https://github.com/cu-ecen-5013/s20-environmental-monitoring-tiva/issues/4 TiVa code fixed. Writing to TIVA at same baud rate gives garbage values too. Reading not yet working.

akshita-bhasin commented 4 years ago

Communication works between the two boards

akshita-bhasin commented 4 years ago

Tiva Receiving image

BBB Sending and Receiving image

akshita-bhasin commented 4 years ago

Commit for successful BBB communication UART communication with Tiva on BBB. Source code: ae5791ddb0ae0f4c08a444d85a15215f9b663300 Commit for UART Communication with BBB on Tiva

Status: DoD verified