• Home
  • Archive
  • Tools
  • Contact Us

The Customize Windows

Technology Journal

  • Cloud Computing
  • Computer
  • Digital Photography
  • Windows 7
  • Archive
  • Cloud Computing
  • Virtualization
  • Computer and Internet
  • Digital Photography
  • Android
  • Sysadmin
  • Electronics
  • Big Data
  • Virtualization
  • Downloads
  • Web Development
  • Apple
  • Android
Advertisement
You are here: Home » Cheapest Way to Setup Raspberry Pi (Headless, Like Server)

By Abhishek Ghosh October 8, 2017 1:35 pm Updated on October 8, 2017

Cheapest Way to Setup Raspberry Pi (Headless, Like Server)

Advertisement

Raspberry Pi with all needed things for GUI is no way cheap, indeed it is quite costly including all actually needed hardwares for general purpose use and increasing longevity of it. Case of Arduino is different as it is just a developmental board based on microcontroller. Raspberry Pi is a single board computer. Here is cheapest way to setup Raspberry Pi as headless like server to SSH & work. This way is good if you are used with both SSH and some electronics DIY works. Still you need these things with latest Raspberry Pi (which has WiFi) :

  1. Raspberry Pi board : $36
  2. A Micro SD card for that Raspberry Pi (minimum 16 GB is practical) : $5 to $10
  3. A Micro SD card reader or someway to connect as storage device with your computer’s card reader. There is Micro SD card adapter for Mac : $10

Total about $50 is not cheap but cheapest as we are not including the power. Raspberry Pi board needed 5V supply via micro USB, we have breadboard power supply from old desktop computer’s PSU and method to cut USB cable. You either a dedicated power supply or build in DIY way with a Micro USB cable. Usually many tablets have Micro USB power supply which can support Raspberry Pi. There is Micro SD card which are preloaded with Raspberry Pi operating system. Perform market research before buying. That card has to do with performance.

 

Cheapest Way to Setup Raspberry Pi Like Server

 

After you have arranged the hardwares, if you’re using MacBook, you will put that Micro SD card in MacBook’s card slot. May be that slot is virgin, at least my one MacBook was. Such unused slot in few years old MacBook needs a bout of cleaning the dust inside. That can be an episode which is not funny – card can fail to read. Open Disk Utility. To open Disk Utility you can navigate to Applications > Utilities > Disk Utility. You’ll need to click on the “Apple SDXC Reader” in the left column of Disk Utility. Then format the SD card to MS-DOS (FAT). Give a name to that card. Run df -h to get the mounting point which will be like /dev/disk2. You’ll get this kind of output :

Advertisement

---

Vim
1
2
3
4
5
6
7
Filesystem      Size   Used  Avail Capacity  iused    ifree %iused  Mounted on
/dev/disk0s2   465Gi  199Gi  265Gi    43% 52299389 69587353   43%   /
devfs          192Ki  192Ki    0Bi   100%      664        0  100%   /dev
map -hosts       0Bi    0Bi    0Bi   100%        0        0  100%   /net
map auto_home    0Bi    0Bi    0Bi   100%        0        0  100%   /home
/dev/disk1s2   303Mi  280Mi   23Mi    93%    71633     5944   92%   /Volumes/NI-DAQmx_Base_3.3.0
/dev/disk2s1    56Mi   19Mi   37Mi    34%      512        0  100%   /Volumes/NONAME

If you visit this link you’ll get Raspbian as download zip file :

Vim
1
http://downloads.raspberrypi.org/raspbian_latest

You’ll find all possible downloads here :

Vim
1
http://downloads.raspberrypi.org

If the download’s unzipped file’s name is 2017-07-07-wheezy-raspbian.img and X is number of /dev/rdiskX then run :

Vim
1
2
3
4
sudo diskutil unmount /dev/diskXs1
sudo dd bs=1m if=./2017-07-07-wheezy-raspbian.img of=/dev/rdiskX  
sudo diskutil eject /dev/rdiskX
arp -a  

Last command will find IP address. If IP is 192.168.1.8, then with WiFi connection, try SSH once :

Vim
1
ssh pi@192.168.1.8

You probably need few steps for WiFi. First cd to /Volumes/boot and run touch ssh to create an empty file.

Create wpa_supplicant.conf :

Vim
1
nano wpa_supplicant.conf

Copy paste the below content after your judgement.

For Raspbian Jessie:

Vim
1
2
3
4
5
network={
    ssid="YOUR_NETWORK_NAME"
    psk="YOUR_PASSWORD"
    key_mgmt=WPA-PSK
}

For Raspbian Stretch:

Vim
1
2
3
4
5
6
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
network={
    ssid="YOUR_NETWORK_NAME"
    psk="YOUR_PASSWORD"
    key_mgmt=WPA-PSK
}

Now safely eject that card, insert inside Raspberry Pi, power it and SSH. If you face trouble, visit this Github’s page :

Vim
1
https://github.com/raspberrypi/documentation/blob/master/configuration/wireless/wireless-cli.md

