Raspberry Pi - Model B+ (8GB Bundle)

Who wants pi? The Raspberry Pi has made quite a splash since it was first announced. The credit-card sized computer is capable of many of the things that your desktop PC does, like spreadsheets, word-processing and games. It also plays high-definition video. It can run several flavors of Linux and is being used to teach kids all over the world how to program... Oh yeah, and it does all that for under $50.

The secret sauce that makes this computer so small and powerful is the Broadcom BCM2835, a System-on-Chip that contains an ARM1176JZFS with floating point, running at 700MHz, and a Videocore 4 GPU. The GPU provides Open GL ES 2.0, hardware-accelerated OpenVG, and 1080p30 H.264 high-profile decode and is capable of 1Gpixel/s, 1.5Gtexel/s or 24 GFLOPs of general purpose compute. What's that all mean? It means that if you plug the Raspberry Pi into your HDTV, you could watch BluRay quality video, using H.264 at 40MBits/s.

But wait, there's more. The new Model B+ also has a 10/100 Ethernet port so you can surf the web (or serve web pages) from right there on the Pi. The system volume no longer lives on an SD card but instead a microSD card, so it's even easier to prepare, run and debug several different operating systems on the same hardware. This means no more large SD cards and no more deceptively difficult to handle adapters. Even better, this bundle actually includes an 8GB microSD card so you won't have to buy one separately! Most Linux distributions for the Pi will happily live on a 2GB microSD card but larger cards are supported.

The Model B+'s FOUR built-in USB ports provide enough connectivity for a mouse, keyboard, or anything else that you feel the RPi needs, but if you want to add even more you can still use a USB hub. It is recommended that you use a powered hub so as not to overtax the on-board voltage regulator. Powering the Raspberry Pi is easy, just plug any USB power supply into the micro-USB port. There's no power button so the Pi will begin to boot as soon as power is applied, to turn it off simply remove power. The four built-in USB ports can even output up to 1.2A enabling you to connect more power hungry USB devices (This does require a 2Amp micro USB Power Supply).

On top of all that, the low-level peripherals on the Pi make it great for hardware hacking. The 0.1" spaced 40-pin GPIO header on the Pi gives you access to 26 GPIO, UART, I2C, SPI as well as 3.3 and 5V sources. The first 26 pins are identical to the Model B to provide 100% backward compatibility for your projects.

Note: This Raspberry Pi bundle DOES include the 8GB NOOBS microSD card, but not a power cable.

  • 1x Raspberry Pi Model B+
  • 1x 8GB microSD Card
  • Broadcom BCM2835 SoC
  • 700 MHz ARM1176JZF-S core CPU
  • Broadcom VideoCore IV GPU
  • 512 MB RAM
  • 4 x USB2.0 Ports with up to 1.2A output
  • Expanded 40-pin GPIO Header
  • Video/Audio Out via 4-pole 3.5mm connector, HDMI, or Raw LCD (DSI)
  • Storage: microSD
  • 10/100 Ethernet (RJ45)
  • Low-Level Peripherals:
    • 27 x GPIO
    • UART
    • I2C bus
    • SPI bus with two chip selects
    • +3.3V
    • +5V
    • Ground
  • Power Requirements: 5V @ 600 mA via MicroUSB or GPIO Header
  • Supports Debian GNU/Linux, Fedora, Arch Linux, RISC OS and More!
  • 85.60mm x 56mm x 21mm

Raspberry Pi - Model B+ (8GB Bundle) Product Help and Resources

How to Run a Raspberry Pi Program on Startup

September 18, 2018

In this tutorial, we look at various methods for running a script or program automatically whenever your Raspberry Pi (or other Linux computer) boots up.

Hackers in Residence: The Sound Visualizer

March 23, 2015

A fun project that uses a Raspberry Pi and a custom Java app to create your own sound visualizer using a RGB LED matrix.

How to Use Remote Desktop on the Raspberry Pi with VNC

July 9, 2018

Use RealVNC to connect to your Raspberry Pi to control the graphical desktop remotely across the network.

Graph Sensor Data with Python and Matplotlib

July 23, 2018

Use matplotlib to create a real-time plot of temperature data collected from a TMP102 sensor connected to a Raspberry Pi.

Core Skill: Programming

If a board needs code or communicates somehow, you're going to need to know how to program or interface with it. The programming skill is all about communication and code.

3 Programming

