
|
|
This example demonstrates how
two OOPicII+ modules can be networked together to create a larger
programming environment.
This application shows use of one OOPic as a Master and one as a Slave.
The master sends an incrementing value to the slave. When the slave
receives a new value, it outputs it onto the SLCD216 serial LCD module.
Connections
The two oopics can be networked together using the network cable and
terminator accessory.
Slave
| IIC Header |
- |
Master IIC Header |
| Power |
- |
6V-15V |
| Pin 26 |
- |
Si on the SLCD216 |
| Pin 24 (GND) |
- |
GND on the SLCD216 |
| Pin 22 (+5V) |
- |
+5V on the SLCD216 |
Master
| IIC Header |
- |
Slave IIC Header |
| Power |
- |
6V-15V |
When connected, download the Slave.osc code to the slave oopic and
the Master.osc code to the master oopic.
The Slave LCD will display the value sent from the master.
Download the master and slave
code (.osc) here. |
|