Writing Raspbian OS Image to SD Card on Linux

This is how to write Raspbian OS image to SD card by using Linux command line. Since the steps below use “dd” command which may cause damage to your system if used wrongly, please be careful about the usage.   Contents – Assumptions – Steps 1. Download Raspbian OS Image 2. Find device name of… Continue reading “Writing Raspbian OS Image to SD Card on Linux”

Enabling Hands-Free Profile on Raspberry Pi (Raspbian Stretch) by using PulseAudio

The purpose of this post is to enable Bluetooth Handsfree Profile (HFP) with PulseAudio on Raspbian Stretch so that Raspberry Pi can act like as a handsfree speaker phone or a handsfree car kit. This is an updated version of this post. When I wrote the previous post, I was using Raspbian Jessie and some… Continue reading “Enabling Hands-Free Profile on Raspberry Pi (Raspbian Stretch) by using PulseAudio”

Headless Setup for Raspberry Pi 3 and Raspberry Pi Zero W

This is an initial setup steps to create a headless Raspberry Pi 3 B+ or Raspberry Pi Zero W (Wireless). It enables access to Raspberry Pi’s console without having a dedicated keyboard, mouse, or display. A PC and Wi-Fi network is required since we’ll access to the console from PC using ssh over Wi-Fi.   Contents… Continue reading “Headless Setup for Raspberry Pi 3 and Raspberry Pi Zero W”

Qt Creator Cross Compiling Environment for Raspberry Pi3 with QtRpi

Update (June 2, 2018): If you are using Raspbian Stretch, please check this post. The steps below are for Raspbian Jessie. This is the steps how I created Qt Creator cross compiling environment on Ubuntu PC for Raspberry Pi 3 B+ by using QtRpi. Thanks to QtRpi, it’s pretty straightforward. I followed the official site and… Continue reading “Qt Creator Cross Compiling Environment for Raspberry Pi3 with QtRpi”