Data Sheet
9/24/2015 ARPI600WaveshareWiki
http://www.waveshare.com/wiki/ARPI600 11/18
2. Testing the serial port:
Copy the file program/Xbee/getdata to the Raspberry Pi‐B, and enter the folder
getdata.
Then, execute the code:
sudomake
sudo./serialTest
The relative data will be displayed as followed.
Displaying the message getdata
3. Run the code for transmitting data on Raspberry Pi‐A. Then, copy program/Xbee/send into
the Raspbian, and enter the folder send to execute the following code:
sudomake
sudo./serialTest
You will see the following message displayed in the PuTTY of Raspberry Pi‐B.
RTC clock
1. Set the jumpers on RTC JMP of the ARPI600.
2. Open the LXTerminal on the desktop of Raspbian, and input the code:
i2cdetect‐y1
3. Then, you will see the device address of PCF8563 connected to Raspberry Pi. Here, the
device address of PCF8563 is 51, which means the PCF8563 is identified by Raspberry Pi.
The device address of PCF8563 connected to Raspberry Pi