First time you’ll log in, the Raspberry Pi will run raspi-config so you can set configuration parameters.

Cheapest Way to Setup Raspberry Pi Headless, Like Server Tagged With raspberry pi dip switch config

This Article Has Been Shared 439 Times!

Facebook Twitter Pinterest

Abhishek Ghosh

About Abhishek Ghosh

Abhishek Ghosh is a Businessman, Surgeon, Author and Blogger. You can keep touch with him on Twitter - @AbhishekCTRL.

Here’s what we’ve got for you which might like :

Articles Related to Cheapest Way to Setup Raspberry Pi (Headless, Like Server)

  • Which Microcontrollers Can Be Programmed?

    Peoples Often Ask How to Program a Micrrocontroller or IC. In This Article We Have Explained Which Microcontrollers Can Be Programmed and Their Proper Naming Convention.

  • Methods and Components To Build Electronic Circuits

    We Have Discussed Some Details On Methods and Components To Build Electronic Circuits Which Are Needed To Create Ammeter Electronic Projects.

  • Arduino Multifunction Shield (HCARDU0085) : Features

    Arduino Multifunction Shield Has 4 Digit 7 Segment LED Display, 4 SMD LED, 10K Potentiometer, 3 Push Buttons, Buzzer And Lot of Interfaces.

  • Types of Copper Wires Used in DIY, Household Works

    Here is a Brief, Easy Description with Illustration of Types of Copper Wires Used in DIY,Household Works. We Mentioned the Common Gauges too.

  • How To Use DIP Switch On Breadboard

    Here Is An Illustrated Guide On How To Use DIP Switch On Breadboard For The Newbies With Explanation of Types of DIP Switch & Easy Examples.

Additionally, performing a search on this website can help you. Also, we have YouTube Videos.

Take The Conversation Further ...

We'd love to know your thoughts on this article.
Meet the Author over on Twitter to join the conversation right now!

If you want to Advertise on our Article or want a Sponsored Article, you are invited to Contact us.

Contact Us

Subscribe To Our Free Newsletter

Get new posts by email:

Please Confirm the Subscription When Approval Email Will Arrive in Your Email Inbox as Second Step.

Search this website…

 

Popular Articles

Our Homepage is best place to find popular articles!

Here Are Some Good to Read Articles :

  • Cloud Computing Service Models
  • What is Cloud Computing?
  • Cloud Computing and Social Networks in Mobile Space
  • ARM Processor Architecture
  • What Camera Mode to Choose
  • Indispensable MySQL queries for custom fields in WordPress
  • Windows 7 Speech Recognition Scripting Related Tutorials

Social Networks

  • Pinterest (24.3K Followers)
  • Twitter (5.8k Followers)
  • Facebook (5.7k Followers)
  • LinkedIn (3.7k Followers)
  • YouTube (1.3k Followers)
  • GitHub (Repository)
  • GitHub (Gists)
Looking to publish sponsored article on our website?

Contact us

Recent Posts

  • What is Voice User Interface (VUI) January 31, 2023
  • Proxy Server: Design Pattern in Programming January 30, 2023
  • Cyberpunk Aesthetics: What’s in it Special January 27, 2023
  • How to Do Electrical Layout Plan for Adding Smart Switches January 26, 2023
  • What is a Data Mesh? January 25, 2023

About This Article

Cite this article as: Abhishek Ghosh, "Cheapest Way to Setup Raspberry Pi (Headless, Like Server)," in The Customize Windows, October 8, 2017, February 2, 2023, https://thecustomizewindows.com/2017/10/cheapest-way-setup-raspberry-pi-headless-like-server/.

Source:The Customize Windows, JiMA.in

PC users can consult Corrine Chorney for Security.

Want to know more about us? Read Notability and Mentions & Our Setup.

Copyright © 2023 - The Customize Windows | dESIGNed by The Customize Windows

Copyright  · Privacy Policy  · Advertising Policy  · Terms of Service  · Refund Policy

We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept”, you consent to the use of ALL the cookies.
Do not sell my personal information.
Cookie SettingsAccept
Manage consent

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. These cookies ensure basic functionalities and security features of the website, anonymously.
CookieDurationDescription
cookielawinfo-checkbox-analytics11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics".
cookielawinfo-checkbox-functional11 monthsThe cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional".
cookielawinfo-checkbox-necessary11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary".
cookielawinfo-checkbox-others11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other.
cookielawinfo-checkbox-performance11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance".
viewed_cookie_policy11 monthsThe cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data.
Functional
Functional cookies help to perform certain functionalities like sharing the content of the website on social media platforms, collect feedbacks, and other third-party features.
Performance
Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.
Analytics
Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics the number of visitors, bounce rate, traffic source, etc.
Advertisement
Advertisement cookies are used to provide visitors with relevant ads and marketing campaigns. These cookies track visitors across websites and collect information to provide customized ads.
Others
Other uncategorized cookies are those that are being analyzed and have not been classified into a category as yet.
SAVE & ACCEPT