Category: Raspberry Pi

FullPageOS on Raspberry Pi

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 More

Set Static IP for Raspberry Pi

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 More

Find Raspberry Pi Serial Number

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
Loading

Categories