Closed milesmiles902 closed 1 year ago
Hi @milesmiles902,
Your understanding of #define DISABLE_<*>_PIN_PULL_UP
is right.
From the datasheet (DC Characteristics):
So, if you use a 5V power, the minimum voltage requirement is 3V and the maximum is 5.5V!
Pins used for limits are described in the wiki: https://github.com/fra589/grbl-Mega-5X/wiki/grbl-Mega-5X-pinout
WARNING: When the pull-ups are disabled, this requires additional wiring with pull-down resistors to limit current!
@++; Gauthier.
Agreed.
The limit (or homing) control sequence does not respond.
When optically blocked, each switch (except for the replacement order) outputs 1 volt.
From my best understanding,
#define DISABLE_LIMIT_PIN_PULL_UP
should be enabled for Arduino to receive an input signal on (e.g. D2/D3),Although, as there is no response, alarm, debounce, or pull-off.
During
$H
, I sent a manual signal into the Arduino between 7-12 V, and still nothing occurred.Here are my settings:
Am I using the wrong pin? Is there another setting?