Welcome to Berytech Fab Lab

+961 4 533 040 ext. 1029 9:00 AM - 5:00 PM (Mon-Fri)

Networking and Communication

So the objective of this week is to get introduced to creating a network between various processors. . There are many types of networking procedures that could be used to communicate between various microcontrollers, in order to widen the cpabilities of a certain system. Among those networking methods are: Serial Communication which is mainly communicating data using the serial connection between microcontrollers. I2C which mainly using the SDA and SCL pins to communicate between microcontrollers. SPI which uses the MISO and MOSI pins (ISP pinouts) to communicate between microcontrollers. In this section, we will learn on how to connect two or more microcontroller boards, using different networking methods to communicte data between them.

Group Assinment
The group assginment was to Send a message between two projects.

What is Networking and Communication? Data communications refers to the transmission of this digital data between two or more computers and a computer network or data network is a telecommunications network that allows computers to exchange data.

Send a message between two projects

The group assignment is to send a message between two projects Propose a final project masterpiece that integrates the range of units covered,:
I will use my Board B1 and connect it to Ghinwa's Board using I2C connection: Ghinwa's board will be the master with a push button connected to it and my Board will be the slave with the led connected on pin13. It will turn on when we push the button on the master board and below are the codes:


current


VCC to VCC (blue wire)
GND to GND (purple wire)
A4(SDA) to A4 (green wire)
A5(SCL) to A5 (yellow wire)