Raspberry Pi general notes

After connecting a Raspberry Pi to t he network the acquired IP address may not be apparent.

To find the RaPi's IP address on OS X you can use "arp -a" for a list of subnet ip addresses. This list can be updated by pinging the subnet's broadcast address (e.g. ping 192.168.2.255).