Workswell Wiris Pro and Wiris Security
- Workswell Wiris Pro or Wiris Security (not included in the kit)
- RJ45 Ethernet cable (not included in the kit)
- Monitor with HDMI input (not included in the kit)
- HDMI cable (not included in the kit)
- USB keyboard (not included in the kit)
- Full control of the payload from AMC
- Photo triggering
- Video recording
- Video stream directly to AMC
- Configurable settings
- EO or IR video stream
- In IR mode: various colors palettes
- Stability improvements in the video streaming
- More settings exposed

The Workswell Wiris can be interfaced with Skynode via Ethernet using the RJ45 connector on the Pixhawk Payload bus. The Microhard Air Unit module connection slightly changes the first steps of the configuration.
The default Microhard DHCP server will assign an IP address in the range 192.168.168.100 - 192.168.168.200 to Skynode, therefore the IP of the Workswell Wiris should be changed to an IP outside this range, such as 192.168.168.230.
In this case, there is no DHCP server that will assign an IP to Skynode, therefore you need to set a static IP, such as 192.168.168.100. Then you should anyway change the IP address of the Workswell Wiris to be in the same network as Skynode, such as 192.168.168.230.
- Create the file /data/override.env
- Add the following environment variable
AP_CONFIGURE_ETHERNET_IP=192.168.168.100
- Reboot Skynode
First of all, to enable the Wiris SDK over Ethernet you will need to buy an SDK license from Workswell: this will result in a license key.
To insert it, you will need to connect the camera via Ethernet to your laptop and then follow these instructions. First of all, give your laptop a static IP in the same range as the default Workswell Wiris one, for example 10.0.0.1.
Then, follow these steps:
- Open a telnet console to the camera on port 2240. On Linux this can be done with the following command
telnet 10.0.0.230 2240
- Now you can check if the camera is already activated with the following command
IACT
- If the previous command returns FALSE, you will need to activate it with the following command
ACTV <ACTIVATION-CODE>
Your Workswell Wiris is now ready to be configured and then connected to Skynode.
To access the camera settings, you need to connect the Workswell Wiris to a screen via HDMI and then connect a keyboard to it via USB. Turn on the camera and follow these steps to set the IP:
- Go to Advanced

- Go to System

- Change the static IP from 10.0.0.230 to 192.168.168.230

Now you can connect the camera to Skynode via Ethernet on the Pixhawk Payload Bus and Skynode will automatically detect the payload and expose video and controls in AMC.
Last modified 6mo ago