Close

483 Results for "password vault"

  • Update the system

  • SSH into the system. As per any new install of raspbian, be sure to Set a new passwordsudo apt-get updatesudo apt-get upgradeRestart With this we will have the baseline pi setup, with a 64 bit kernel. You can validate by using uname -a, you should see...
  • Configure device's Wifi

  • Device is in recovery mode. Connect to squeezelite-299fac wifi network with squeezelite password (your network name suffix will be different)
  • Configure Raspberry Pi

  • sudo raspi-config  Select Option 8, Update (Update this tool to the latest version)Select Option1, Change User Password (Change password for the ‘pi’ user)Update with your own secure passwordSelect Option 2, Network Settings (Configure network...
  • Setup

  • In this example, we turn on the AP mode of Ameba and connect station to Ameba.Open the WiFi AP example in “Examples” -> “AmebaWiFi” -> “WiFiAPMode”In the highlighted snippet, fill in your SSID, PASSWORD, CHANNEL.IF...
  • Secrets.py File

  • Secrets.py File It allows you to store your WiFi network's SSID and password, along with other sensitive information, separately from your main program, so that you don't accidentally share your info when sharing your code. Head to io.adafruit.com and...
  • Plug and play connected devices

  • UsageDownload libreConnectOpen usb_scanner.exe (or ./usb_scanner)If you download libreconnect_setup.exe it will silently install arduino nano (ch340g) drivers.You can find more information on how to use/ build it on https://github.com/madnerdorg/libreconnect/Usb_scanner...
  • Instructions

  • You'll need to download and unzip the files onto your tablet PC. Then run:python password.pyThat's pretty much it for the software part. For the hardware, I used some scrap PCBs and electrical tape to cover up the button and the top and bottom so...
  • Code:

  • Open the code given in Arduino IDE. Click for CodeInstall the FastLED Library and board library for ESP8266 boards.Type your Wifi_Name and Password//Your Wifi info const char* ssid = "Wifi_Name"; const char* password = "Password"; Enter the time...
  • Copy the DuePrint configuration files to the Duet 2 WIFI.

  • Download the SD card contents (zip file) from the Hackaday project.  Unzip the zip folder.  Navigate to the config file and open it in notepad or Notepad++. Modify the line containing the WIFI SSID and password to enable the printer to connect...
  • Electrometer App:

  • The Electrometer app must be running on that smartphone. You start Electrometer, and it connects to the module itself. The setup is simple, you can choose the mqtt server, the time for issuing readings, the polling frequency, up to a second, etc....