Controller Setup Instructions
Choose the setup method that works best for you
What You'll Need
- Camera Controller
- USB Camera
- Power supply for the controller
- Internet connection (wired or WiFi)
Setup Methods
Wireless Setup via Android Phone
Use your Android phone's Bluetooth to configure your controller's WiFi — no cables needed.
Android Bluetooth WiFi Setup
Step 1: Scan the QR Code
Open your Android phone's camera and scan this QR code to open the WiFi setup wizard in your browser.
Requires Chrome or Edge browser — these typically open automatically when you scan the QR code.
Scan with phone camera
Step 2: Follow the On-Screen Wizard
The wizard will guide you step-by-step through the entire process:
- Power on your camera controller and wait about 60 seconds for it to start up
- The wizard will search for your controller via Bluetooth — stay within 15 feet
- Select your WiFi network and enter the password
- The controller will connect to WiFi automatically!
Step 3: Claim Your Controller
Once the controller is connected to WiFi:
- Go to your Dashboard
- Look for "Pending Approval" controllers
- Claim it and start streaming!
Wireless Setup via iPhone / iPad
Use a free app to configure your controller's WiFi via Bluetooth from your Apple device.
iOS Bluetooth WiFi Setup
Step 1: Download BTBerryWiFi
Scan this QR code or tap here to download the free BTBerryWiFi app from the App Store.
Make sure Bluetooth is enabled on your iPhone or iPad before proceeding.
Scan with phone camera
Step 2: Power On Your Controller
- Plug in your camera controller and connect the USB camera
- Wait about 60 seconds for the controller to start up
Step 3: Configure WiFi via the App
Open the BTBerryWiFi app and follow the app's instructions:
- The app will automatically search for nearby camera controllers via Bluetooth — stay within 15 feet
- Select your WiFi network from the list the app displays
- Enter your WiFi password
- The app sends your WiFi credentials to the controller via Bluetooth. It will connect automatically!
Step 4: Claim Your Controller
Once the controller is connected to WiFi:
- Go to your Dashboard
- Look for "Pending Approval" controllers
- Claim it and start streaming!
Recommended for First-Time Setup
This is the simplest and most reliable method. Perfect if you have access to your router.
Method 1: Wired Connection Setup
Step 1: Connect the Hardware
- Connect your camera controller to your router using an Ethernet network cable
- Plug in the USB camera to the controller
- Power on the controller by connecting the power supply
Step 2: Wait for Connection
The controller will automatically:
- Connect to your network
- Phone home to our servers
- Appear in your dashboard (this may take 1-2 minutes)
Step 3: Claim Your Controller
Once connected, visit your dashboard to claim the controller:
- Go to your Dashboard
- Look for "Pending Approval" controllers
- Click the controller card to view details
- Assign it to a venue and start streaming!
Zero Configuration Required!
We'll pre-configure your SD card with your WiFi credentials before shipping.
Method 2: Pre-Configured SD Card
Step 1: Order Pre-Configured SD Card
When ordering your camera controller:
- Add the "Pre-Configured SD Card" option to your cart
- During checkout, enter your WiFi network name (SSID)
- Enter your WiFi password (secured and encrypted)
- We'll configure the SD card before shipping
Step 2: Plug and Play
When you receive your controller:
- The SD card is already inserted with your WiFi credentials
- Connect the USB camera
- Power on the controller
- It will automatically connect to your WiFi and appear in your dashboard!
Step 3: Start Streaming
Within 1-2 minutes:
- Visit your Dashboard
- Find your controller in "Pending Approval"
- Claim it and start broadcasting!
Flexible WiFi Configuration
Perfect if you need to change WiFi networks or want to start wired and switch to WiFi.
Method 3: Configure WiFi Via Dashboard
Step 1: Initial Wired Connection
First, connect your controller using a wired network:
- Connect an Ethernet cable from your router to the controller
- Connect your USB camera
- Power on the controller
- Wait for it to appear in your dashboard
Step 2: Configure WiFi Settings
Once the controller appears in your dashboard:
- Go to your Dashboard
- Click on your controller card
- Click the "Edit" button
- Scroll down to "Controller Management" section
- Click "Update WiFi Settings"
- Enter your WiFi network name (SSID)
- Enter your WiFi password
- Click "Save WiFi Settings"
- Click "Reboot Controller"
Step 3: Disconnect Network Cable
After saving WiFi settings:
- Wait for the controller to restart (about 10 seconds)
- Unplug the Ethernet cable
- The controller will automatically connect via WiFi!
Advanced Users Only
This method requires editing a JSON file. Be careful with the syntax!
Method 4: Manual SD Card Configuration
Step 1: Power Off Controller
IMPORTANT: Make sure the controller is completely powered off before removing the SD card.
Step 2: Insert SD Card Into Computer
- Remove the microSD card from the controller
- Insert the card into your computer's SD card reader
- A drive letter (e.g., D:, E:, F:) should appear
Step 3: Edit csmSettings.json File
Locate and edit the configuration file:
- Open the SD card drive
- Find the file named
csmSettings.json - Open it with a text editor (Notepad, VS Code, etc.)
- Update the
wifiSSIDvalue with your network name - Update the
wifiPasswordvalue with your WiFi password - Save the file
{
"wifiSSID": "YourNetworkName",
"wifiPassword": "YourPassword123",
"csmClientId": ""
}
Important JSON Rules
- Keep all the quotation marks (")
- Keep all the commas (,)
- Keep all the curly braces ({ })
- Do NOT modify the csmClientId value
- JSON is case-sensitive
Step 4: Safely Eject SD Card
- Make sure the file is saved
- Close the text editor
- Safely eject/unmount the SD card from your computer
- Remove the SD card from the reader
Step 5: Boot Controller
- Insert the SD card back into the controller
- Connect the USB camera
- Power on the controller
- Wait 1-2 minutes for it to connect to WiFi and appear in your dashboard
Troubleshooting
Controller not appearing in dashboard?
- Wait 2-3 minutes - initial connection can take time
- Verify the controller has power (check for LED lights)
- For WiFi: Make sure you entered the correct SSID and password
- For wired: Check that the Ethernet cable is securely connected
- Try restarting the controller (power off, wait 10 seconds, power on)
WiFi not connecting?
- Double-check your WiFi SSID and password for typos
- Make sure your WiFi network is 2.4GHz (5GHz may not be supported on all controllers)
- Move the controller closer to your WiFi router
- If using Method 3 or 4, verify the JSON syntax is correct