14. Networking and communications#

Group assignment#

  • Send a message between two projects

Planning#

We planned to send a message between two projects using asynchronous serial communication.

Sequence
1. Project#2 (Yosuke Tsuchiya) board sends data “234.76” via RxD Line. (There are two board and each transmit data via I2C protocols. The data “234.76” send from slave board to master board via I2C, then send to the board of project 1 via asynchronous serial communciations.).
2. Project#1 (Kae Nagano) board receives the data via RxD line.
3. The data is monitored using Arduino Serial tool.


Connection#

Monitor the communication#

Confirmed the communication using Arduino serial monitor .

Hero Shot of the assignment#

Files#

Project 1 Board#

Project 2 Board#