You are on page 1of 4

15/06/13

Rambo - RepRapWiki

Rambo
From RepRapWiki

RAMBo
Release status: Working

Contents
1 Summary 2 Features 2.1 LCD panel support 3 Firmware 3.1 USB Driver 4 Motor Current 5 Schematic 6 Devolopment information 7 Fuses 8 Credits

Description An all in one RAMPS class motherboard targeting convenien reliability, and performance License Author Based-on Creative Commons AttributionShareAlike 3.0 johnnyr RAMPS

Summary
RAMBo (RepRap Arduino-compatible Mother Board) is an all in one RAMPS class motherboard targeting convenience, reliability, and performance.

Categories Electronics CAD none Model(s) External Link

Github (https://github.com/ultimachine/R

All connectors

Main connectors

Auxiliary connectors

Schematic

Top/1stv1.0 copper layer

Ground/2ndv1.0 copper layer

Supply/3rdv1.0 copper layer

Bottom/4thv1.0 copper layer

reprap.org/wiki/Rambo

1/4

15/06/13

Rambo - RepRapWiki

Features
Logic Arduino MEGA compatible Atmega2560 and Atmega32u2 processors are compatible with all RAMPS class firmwares Crystals for both usb and mcu (timing accurate to 10ppm) 4 Thermistor jacks All extra pins broken out on both processors (allows using the 32u2 for LUFA AVR programmer, etc.) 2 channel SDRAMPS compatible SPI breakout Motor Drivers 5 A4982 1/16th microstep motor drivers (A4984 1/8th prior to v1.1) (2 connectors on Z for Prusa Mendel and other dual Z printer designs) Digital Trimpot for stepper current control Current limit on driver IC VCC to prevent permanent latchup Microstep mode configured by MCU through firmware (no jumpers needed) Test points for driver control signals Step and Direction pins are on their own ports for synchronous movement capability Extra driver ports broke out for up to 3 additional drivers (some of the motor extension pins are shared with max endstop and a pin allocated for SPI-SS extensions) PWM DC outputs (Extruders, Fans, Etc.) 6 outputs Low resistance mosfets for cool running Indicator led for each channel Power Three independent power rails for flexible input power configurations Heated Bed, 15A 12-24V (version earlier than 1.1 limted to 14A 16V due to fuse rating, see rambo_development for hacks) Extruders and fans, 5A 12-24V (fuse can be exchanged for up to 10A capacity) 10V-26V input voltage Motors and logic, 5A 12-24V (fuse can be exchanged for up to 10A capacity) 10V-26V input voltage Built in SMPS for 5V generation from Motor Power Input2 PCB 4 layer 2oz copper on all layers High quality, High temperature FR4-TG130 PCB Gold ENIG finishing

LCD panel support


There is now a fairly easy to do method for using a reprapdiscount LCD smart controller with a RAMBo. See RamboLCD for instructions

Firmware
Support for RAMBo is in several firmwares. For Marlin you will at least need to set the following variables in configuration.h:
reprap.org/wiki/Rambo 2/4

15/06/13
# d e f i n eM O T H E R B O A R D3 0 1

Rambo - RepRapWiki

The TEMP_SENSOR needs to be set to match your configuration. For a Epcos 100K thermsitor on Extruder0 and HeatedBed:
# d e f i n eT E M P _ S E N S O R _ 01 # d e f i n eT E M P _ S E N S O R _ 10 # d e f i n eT E M P _ S E N S O R _ 20 # d e f i n eT E M P _ S E N S O R _ B E D1

You will likely need to tune the PID and DEFAULT_ settings to mach your hardware. For some computers you may also need to set #define BAUDRATE 115200 to get communications. You can adjust the motor driver settings in Configuration_adv.h: #define MICROSTEP_MODES and #define DIGIPOT_MOTOR_CURRENT

USB Driver
Windows requires a driver to communicate with RAMBo. Download this file File:RAMBo USBdriver.zip and unzip it into a known location on your computer. In windows 7, plug in your RAMBo board, and let windows fail to find the driver. Then, go to the start menu, right click on computer and click properties. On the left, click on Device Manager. Scroll down to Unknown Devices, and right click on RAMBo. Choose Update driver. CLick on "Browse my computer for driver software", then click on "Let me pick from a list of device drivers on my computer", then click the button for "Have Disk" and then click browse and point it to the file you downloaded above. Linux and Mac use the built in CDC driver. RAMBo should show as a option in your 3D printer control interface (/dev/ttyACM0 , etc.).

Motor Current
The current for the stepper motors is set by firmware controlling the 8-bit digital potentiometer. The following formula from the Allegro datasheet (http://www.allegromicro.com/Products/Motor-Driver-And-Interface-ICs/Bipolar-Stepper-MotorDrivers/~/media/Files/Datasheets/A4982-Datasheet.ashx) describes how to set the reference voltage: IT ripMAX = VREF/(8 X RS). RS, the value of the sense resistor on RAMBo is equal to 0.1. IT ripMAX is the current the stepper motors are rated for. Ideally you should start with 70%-90% of maximum. You can verify the voltage for each driver by plugging the reference voltage (VREF) measured at the X_REF test point (Y_REF,etc for the other drivers) in the following formula:

Note the A4982 is set to be limited to 2A. This means the adjustable voltage range is 0 to 1.66 volts. The following formula will yield the 8-bit binary value, Wv, to be entered into firmware or directly over SPI.

Schematic

reprap.org/wiki/Rambo

3/4

15/06/13

Rambo - RepRapWiki

Devolopment information
Current source files and tagged releases are at Github (https://github.com/ultimachine/RAMBo) There is a page at Rambo_development with the pin assignments, fuses, changelog, etc.

Fuses
RAMBo has 3 replaceable fuses. The small white fuse holders are Little Fuse OMNI-BLOCK fuse holders. They are compatible with NANO2 Fuses. Fast or very fast acting are recommended. An example part number for replacement fuses is 0448005.MR F2 supplies the motors and on-board power supply. F3 supplies the extruder heater and fan outputs. F4 is a 15A ATO (the type found in many automotives). F4 supplies the heated bed output.

Credits
Board designed by johnnyr. Based on work, research, and documentation published by open source heroes: Arduino, RepRap, Adrian Bowyer, Nophead, Zach Smith, Vik Oliver, Tonokip, Josef Prusa, Kliment Yanev, Jordan Miller, Joachim Glauche, and many many more Reprappers, etc. Retrieved from "http://reprap.org/wiki/Rambo" Category: Working developments This page was last modified on 9 May 2013, at 15:50. Content is available under GNU Free Documentation License 1.2.

reprap.org/wiki/Rambo

4/4

You might also like