Raspberry Pi Shutdown Button
https://www.instructables.com/Simple-Raspberry-Pi-Shutdown-Button/
Read Moreby admin | Feb 15, 2021 | All, Raspberry Pi | 0 |
https://www.instructables.com/Simple-Raspberry-Pi-Shutdown-Button/
Read Moreby admin | Feb 15, 2021 | All, Raspberry Pi | 0 |
This was a sweet case to complete my Raspberry Pi Lakka setup Raspberry_Pi_NES_161200...
Read Moreby admin | Jan 21, 2020 | All, Raspberry Pi | 0 |
https://github.com/guysoft/FullPageOS This handy image lets you boot your Raspberry Pi to a webpage of your choice. It can also scroll through tabs. I had a problem with the screen going blank and not showing anything. I...
Read Moreby admin | Nov 12, 2019 | All, Raspberry Pi | 0 |
Run this command: sudo nano /etc/dhcpcd.conf At the bottom of that file enter the information you want for eth0 or wlan0 interface eth0 static ip_address=192.168.1.99 interface wlan0 static ip_address=192.168.1.100 static...
Read Moreby admin | Oct 28, 2019 | All, Raspberry Pi | 0 |
This symbol normally means the power is not sufficient. If you understand the risks you can disable it like so: to remove lightning bulb: add “avoid_warnings=1” to /boot/config.txt Reference:...
Read Moreby admin | Oct 18, 2019 | All, Raspberry Pi | 0 |
Download and prepare a Raspbian Lite Image Install the desktop environment: sudo apt-get install lightdm Next run the following commands: sudo apt-get update sudo apt-get install -y git git clone...
Read Moreby admin | Apr 12, 2019 | All, Raspberry Pi | 0 |
Install Raspbian, open the terminal and run this command: cat /proc/cpuinfo | grep erial The result should show the serial number. Tested on Raspberry Pi 1,2, and 3. The result is a 16 digit hex number. Reference:...
Read More