Have more questions? Submit a request

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. 

  How To Install SignageOS On BrightSign Display

Step by step guide for device provisioning

 

1. Open the file custom.brs in your favorite code editor.  mceclip0.png

2. 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

3. Save the file 

4. Insert the card into the device with provisioning package 

5. The device should connect to the network automatically 

 

Was this article helpful?
0 out of 0 found this helpful
Share