How to Change Raspberry Pi Keyboard Layout
The default Raspberry Pi keyboard layout is “gb”. You can change to US by doing the following: sudo nano /etc/default/keyboard Change XKBLAYOUT="gb" to XKBLAYOUT="us". sudo reboot
The default Raspberry Pi keyboard layout is “gb”. You can change to US by doing the following: sudo nano /etc/default/keyboard Change XKBLAYOUT="gb" to XKBLAYOUT="us". sudo reboot
Azure IoT Edge Public Preview was just announced at Microsoft Connect. Here’s how to get it running on Raspberry Pi with Raspbian Stretch or Stretch Lite. Raspbian Jessie should work as well, but I h
By default Raspberry Pi does not allocate enough of your SD card for it to be usable. Out of the box, if you run sudo apt upgrade, you’ll get a message saying that you don’t have enough disk space.
The very first thing you are going to want to do when you get your Raspberry Pi is install an OS. You have a few options, including Raspbian, a Debian based OS. Here’s how to get it installed. Purch
Here are the steps I take to setup a Raspberry Pi for development: Get Raspberry Pi and Peripherals Raspberry Pi 3 Model B 7" Touchscreen Display SmartiPi Touchscreen Display Stand USB Keyboard
One of the first things you’ll want to do on a Raspberry Pi is change the hostname to something unique on your network. The default name is raspberrypi. You can change it via editing text files or th
The .NET Core SDK is not supported on ARM based devices such as the Raspberry Pi and the .NET Core team is not currently working on supporting it. As mentioned in the announcement, the SDK doesn’t fit
You’ll want to make sure you don’t leave the default ‘pi’ user’s password to the default ‘raspberry’ setting. Here’s how to change it. Login to Pi Login to your Pi via Remote Desktop, SSH or via moni
You will often want to execute commands over SSH instead of having to Remote Desktop or access your Pi via a monitor and keyboard. Here’s how to get SSH setup on your Pi. Enable SSH Via Pi Terminal su
It is very easy to get Docker running on a Raspberry Pi. Here’s a barebones post to get you started. You can execute the following commands over SSH or Remote Desktop. Install Docker curl -sSL https:
As part of your normal Raspberry Pi dev workflow you’re going to want to access the files of the Raspberry Pi from your host dev machine. Here’s how to create a file share with Samba. Create a File S
I’ve cleared out this post because the Raspberry Pi documentation site now has docs updated for Stretch. You can find the Raspberry Pi Remote Desktop setup steps here.
Here are some short and sweet instructions for setting up your Raspberry Pi for Node.js dev and creating a base image that can be used over and over again. Many of the steps below are taken from the a
I’m working on an NFC project and to test things out I got a PN532 NFC shield working with a RaspberryPi via libnfc. Adafruit has a good step-by-step tutorial, but it’s not up-to-date and it’s for the