hi there,
i've got problems to start up my Mendel.
it's built with Sanguinolou v1.3a w/ATmega644P.
i've just succeeded to upload the Marlin firmware with Arduino 0018 runing on windows 7/64b.
i'm using PronterFace as host to verify how the axis works.
X axis only move one way, but nicely.
Y axis make brrrrr instead of turning so i don't know which side it trys to turn
Z axis have the same brrrrr problem as Y axis
E stepper motor make also the same brrrr sound
i looked up for endstops state with M119 :
x_min: TRIGGERED
y_min: TRIGGERED
z_min: open
this is a surprise because all the soldering and the firmware configurations are the same for the 3 axis.
it happen that only the Z endstop works. i can use the Z home command and stop the Z stepper motor pulling the Z endstop (belts are actually removed).
i looked up for voltage on endstops circuits.
i make the measurements between SIG and GND pins (the outside ones) for each circuit, and then between GND pin and the coresponding stop_pin directly on the chip. voltages are the same in both cases :
X 0.00V
Y 2.44V
Z 3.10V
ain't that strange ?
i've tested solderings, wirings, permuted endstops, permuted stepper motors.
everything stay the same. each motor turn nicely when plugged in X, every endstop work well when plugged in Z.
i've checked the pins.h file so the mapping is good as far as i can see, at least i'm sure for the stop_pins
it could be a firmware issue.
but i've allready cheked the values about axis directions, inverting axis or pullups.
it could be a hardware issue
i don't know what test to do to verify that.
it could be a bootloader issue.
the chip is allready bootloaded but i don't know how.
and i rade on the sangino's
wiki
Quote
http://reprap.org/wiki/Sanguinololu
Fuse Settings
The fuses for the atmel chip must be changed from the default factory settings to disable JTAG.
Symptoms of incorrect fuse settings:
- X axis only moves in one direction.
- Endstops do not work
that looks like my problems.
but i don't know how to chek that. i don't know what fuses are.
thank's for help