Contents
|
WiringSingle System CircuitThis circuit is used in the first series of projects: The list of parts required includes:
Note this guide uses specific hardware capabilities. These are available on most MCU's but the setup and pinouts will differ. As such, the guide can be implemented on other platforms, but it is prepared with the ATMega328P in mind. Therefore it is recommended that if you follow along with this guide you use an Uno or at least If you use another platform then you will need to adapt the instructions to suit. Following is a diagram of the circuit.
Dual Systems - Communications circuitThis circuit is used in the final series of projects, specifically the Receivers which is used to receive a signal from one of the Sender programs, In addition to the parts listed above, you will also need the following:
Following is a diagram of the circuit.
About the connection between the two Arduinos.You must connect the grounds between the two Arduinos. It is as simple as that, if you don't, it will likely result in random behaviour or possible even damage either or both of the Arduinos. The common ground provides a means for the two Arduinos to "agree" on what a zero or LOW is, and thereby what a +5V or HIGH is. It is important that you connect the grounds together.
Do we need the 10K resistor? |