How to check USB devices on Raspberry Pi

How to check USB devices on Raspberry Pi

Since the Raspberry Pi is frequently accessed remotely, such as through an SSH or VNC connection, we can’t always take a peek at the device to see which USB devices are physically connected to it. Furthermore, it can be useful to query the USB ports from the system itself, just to see if the devices or connections are actually being detected. In this tutorial, you will see how to check the USB devices that are connected to a Raspberry Pi.

Read more

How to enable ZRAM on Raspberry Pi

How to enable ZRAM on Raspberry Pi

Most Linux systems tend to use a little bit of storage on the hard drive as swap space, where temporary files can be stored by the system and then easily recalled later. This speeds up operations, without needing to take up any space inside of the physical memory (RAM). On a Raspberry Pi, this same convention can prove problematic due to the majority of devices relying on an SD card as the primary (or only) storage device.

Read more

Set static IP on Raspberry Pi

Set static IP on Raspberry Pi

Setting a static IP address for your Raspberry Pi will ensure that the device can always be accessible at the same IP address on your network, since it will never change. This is ideal for a Raspberry Pi being used to host a service such as a gaming server, web server, etc. It makes it more convenient when applying network configurations, since you know that the Raspberry Pi can always be found at the same, predictable IP address.

Read more

How to check WiFi signal strength on Raspberry Pi

How to check WiFi signal strength on Raspberry Pi

The latest Raspberry Pi models have WiFi chips built in that allow the device to connect to a wireless network. If you are connected to WiFi on your Raspberry Pi, but experiencing poor speed or dropped connections, it is time to check the WiFi signal strength to begin troubleshooting the issue. Generally, the little WiFi chip built into Raspberry Pi 4, Raspberry Pi 3, or Raspberry Pi Zero W models is about as strong as the one you would find in your mobile phone, but checking the signal strength will tell you if you are close enough to the router or hotspot.

Read more

How to check Bluetooth status on Raspberry Pi

How to check Bluetooth status on Raspberry Pi

All of the latest Raspberry Pi models have Bluetooth built in, giving users another medium by which they can connect their peripheral devices such as headphones, keyboard, mouse, etc. Ideally, Bluetooth devices should be easy to connect to your Raspberry Pi. The connection process usually involves making your peripheral device discoverable, and then selecting the devices from the Bluetooth list on your Raspberry Pi.

Read more

How to test audio on Raspberry Pi

How to test audio on Raspberry Pi

Despite its small size, the Raspberry Pi is perfectly capable of putting out audio via HDMI, Bluetooth, or analog audio with the 3.5mm onboard headphone jack. If you have just set up your Raspberry Pi and need to perform some testing to get the audio working correctly, or verify that your setup is working, then there are easy ways to test the audio on Raspberry Pi. In this tutorial, you will see how to test audio functionality on a Raspberry Pi.

Read more

How to set VNC resolution on Raspberry Pi

How to set VNC resolution on Raspberry Pi

One of the most common ways for users to access and administer their Raspberry Pi is via a VNC connection. VNC allows users to control their Raspberry Pi remotely, and interact with the desktop environment as if they were sitting directly in front of the Raspberry Pi, with a monitor and other peripherals plugged in. In reality, the Raspberry Pi needs nothing more than an Ethernet or Wi-Fi connection to facilitate VNC connections and full access to the system’s desktop.

Read more

How to set user autologin on Raspberry Pi

How to set user autologin on Raspberry Pi

Since a Raspberry Pi is commonly used as a test system rather than part of a production environment, you may not need any kind of advanced security on the device. For example, you may get tired of typing your password every time you want to log in to the Raspberry Pi, and wish to bypass these prompts completely. Doing so would be inherently less secure, but in some situations, flouting the security convention may be irrelevant. It is possible to bypass both the GUI and/or console login prompts on the Raspberry Pi.

Read more