Skip to main content

How to connect BrightSign and BlueFin to WiFi

In order to connect the device with the BrightSign system, it is possible to edit the custom.brs file which is included in the provisioning package for the device.

note

How To Install SignageOS On BrightSign Display

Step by step guide for device provisioning

Open the file custom.brs in your favorite code editor.

mceclip0.png

Under the OnEveryStartHook() method add this short piece of code with your WiFi details filled in

nc = CreateObject("roNetworkConfiguration", 1)

nc.SetWiFiSecurityMode("ccmp")

nc.SetWiFiESSID("yournetwork")

nc.SetWiFiPassphrase("password123")

nc.Apply()

bluefin_wifi.png

Save the file

Insert the card into the device with provisioning package

The device should connect to the network automatically