Close

483 Results for "password vault"

  • Arduino Code Modification

  • The only variables that need to be modified in the Arduino code are the wifi username, wifi password, and belt_distance (measured in mm) const char *ssid = "Your_SSID_here";const char *password = "Your_Wifi_Password_here"; volatile long belt_distance...
  • User Instructions

  • These instructions outline how to use the door unlocker once it has been built. Begin on the outside of the locked doorPress the button located on the breadboard once. This will let the AutoUnlocker know that you are ready to start entering the password.Then...
  • Wifi live solar power display

  • See the links to the code in Github if you would like to try to implement this. You will need to fill in some of your own details for your wifi network and your pvoutput account.Replace and with…you guessed it…your SSID and password (the login details...
  • Step 3. Test run

  • After compile and download the code, ESP8266 will be a Wifi station (Access Point). Now you can use smart phone to connect to wifi station named Engineer2you-Home with password is "123456789" (Of-course you can edit the name and password in Arduino code)After...
  • NX2Twitter

  • Now set up your camera:Go to the 'wifi' setting on your camera and choose 'email.'Press menu and select 'Sender Setting.'Your name is your password. Choose a unique password and place it within semicolons (i.e. ;1234abcd;) The NX2Twitter script will...
  • Configure the WiFi

  • sudo nano /etc/network/interfaces Comment out the following lines by adding a "#" before each. iface wlan0 inet manual wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf Add the following lines, where "wireless-ssid" is your SSID and "wireless-password"...
  • CalcHack

  • Reassemble the calculator, insert the batteries and you`re ready to go! Just create an empty TI-Basic program with your password as name and send it via the link port to start CalcHack. 
  • ESP8266 lamp/outlet control

  • Project is now complete. Future changes, I would like to modify the code to startup in AP mode so you can enter your SSID and wifi password, No need to hardcode the password in the code. This will allow for quick setup and allow you to change the device...
  • Car Audio Player

  • SSH into the PiUse Putty or whatever to SSH into the Pi. The Kookye image uses the default Raspbian login.User: piPassword: raspberry
  • The Code

  • I have attached code to this project page, so all you have to do is copy/paste it, but with one catch. It isn't good practice to store passwords in plain text, let alone a main account password. Therefore, you can go to the Google Accounts page and select...