If you have ever conducted Docker on Raspberry Pi workshop during the Meetup event, you surely understand the pain in bringing up working infrastructure. Especially when you are dependent upon WiFi network of the hosting company, it becomes difficult as in every new Meetup venue, you need to plug your HDMI-equipped monitor into the Raspberry Pi using a standard HDMI cable and then configuring IP address so as to get it discovered over findPi Mobile application.
The HDMI cable is one of the most important piece of equipment that you can use with your Raspberry Pi, which means that in theory you can connect it to a wide selection of televisions and even modern desktop computer monitors. But in case HDMI cable is not available, then you might have to rely on alternative way of getting display device to configure Pi systems.
RPi LCD comes to the rescue..
Raspberry Pi Touchscreen LCD provides you with the ability to create a standalone device that can be utilized as a custom tablet or an all-in-one interactive interface for a future project using your Raspberry Pi 3. This small 3.5-inch touch screen module is designed especially for Raspberry Pi, using the latest Linux Core system. This is ideal for DIY anywhere, anytime and does not require any separate power source or case to hold it. The module sits right on top of Pi and an ideal alternative solution for HDMI monitors. The screen also comes with a stylus to interact with the small screen.
Features:
- Designed for Raspberry Pi, an ideal alternative solution for HDMI monitor
- Supports all revision of Raspberry Pi (directly-pluggable models)
- Works with Raspbian/Ubuntu directly
- Comes with full set of screws and nuts for assembly
- 320×480 resolution, better display
- Lightweight and easy to install
Preparing Your Setup
To configure RPi LCD for Raspberry Pi, first login to your Pi system:
Visit https://www.waveshare.com/wiki/Main_Page and search for “RPi LCD” for your specific model which you have purchased. In my case, it was 3.5” LCD monitor, hence I went ahead and selected it to open the below link:
https://www.waveshare.com/wiki/3.5inch_RPi_LCD_(B)
Run the below command:
sudo raspi-config
Select Boot Options > Desktop Autologin
As soon as you select Desktop Autologin, it will ask to select “Finish” and the system will go for reboot.
Clone the Repository
git clone https://github.com/waveshare/LCD-show.git
Execute the script
./LCD35B-show
After system rebooting, the RPi LCD is ready to use.
In my next blog post, I will showcase how I used 3.5” LCD screen directly mounted over Celestron Telescope to view moon’s surface flawlessly.
Comments are closed.