Controlling Display Backlight on Raspberry Pi

This is how to turn on and off backlight on Raspberry Pi for the official 7-inch touchscreen display and HDMI displays using command-line interface (CLI). I checked it with Raspberry Pi 3 B+ running Raspbian Stretch (September 2017 version) + official 7″ display / GeChic 1002 10.1″ HDMI Display.   The official 7-inch touchscreen display [1]… Continue reading “Controlling Display Backlight on Raspberry Pi”

Silent boot on Raspbian Stretch/Buster

The purpose of the steps here is to remove 1 – 4 below from showing up at Raspberry Pi boot up process. After following the steps, the first thing you see will be Raspbian desktop. 1) Rainbow image 2) Raspberry Pi Logo (image of four raspberries at the top left corner) 3) Blinking cursor (at… Continue reading “Silent boot on Raspbian Stretch/Buster”

Setting Up UART Serial Communication between Raspberry Pi and PC

This post shows how to setup serial communication between Raspberry Pi and PC using a USB-Serial cable. Here is the list of contents of this post. Contents Prerequisites Steps Wiring Setting up terminal emulator on Windows PC Enabling UART on Raspberry Pi Disabling console service Setting up terminal emulator on Raspberry Pi Test   Prerequisites These… Continue reading “Setting Up UART Serial Communication between Raspberry Pi and PC”

Waking Up Raspberry Pi Using Reset Pin

This post shows steps to wake up Raspberry Pi 3 from other Raspberry Pi by using RUN (reset) pin. Background: I was looking for a way to wake up my Raspberry Pi 3 from other device and found the information below, Resetting the board while in halt state wakes Raspberry Pi up [1] Raspberry Pi 3… Continue reading “Waking Up Raspberry Pi Using Reset Pin”

Running BLE GATT Server Example on Raspbian Stretch

The purpose of this post is to run an example code of Bluetooth Low Energy GATT server from BlueZ source code on Raspberry Pi. Here are the contents of this post. Contents – Assumptions – Steps 1. Download Example Code 2. Execute Example Code 3. Install Requisite 4. Start Advertising BLE 5. Verify – Reference… Continue reading “Running BLE GATT Server Example on Raspbian Stretch”