Skill Level: Competent - The toolchain for programming is a bit more complex and will examples may not be explicitly provided for you. You will be required to have a fundamental knowledge of programming and be required to provide your own code. You may need to modify existing libraries or code to work with your specific hardware. Sensor and hardware interfaces will be SPI or I2C.
See all skill levels


Core Skill: Electrical Prototyping

If it requires power, you need to know how much, what all the pins do, and how to hook it up. You may need to reference datasheets, schematics, and know the ins and outs of electronics.

2 Electrical Prototyping

Skill Level: Rookie - You may be required to know a bit more about the component, such as orientation, or how to hook it up, in addition to power requirements. You will need to understand polarized components.
See all skill levels


Comments

Looking for answers to technical questions?

We welcome your comments and suggestions below. However, if you are looking for solutions to technical questions please see our Technical Assistance page.

  • Sembazuru / about 10 years ago / 3

    Just a quick warning to future customers of this product. While the first 26 pins of the 40pin GPIO connector may be signal compatible with add-ons designed for previous R-Pi models, it may not be physically compatible.

    This is because most cables on the market sold to fit this connector are IDC (Insulation Displacement Connector) connectors. Nothing wrong with that, ribbon cable IDC connectors are inexpensive to procure and fast to assemble. But, because of how most ribbon cable IDC connectors are made, the sides are too wide to fit between 0.1" spaced header pins (there are clips there that hold the connector together). Some are wider than others. Because of the extra width of the 26pin connectors when trying to attach them to a 40pin header pins 27 and 28 will either be bent to the side and the connector may or may not be able to completely seat, or one should just throw away the ability to use the ID EEPROM with future connections and just clip pins 27 and 28.

    If the 40pin connector was 42 pins with 27 and 28 already removed this wouldn't be an issue, but that is much more expensive to custom modify headers like that.

    PCB modules should be fine as long as the boards don't interfere with the new placement of tall components.

  • ArduinoPerson1243 / about 9 years ago / 1

    I just got this kit yesterday. It is awesome. I was able to set up with NOOBS in 10 minutes. Plus, the GPiO connector gives you more pin out than an Arduino.

  • Member #430576 / about 10 years ago / 1

    Question - Does the microSD card programmed with a distro or is it empty?

    • M-Short / about 10 years ago / 1

      Yes, it does come with NOOBS (which has a few distros on it), check out the description of the SD card which we sell separately.

  • ArduinoPerson1243 / about 10 years ago / 1

    You guys at sparkfun ever heard of Kano: kano.me You could supply them with parts or support them.

  • Member #584793 / about 10 years ago / 1

    what is the class of the microSD card?

Customer Reviews

4.8 out of 5

Based on 10 ratings:

Currently viewing all customer reviews.

1 of 1 found this helpful:

Awesome!!!!!

This thing is very slick. I have it running Raspbian from the NOOBs micro SD. It was very easy to get up and running. I'm using a wireless keyboard and wifi adapter. I have also putty'd into it with my regular win PC to run python scripts. I also am using the wedge B+ with it (I would highly recommend using the wedge B+). I'm just getting started, but having a lot of fun!!

1 of 1 found this helpful:

Great learning tool

I recommend getting the B+ 8GB bundle because it's essentially a plug and play process for installing Raspian on the Pi.

The 8GB card contains the Raspian install programs. All you have to do is plug card in, and poweru p. The install process starts for you. No need to go out to the NOOBS site on raspberrypi.org to download anything.

Good workhorse of a device

Small, cheap, Raspbian out of the box - a great deal. And with serial and I2C ports exposed, easy to expand.

Great for my application

I'm using this with NOOBS, a wireless keyboard/mouse, and a 65 inch Sharp TV. Nice! Very nice!

product is excelent

beware of the extra taxes when ordering from europe

good product

Great product, nice improvement from the model B.

awesomeness

I bought the Rpi b+ so that I could write an AI to it in Rpi native language, python, and interface it to the robotic platform. The added IO pins make it less challenging to connect peperipherals. I assumed I would have fun with this thing. I under valued it before I got my hands on it. This thing, although slow, is an amazing fit for my project on a budget.

Gift for a Friend

He loves it. He's very impressed.

Raspberry Pi B+

Really good improvements to the platform.

Excellent job!! Thanks

Good product so far

The Pi powered on and gave me the menu of operating systems as it should. I chose Raspian OS. All was fine until I chose US English and things went south. I have reloaded the operating system from the Raspberry Pi web site. Waiting for time to get back to it and see how it goes. Other than that, very powerful unit for the size and price. My buddies who purchased the model A were jealous at the added features on the B+