Close

483 Results for "password vault"

  • Data Collection Terminal

  • Software NotesMost of the configuration parameters such as SSID, username and password will need to be input on first use (don't code these in the firmware unless your prepared to re-flash every unit if your SSID/Password changes!) There are two easy...
  • Program

  • Note: Download the project code here. Workshop 4 – 4Duino Basic Graphics environment is used to program this project. (The same could be implemented in the latest Arduino IDE)This project requires the Arduino IDE to be installed as Workshop...
  • Run a Program

  • #include const char* ssid = "*********"; // Your ssid const char* password = "***********"; // Your Password float temp_celsius = 0; float temp_fahrenheit = 0; WiFiServer server(80); void setup() { Serial.begin(115200); pinMode(A0, INPUT); Serial.println();...
  • RPi OS Install & Config

  • OS: Raspberry Pi OS Lite Install the OS Download the lastest OS from https://www.raspberrypi.org/downloads/raspbian/Use Etcher to image a 2GB or larger SD card. Configure Wireless Access https://www.tomshardware.com/reviews/raspberry-pi-headless-setup-how-to,6028.htmlSetup...
  • Hello World WebPage

  • In this project, we will host a server on the ESP32 dev board, which will display a header with 'Hello World' on it. We can view this page, from the IP address of the ESP32 Dev Board when it is connected to the same wifi/network as the one I am connected...
  • Free Presidential Style Hotline

  • Linphonec and Linphonecsh:This is the softphone I used to interact with the python program. It is a little particular to get working so here are some directions. First run linphonec once to create a .linphonerc configuration file in your home folder....
  • Raspberry Tor Router

  • Log back in and safely shut down your Pi. Insert your WiFi dongle and power everything back on. You should now see an extra WiFi source in your home!At the moment, it is just a normal WiFi source, just like your wireless router.The SSID is whatever you...
  • Raspberry Minecraft Server

  • First, expand the file system. We will need that extra space for the world you are about to create. Next, change the password to whatever you want it to be. After that, change the International Options to reflect wherever you live and the appropriate...
  • Retropie Portable Gaming Device

  • Wifi setup :Connect Pi Zero, add an USB dongle and configure wifi on /etc/network/interfaces :auto lo iface lo inet loopback iface eth0 inet dhcp allow-hotplug wlan0 auto wlan0 iface wlan0 inet dhcp wpa-ssid "Your Network SSID" wpa-psk "Your Password"More...
  • Raspberry Pi MITM

  • Configure both wlan :configure /etc/network/interface to use wlan0 as DHCP client, and wlan1 as fixed IP addressauto lo wlan0 wlan1 iface lo inet loopback iface wlan0 inet dhcp wpa-ssid "Your Network SSID" wpa-psk "Your Password" iface wlan1 inet static...
  • Configure the Raspbian OS

  • sudo raspi-config 1 - Change default pi user password 2 - Hostname choose a host name of your liking 4 - Localization Option I2 - Change Timezone select your countryselect your time zone I4 - Change Wi-fi Countryselect your country 5 - Interfacing Options...
  • WIFI streaming Cam with BPI-D1

  • Connect to the Lamobo Access point, with the default password 12345678Open a browser to the following URL http://192.168.1.0You will now get the login screen to the Lamobo live stream serverThe default user / pass is admin / admin Here you change some...