Raspberry Pi 1 Model A+ 512MB
The Raspberry Pi is a credit card-sized computer with an ARM processor that can run Linux. This item is the Raspberry Pi 1 Model A+ 512MB, which has 512 MB of RAM, an HDMI output, audio output, RCA composite video output (through the 3.5 mm jack), one USB port, and 0.1″-spaced pins that provide access to general purpose inputs and outputs (GPIO). The Model A Raspberry Pis are smaller and less expensive than the Model B Raspberry Pis. The Raspberry Pi requires a microSD card with an operating system on it (not included). The Raspberry Pi is very popular, with lots of example projects and information available online.
Description | Specs (4) | Pictures (6) | Resources (10) | FAQs (0) | On the blog (4) |
---|
Recommended links
-
Technical, help and resource documents for the Raspberry Pi
This listing of useful resources from the Raspberry Pi foundation includes a quick-start guide, tutorials, datasheets, and schematics.
-
Raspberry Pi Resources
Free resources to teach, learn, and make with Raspberry Pi.
-
Python library for the Pololu DRV8835 Dual Motor Driver Kit for Raspberry Pi
This Python library for the Raspberry Pi makes it easy to interface with Pololu’s DRV8835 dual motor driver kit and use it to drive a pair of brushed DC motors. An example program is included with the library.
-
PiBot-B: mobile robot with a Raspberry Pi
This robot uses a Raspberry Pi and Zumo Chassis Kit and can be remotely controlled over WiFi from an iPhone. The page is written in German, but it has a link at the top to translate it into English using Google Translate. We also wrote about the PiBot-B in our blog.
-
Texas Instruments DRV8824 product page
Texas Instruments product page for the DRV8824, where you can find the latest datasheet and additional resources.
-
Orientation sensing with the Raspberry Pi and MinIMU-9 v2
This project explains how to connect our MinIMU-9 v2 (or AltIMU-10) sensor board to a Raspberry Pi and use it to sense orientation. It includes a video, wiring instructions, and code.
-
Raspberry Pi – Real Time Control via Android HTML5
Demo code to do web-based real time control of the Pololu Micro Maestro 6 channel servo controller using the Raspberry Pi and the Tornado web server. By MartinSant, November 2012.
-
Raspberry Pi Telepresence Rover
This tank rover streams video to and can be controlled from a web browser. All rover functions are controlled directly by the Raspberry Pi with no additional microcontrollers. It uses our Pololu 30T Track Set, idler wheels, 150:1 Micro Metal Gearmotor MP, DRV8835 Dual Motor Driver Carrier, and Pololu Step-Down Voltage Regulator D15V35F5S3. By Michael Shimniok, April 2013.
-
Raspberry Pi-based State Poster Project
Emma, a 2nd grader, put together this creative tri-fold poster of Vermont. She uses the Pololu Step-Down Voltage Regulator and a Pololu Pushbutton Power Switch SV. February 2013.
-
Example LSM303D Python v2 script for Raspberry Pi
This Python v2 example for the Raspberry Pi reads and prints the accelerometer and magnetometer data from the LSM303D 3D Compass and Accelerometer Carrier.