Advanced Search
Search Results
4 total results found
Home Assistant
Installation steps on SD Card Currently it is possible to install home assistant on sd card due to the size of home assistant. Boot version should be from 2023.02.22. You can check boot date with command uname -v. Format SD Card and create new partition # fo...
GPIO python examples
Project configuration Give access to gpio chmod 777 -R /sys/class/gpio Install prerequisite packages apt-get install python3-venv Create new python environment mkdir pin_blink cd pin_blink python3 -m venv source bin/activate Install required library called ...
How to manage users in management portal (WebManager)
How to add user 1. Go to "Settings" -> "Permissions" 2. In top right corner click "Actions" and "New user" 3. In form below provide username and password (required fields) username - login for the user password / retype password - password for the account e...
Booting from SD card
1. Download OS image Go to urveboard.com and download OS Image (Debian 11). Extract content of the archive. Open SD_Firmware_Tool.exe from SDDiskTool_v1.73 directory. 2. Create bootable SD card After opening the app select device and select SD Boot checkbox. ...