Raspberry Pi Computer

PCs

Raspberry Pi Computer

Information

Name: Raspberry Pi 1+ Model B (2014).

Comments: small computer, size of about one mobile phone without a case or size of about two mobile phones with a case. There is no hard drive and you need a certain kind of SD or SDHC card. You can use a mobile phone's power adapter for power, 5 V and at least 700 mA (3.5 W) recommended for model B. Do not hotplug USB devices or Raspberry Pi (model B) may restart. Instead, use a powered USB hub if you like to hotplug devices often while the power is on. I personally use the micro-USB to USB cable from X10 Mini power adapter to connect from Raspberry Pi to the USB hub, so there is one less power adapter plugged to the wall. Originally intended for educational use, but you can use this for example to test your net connection, use as a file server for music files, etc.

Hardware

Processor: 700 MHz ARM1176JZF-S core (ARM11 family)

- architecture: 32-bit RISC microprocessor family

System on a chip: Broadcom BCM2835

- CPU, GPU, DSP, SDRAM, USB port

GPU: Broadcom VideoCore IV

- OpenGL ES 2.0 (24 GFLOPS)

- MPEG-2 and VC-1

- 1080p30 h.264/MPEG-4 AVC

Memory: 512 MB (shared with GPU).

I/O connections and slots:

- two standard USB 2.0 ports via the built-in 3-port USB hub

- 10/100 Ethernet (8P8C) USB adapter on the third port of the built-in USB hub

- HDMI

- composite RCA

- 3.5 mm audio output

- micro-USB for power

Case: Multicomp Black Raspberry Pi Enclosure, MC-RP001-BLK

- ABS plastic

- four rubber feet

Memory card: Kingston SDHC 32 GB UltimateX 100X, SD10G2/32GB

- class 10

- read 20 MB/s, write 15 MB/s

Software

Operating system: Raspbian "wheezy" (Debian 7, LXDE) (kernel 3.10) (release 2014-01-07).

Default login

pi, raspberry

Start GUI

startx

Shutdown/restart

shutdown -h now

shutdown -r now

Info

cat /proc/version

cat /etc/issue

cat /etc/debian_version

Settings

sudo raspi-config

Scratch 1.4 (comes with Raspbian "wheezy" 2013-02-09 and 2014-01-07).

Install Bluetooth Keyboard

Linux version

uname -a

Linux raspberrypi 3.10.25+ #622 PREEMPT Fri Jan 3 18:41:00 GMT 2014 armv6l GNU/Linux

Targus Bluetooth dongle info

dmesg

[ 76.009504] usb 1-1.3.4: new full-speed USB device number 8 using dwc_otg

[ 76.119718] usb 1-1.3.4: New USB device found, idVendor=0a5c, idProduct=4500

[ 76.119757] usb 1-1.3.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0

[ 76.119776] usb 1-1.3.4: Product: BCM2046B1

[ 76.119793] usb 1-1.3.4: Manufacturer: Broadcom

Bluetooth software installation

sudo aptitude install bluetooth

Bluetooth dongle info

lsusb

Bus 001 Device 008: ID 0a5c:4500 Broadcom Corp. BCM2046B1 USB 2.0 Hub (part of BCM2046 Bluetooth)

Scan for Bluetooth devices

hcitool scan

04:DB:56:CB:E5:1D Apple Wireless Keyboard

Update package info

sudo apt-get update

Install Bluetooth manager GUI

sudo apt-get install bluetooth bluez-utils blueman

Use graphical Bluetooth manager

Bluetooth Manager GUI (Bluetooth Devices)

- Scan: found Apple Wireless Keyboard

- Pairing: use random PIN (manually created PIN didn't work)

Accessories and Peripherals

Display: HDTV.

Bluetooth dongle: Targus USB Bluetooth 2.1 Adapter (Targus Europe), ACB20EU.

- EAN code: 5024442956201

Keyboards, wired:

- Apple Keyboard without Numeric Keypad (shorter), white/aluminum, wired, MB869S/A, A1242 (general: MB869S/A)

- Logitech Ultra-Flat Keyboard, wired, Y-BP62a

Wireless keyboard: Apple Wireless Keyboard, MC184S/B

- requires: two AA (R6) batteries

- connectivity: Bluetooth

Mouse: Logitech Mouse M115, black, wired, M/N: M-U0017, P/N: 810-001369.

USB hub: Belkin Hi-Speed USB 2.0 Pocket Hub, F5U217

- output from the hub's power adapter: 4.0–5.5 V / 2.6–2.3 A / 13 W

- four USB ports

Power adapters:

- power adapter for Sony Xperia Tipo, EP800, output: 5.0 V / 850 mA

- power adapter for Sony Ericsson XPERIA X10 Mini, EP800 (same as for Tipo), output: 5.0 V / 850 mA

- power adapter for HTC HD7, TC E250, output: 5 V / 1 A

ADSL modem: ZyXEL Prestige 660R-61 (ZyXEL P-660R-61)

- comment: works over the analog telephone system, POTS (Plain Old Telephone Service)

- ADSL2+: 24 Mbps downstream, 3.5 Mbps upstream

- ADSL2: 12 Mbps downstream, 3.5 Mbps upstream

- ADSL: 8 Mbps downstream, 832 kbps upstream

Adapters/cables:

- HDMI cable

- RCA cable

Stuff No Longer Used With This Raspberry Pi

Operating system: Raspbian "wheezy" (Debian 7, LXDE) (kernel 3.6.11) (release 2013-02-09).

Keyboard: Prodige NanoX Wireless Keyboard + Trackpad

- trackpad (or touchpad) does not work with Raspberry Pi, I haven't looked for possible drivers

Last modified: May 29th, 2016

Author: Tomi Häsä (tomi.hasa@gmail.com)

URL: http://sites.google.com/site/tomihasa/raspberry-pi-computer

Back to My PCs.