Quantcast
Channel: Reprap Forum - Sanguino(lolu)
Viewing all articles
Browse latest Browse all 269

It's my Third Motherboard and, I just want my printer to move.... Please Help (3 replies)

$
0
0
So I'm trying to get my printer to move with the Sanguinololu.
I bought it from a "good ranking" Amazon seller who claims it has been tested.

It's has an Atmega 1284P with 16Mhz ceremic oscillator.
I'm using Arduino 1.0.5
I'm plugging directly from my usb to the sanguino usb port.
I'm pretty sure i've red every webpage on Reprap.org involving Sanguinololu Most suggestions include getting arduino 0022 which is no longer available for download on the arduino website.
I've checked multiple other websites which have not helped either.

I've used both Merlin and Sprinter just to try to get the thing moving. Have not been successful.
This is my third board. I burnt out my Ramps 1.4, there's not much online help with an ultimaker 1.5.7, so i resulted to buying a sanguinololu.
I've tried a lot of things and would REALLY appreciate some guidance or a step by step walkthrough.


Anyways here are my problems.

Sprinter
First thing i did was add Gen7 to the arduino hardware.
I selected the "Gen7 with Atmega 1284P and 16Mhz"
Changed to the "Define Motherboard 62" configuation.
Hit Verify and upload... And i get the following error:
"avrdude: stk500v2_ReceiveMessage(): timeout"

Next thing i tried was Adding the "Sanguino" zip folder to the arduino hardware.
I selected "Sanguino W/ 1284P and 16Mhz"
Hit Verify and upload... And i get the following error:
Inside the "SD2card.cpp" tab
"High was not declared in this scope"

"Sd2Card.cpp: In member function ‘void Sd2Card::chipSelectHigh()’:
Sd2Card.cpp:150: error: ‘HIGH’ was not declared in this scope
Sd2Card.cpp:150: error: ‘digitalWrite’ was not declared in this scope
Sd2Card.cpp: In member function ‘void Sd2Card::chipSelectLow()’:
Sd2Card.cpp:154: error: ‘LOW’ was not declared in this scope
Sd2Card.cpp:154: error: ‘digitalWrite’ was not declared in this scope
Sd2Card.cpp: In member function ‘uint8_t Sd2Card::init(uint8_t, uint8_t)’:
Sd2Card.cpp:221: error: ‘millis’ was not declared in this scope
Sd2Card.cpp:225: error: ‘OUTPUT’ was not declared in this scope
Sd2Card.cpp:225: error: ‘pinMode’ was not declared in this scope
Sd2Card.cpp:227: error: ‘INPUT’ was not declared in this scope
Sd2Card.cpp: In member function ‘uint8_t Sd2Card::waitNotBusy(uint16_t)’:
Sd2Card.cpp:476: error: ‘millis’ was not declared in this scope
Sd2Card.cpp: In member function ‘uint8_t Sd2Card::waitStartBlock()’:
Sd2Card.cpp:486: error: ‘millis’ was not declared in this scope"

Merlin
Next
With the "Gen7 1284P and 16Mhz" selected.
"#Define Motehrboard 62" Inputed
Verify and Upload
Recieve error of:
"avrdude: stk500v2_ReceiveMessage(): timeout"

Next thing
With the "Sanguino 1284p W/ 16Mhz" inside the Arduino Hardware folder and selected.
I change the following configurations to #Define Motherboared 62
Verify and Upload.
receiver error of:
In file included from Marlin.h:23,
from Sd2Card.cpp:20:
pins.h:1171:3: error: #error Oops! Make sure you have 'Arduino Mega' selected from the 'Tools -> Boards' menu.
In file included from Sd2Card.cpp:20:
Marlin.h:30:22: error: Arduino.h: No such file or directory
In file included from Marlin.h:41,
from Sd2Card.cpp:20:
MarlinSerial.h:150: error: expected ‘,’ or ‘...’ before ‘&’ token
MarlinSerial.h:150: error: ISO C++ forbids declaration of ‘String’ with no type
MarlinSerial.h:169: error: expected ‘,’ or ‘...’ before ‘&’ token
MarlinSerial.h:169: error: ISO C++ forbids declaration of ‘String’ with no type
MarlinSerial.h: In member function ‘void MarlinSerial::print(int)’:
MarlinSerial.h:152: error: ‘s’ was not declared in this scope


I just want the dam thing to move properly. Can someone please help me?

Viewing all articles
Browse latest Browse all 269

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>