Advice please - How much current can I draw? (no replies)
I am using a Sanguinololu to control my Huxley, built from a kit supplied by RepRapPro which uses a 19V laptop type power supply. It works - no problem. I am looking to power a display from the...
View ArticleNeed help with Sanguinololu trouble shooting (2 replies)
I thought I would improve my soldering skills by purchasing a Sanguinololu 1.3a kit and assembling it myself using the Reprap.org page as a guide. The assembly went pretty well until I soldered the...
View ArticleNeed help finding what firmware is on my SL 1.3a (2 replies)
So i bought a board off ebay and have no clue how to see what is installed on it. The board says it has a bootloader and firmware on it.Im very new to this and so far I have connected the board to my...
View Articleend stops (Marlin) not registering?! (no replies)
I'm trying to program this new chip for my Sanguinololu, and my main problem right now is, I can't get it to read the endstops. when I send m119 it always says they're open, whether I've got one...
View ArticleSanguino 1.3a and 300 W Power Supply won't work !!! (3 replies)
Hallo everybody, I'm new an have a few questions/ I'm working on a Prusa i3. I've purchased an unassambled Sanguinololu 1.3a, soldered and assembled with succeess , i think. There is a picture of it....
View Articleok, endstop checking program... (1 reply)
void setup() { for (int i=0;i<28;i++) pinMode(i,INPUT); Serial.begin(115200); } void loop() { for(int i=0;i<28;i++) Serial.print(String(digitalRead(i))); Serial.println("."); } anyone...
View ArticleSanguino 1.3b Power Connector Question. (no replies)
Hey Everyone, Just a few questions regrading the Sanguino 1.3b board. I recently received my fully assembled board and realised that I got screw terminal version by mistake (my fault), I want to be...
View ArticleNeed Help: Sanguinololu 1.3a/b different temperature (no replies)
Hi there I have two different sanguinololu 1.3 boards: One from Reprap.me (Sanguinololu 1.3b with an 644P) one from emakershop (Sanguinololu 1.3a with an 1284P). I am using the Honeywell 100K...
View Articletrying to repair sanguinololu need help (1 reply)
I took out the 7805 - > ic1 because i thought i might have fried it. The board powers on when there is usb but not when there is only 12 volts from screw terminals. I then plugged in the board and...
View ArticleHelp running prusa with sanguino (no replies)
Hi Everyone, I have a prusa mendel reprap. All of the parts are fully assembled and ready to go. I gave up a while back trying to install the software etc to make it run. (the furthest I got was...
View ArticleCorrect wiring sequence. (1 reply)
Hi, Please could you help me with the correct wiring sequence for my Sanguinololu and Nema 17 Motors. One Reprap build shows the E & Z Axis ( Red,blue,green,black.) and Y& X axis (...
View ArticleConnectivity issues (no replies)
I have sanguinololu 1.3 and I am trying to run the sample Blink LED program. But getting the following errors. avrdude: stk500_getsync(): not in sync: resp=0x00 avrdude: stk500_disable(): protocol...
View ArticleSanguino case fan connection (no replies)
Are there any pins on the Sanguino board that can be used for a fan to cool the Sanguino board itself?
View ArticleBoard file of Sanguino (no replies)
I was trying to view the sanguinololu.brd file I could not open the sanguinololu.brd file using latest Eagle software... ! :S Which software can be used to view it ?
View ArticleCooling (no replies)
Hi, got this Sanguinololu, and now I am told that if I put a relais between the sanguino and the heatbed MKII, it is not necessary to put a cooler on the heatbed mosfet. I'm also told that if I don't...
View ArticleMelzi/Sanguino ATMEGA 1284P 16Mhz I2C LCD 20x4 (no replies)
Does anyone ever made a I2C LCD 20x4 successfully work on Melzi or Sanguino with ATMEGA 1284P 16MHz? I connected mine on the pins SDA/SCL/+5V/GROUND of the Melzi board but I can't make it work. It...
View ArticleProblem with uploading marlin to sanguinololu (no replies)
I am having issues with loading the firmware on to my sanguinololu, I just flashed the sanguino bootloader to the 1284p-pu using the arduinoISP method, now when I try uploading marlin I get...
View ArticleTrouble Configuring Marlin for Huxley (no replies)
Hello all, Hopefully someone can help point me in the right direction. I followed the instructions on the reprap wiki to download and install the Marlin firmware on the sanguino for my Huxley. The...
View Article[solved]WorkDir open failed error (2 replies)
Hi everyone, This is my first go at making a 3dprinter so please bear with me if I don't know much. I have basically finished assembling my 3d printer and most things seem to be working fine including...
View Articleprinter software error "Printer stopped due to errors. Fix the error and use...
I am testing my stepper motors with my sanguino board before i attach it to my printer but i keep on getting this error "Printer stopped due to errors. Fix the error and use M999 to restart....
View Article