Orangutan SV-328 Robot Controller

Orangutan SV-328 Robot Controller
Pololu item #: 1227 45 in stock

Price break Unit price (US$)
1 64.95
10 54.95
100 48.95


backorders allowed

Want to build a small robot that doesn’t look like a PCB on wheels? The Orangutan is small enough for integrating into a small robot, rather than being the small robot. With Atmel’s powerful ATmega328P AVR microcontroller, motor drivers, buttons, display, and buzzer, all you need to add is your own chassis, sensors, software… you know, the fun stuff!

 Description Specifications (17) Pictures (8) Resources (17) FAQs (2) 

Documentation and other information

Pololu Orangutan SV-xx8 and LV-xx8 User’s Guide (Printable PDF: svxx8_lvxx8.pdf)

User’s guide for the Pololu Orangutan SV-168, SV-328, and LV-168 robot controllers.

Pololu AVR C/C++ Library User’s Guide (Printable PDF: pololu_avr_library.pdf)

Information about installing and using the C/C++ libraries provided for use with Pololu products.

Pololu AVR Library Command Reference (Printable PDF: avr_library_commands.pdf)

A reference to commands provided in the Pololu C/C++ and Arduino libraries for the AVR.

Programming Orangutans and the 3pi Robot from the Arduino Environment (Printable PDF: orangutan_arduino.pdf)

Guide to making the Arduino IDE compatible with the 3pi robot and the Orangutan SV-168, Orangutan LV-168, and Baby Orangutan B robot controllers, including Arduino libraries for interfacing with the all of their on-board hardware.

Application Note: Using the Motor Driver on the 3pi Robot and Orangutan Robot Controllers (Printable PDF: motor_driver_application_note.pdf)

Detailed information about the 3pi Robot, Orangutan SV-328/168 and LV-168, and Baby Orangutan B motor drivers, including truth tables and sample code.

Application Note: MLX90614ESF SMBus Communication with Orangutan Robot Controllers (Printable PDF: mlx90614esf_smbus_orangutan.pdf)

A guide for implementing the SMBus (I²C-compatible) protocol for the MLX90614ESF temperature sensor on the AVR-based Orangutan robot controller series. The guide includes sample code for taking temperature readings.


File downloads

Orangutan SV-168/SV-328 schematic diagram (60k pdf)
Pololu AVR Development Bundle for Windows (release 110624) (173MB exe)
This bundle contains the software you need to get started programming AVRs in Windows using the Pololu USB AVR Programmer: the WinAVR tools, Atmel AVR Studio 4, the Pololu AVR C/C++ Library, the Pololu USB AVR Programmer drivers and software, and the Pololu Orangutan SVP drivers.
Sample AVR Studio project for the ATmega328P to blink an LED (9k zip)
This is a sample AVR Studio project that will blink an LED on a Baby Orangutan B-328, 3pi robot, or Orangutan SV-328.
Toshiba TB6612FNG motor driver datasheet (308k pdf)
LSM303DLH Orangutan example project (5k zip)
This sample program shows how to use an LSM303DLH 3D compass and accelerometer carrier with an Orangutan robot controller to build a tilt-compensated digital compass. The AVR Studio project is set up for an ATmega328P microcontroller, but it will work on other Orangutans with simple changes to the project configuration. This code can be trivially modified to work with the very similar and newer LSM303DLM 3D compass and accelerometer carrier by swapping the magnetometer Y and Z registers.