OS - macOS
Quick Downloads
Already know what you're doing? Here you go:
If you need older versions of the macOS libraries, click here.
Getting Started with macOS
Welcome to using Phidgets with macOS. If you haven't already, check out the user guide for your device. If you are ready to go, the first step in creating macOS applications with Phidgets is installing the Phidget libraries!
Install
To install the core Phidget files onto your system, follow these steps:
1. Download the Phidget installer for your system:
2. Open up the installer, and double click on Phidgets.pkg
to install the libraries.
3. Continue with the installation.
Success! You have finished installing the Phidgets software on your machine. Before you begin coding, let's verify that your Phidget is able to communicate with your machine.
Verify
The best way to verify that your libraries are installed and your Phidget is working is to use the Phidget Control Panel. The Phidget Control Panel is a powerful tool that will help you develop your Phidgets applications. Get started by following the instructions below:
1. Open Finder and navigate to the Phidget Control Panel in the Applications list.
2. Double click on the Phidgets icon to bring up the Phidget Control Panel. You can now see all the Phidgets that are plugged into your machine, as well as any Phidgets that are on the network.
3. Click on the arrow beside a device to expand it so that you can see all available channels. Double click on one of these channels to open up a window that lets you interact with it.
The Phidget Control Panel can be used for testing devices, updating firmware, enabling a network server, and more! Visit the Phidget Control Panel page if you want to delve a little deeper.
Your Phidget is now able to communicate with your development machine. The next step is selecting a programming language so you can start to write some code!
If you do not see your device in the Phidget Control Panel, visit the general troubleshooting page.
Programming
Ready to write some code? Select one of the programming languages below:
Great choices for beginners:
Also supported:
Phidget Network Server
The Phidget Network Server is an extremely useful feature of Phidgets that allows you to remotely control Phidgets over your network. If you haven't already, check out the Phidget Network Server page for a complete overview.
Try it out!
In order to try the Phidget Network Server out, you will need a host computer, and a client computer:
- Host computer: the computer that is physically connected to the Phidgets via USB and is running the Phidget Network Server.
- Client computer: a computer running a Phidgets application that accesses Phidgets connected to the host computer.
If you only have one computer, don't worry, your machine can act as both a host and a client.
Next, follow these steps:
1. Open the Phidget Control Panel on the host computer. Do this by double-clicking on the icon in your applications folder. Navigate to the Network Server tab, you will see the following:
From here, you can start or stop the Network Server. You can also decide when the Network Server will start.
2. Check the automatic start box and enter a server name. By enabling automatic startup, the Network Server will run immediately after macOS boots, so you won't have to manually start it again. You can verify the Network Server is running by looking at the label beside the start/stop button.
Now that you have the Network Server running on your host computer, the next step will be accessing the Phidgets connected to your host computer from your client computer. Follow the steps below:
1. Open the Phidget Control Panel on your client computer. You will see something like this:
As you can see from the image above, Phidget servers are listed under the following heading:
- Remote Server: Servername
2. You now have access to the Phidgets that are connected to your host computer. Try double-clicking one of them to bring up an example:
Note the label in the example indicating a remote connection. This means the example is using the Network Server in order to communicate with the Phidget.
What's next?
Now that you have seen the Network Server in action, you may be interested in implementing an application that takes advantage of all it's features. Luckily, every programming language we support comes with example code on how to do this! Jump to programming languages above.
For more information about the Network Server tab on the Phidget Control Panel, visit the Visit the Phidget Control Panel page.
Advanced Information
These files that were placed onto your system as part of the installation process:
Phidget22.framework
contains the actual Phidget library, which is used at run-time. It is placed into/Library/Frameworks
.Phidget.kext
is the kernel extension. It is placed into/System/Library/Extensions
.phidgetnetworkserver22
is the Phidget Network Server. It is placed into/usr/local/bin
.