Skip to content

Configuring Wi‐Fi Access

Paul Philippov edited this page Nov 22, 2024 · 13 revisions

Captive Portal

After flashing a fresh Thingino firmware image on a supported camera with a wireless module, the camera will not have any information about your wireless network and will not be able to connect to it automatically.

Note

Dual interface devices (those with both ethernet and Wi-Fi) will not broadcast an Access Point. Instead, connect to the IP or hostname to begin setup.

You can either provide your wireless network credentials on an SD card or use our versatile built-in portal.

After you turn on the camera without network credentials, it will set up a temporary access point and create a public network called THINGINO-XXXX, where XXXX is the last four characters of the camera's MAC address.

Connect to this network, either using a mobile device (smartphone or tablet) or from a PC, and navigate your browser to http://thingino.local/. You should see the form for entering initial settings for the camera:

portal-1

Fill in the form with the current information and click the "Save Credentials" button at the bottom. Note that the SSID is case-sensitive, so you must type it exactly as it is.

Note

Make sure your wireless network uses 2.4GHz band!

portal-2

On the next page, review the information and correct it if you find an error. Otherwise, click the "Proceed with Reboot" button.

portal-3

The camera will reboot and register with your wireless network using the information provided.

portal-4

Press RESET button or check the DHCP leases on your router to find the IP address assigned to the camera.

Wyze Cam 2 telling its IP address:

Wyze Cam 2 telling its IP address

WiFi setup from Linux shell

If you have access to Linux shell over UART or Ethernet, you can set up Wireless connection running wlansetup. Follow the prompts and then reboot the camera afterwards.

image

WiFi setup via SD card

Create an uenv.txt file on a blank FAT formatted SD card with the following content

wlanssid=nameofyournetwork
wlanpass=yourwirelessnetworkpass

Reboot the camera with the card inserted. The information provided will be added to the environment and reused to log on to the wireless network.

Camera Reset

Hold down the reset button for 10 seconds while powering the camera up. This will reset the unit. Repeat the configuration from the beginning using proper wireless network credentials.

Clone this wiki locally