Hello,
first at all sorry me to start new discussion, but I am lost in these previews discussions because they are few years old so with old firmware too and with different conclusion. After few days trying to make working I am hopeless.
Many years I run my delta on Repetier + Mega 2560 + RAMPS 1.4 + DRV8825 + RepRapDiscount Full Graphic Smart Controller 128x64 (with adapter) and now is time to upgrade the computing power. I still wanted Repetier and RepRapDiscount Full Graphic Smart Controller 128x64 too, and next I choose DUE + RADDS 1.5) Generate via the Repetier firmware generator new one (with the differences - DUE + RADDS 1.5 and naturally start with the RepRapDiscount Full Graphic Smart Controller 128x64) and make the connection as shown here: https://github.com/luc-github/DUE-RADDS-GLCD/blob/master/Images/RADDS.png?raw=true and here:
uiconfig.h:
#else // Direct display connections
#define UI_DISPLAY_RS_PIN 63 // PINK.1, 88, D_RS
#define UI_DISPLAY_RW_PIN -1
#define UI_DISPLAY_ENABLE_PIN 65 // PINK.3, 86, D_E
#define UI_DISPLAY_D0_PIN 59 // PINF.5, 92, D_D4
#define UI_DISPLAY_D1_PIN 64 // PINK.2, 87, D_D5
#define UI_DISPLAY_D2_PIN 44 // PINL.5, 40, D_D6
#define UI_DISPLAY_D3_PIN 66 // PINK.4, 85, D_D7
#define UI_DISPLAY_D4_PIN 59 // PINF.5, 92, D_D4
#define UI_DISPLAY_D5_PIN 64 // PINK.2, 87, D_D5
#define UI_DISPLAY_D6_PIN 44 // PINL.5, 40, D_D6
#define UI_DISPLAY_D7_PIN 66 // PINK.4, 85, D_D7
#define UI_DELAYPERCHAR 50
after my edit:
#else // Direct display connections
#define UI_DISPLAY_RS_PIN 42 // PINK.1, 88, D_RS
#define UI_DISPLAY_RW_PIN -1
#define UI_DISPLAY_ENABLE_PIN 43 // PINK.3, 86, D_E
#define UI_DISPLAY_D0_PIN -1 // PINF.5, 92, D_D4
#define UI_DISPLAY_D1_PIN -1 // PINK.2, 87, D_D5
#define UI_DISPLAY_D2_PIN -1 // PINL.5, 40, D_D6
#define UI_DISPLAY_D3_PIN -1 // PINK.4, 85, D_D7
#define UI_DISPLAY_D4_PIN 44 // PINF.5, 92, D_D4
#define UI_DISPLAY_D5_PIN 45 // PINK.2, 87, D_D5
#define UI_DISPLAY_D6_PIN 46 // PINL.5, 40, D_D6
#define UI_DISPLAY_D7_PIN 47 // PINK.4, 85, D_D7
#define UI_DELAYPERCHAR 50
ui.h:
#if FEATURE_CONTROLLER == CONTROLLER_RADDS
#undef SDSS
#define SDSS 10
#undef SPI_PIN
#define SPI_PIN 77
#undef SPI_CHAN
#define SPI_CHAN 0
#define UI_HAS_KEYS 1
#define UI_HAS_BACK_KEY 1
#define UI_DISPLAY_TYPE DISPLAY_4BIT
#define UI_DISPLAY_CHARSET 1
#define BEEPER_TYPE 1
#define UI_COLS 20
#define UI_ROWS 4
#undef BEEPER_PIN
#define BEEPER_PIN 41
#define UI_DISPLAY_RS_PIN 42
#define UI_DISPLAY_RW_PIN -1
#define UI_DISPLAY_ENABLE_PIN 43
#define UI_DISPLAY_D0_PIN 44
#define UI_DISPLAY_D1_PIN 45
#define UI_DISPLAY_D2_PIN 46
#define UI_DISPLAY_D3_PIN 47
#define UI_DISPLAY_D4_PIN 44
#define UI_DISPLAY_D5_PIN 45
#define UI_DISPLAY_D6_PIN 46
#define UI_DISPLAY_D7_PIN 47
#define UI_ENCODER_A 50
#define UI_ENCODER_B 52
#define UI_ENCODER_CLICK 48
#define UI_RESET_PIN -1
#define UI_DELAYPERCHAR 50
#define UI_INVERT_MENU_DIRECTION 0
#define UI_BUTTON_BACK 71
#ifdef UI_MAIN
- in futility I just can't get differences between these two numbers of pins, Repetier generated
After I upload the firmware, connect thermistors and the RepRapDiscount Full Graphic Smart Controller 128x64 via the schemas above, the LCD lights homogeneous collor, so at least the power supply is right (the constrast setup checked too), and beeper makes soundless noice following the blinking RX and TX leds and the LCD little changes its brightness. If I disconnect thermistors, the beeper should peeps as I set up in generator (on MEGA works) but in this assembly nothing, no peeps after push the encoder too. If I connect DUE + RADDS 1.5 + thermistors to laptop and start Repetier-Host the connecting proces works and thermistors showing their temperature. Only one success - in generator I set up Heated bed Temperature sensor pin - Temp 1 and Extruder Temperature sensor pin - Temp 0 and via the schema above a connected the thermistors and still defect in log in Repetier-Host until I checked that the schema of thermistors pinouts numbers does not respond the numbers in generator (Temp 0 responds T0, but Temp 1 responds T4). And I have to say that I still haven't tried to plug in drivers and main power supply so I expect some other difficulties.
I will be grateful for any help that will lead to working this hardware.
first at all sorry me to start new discussion, but I am lost in these previews discussions because they are few years old so with old firmware too and with different conclusion. After few days trying to make working I am hopeless.
Many years I run my delta on Repetier + Mega 2560 + RAMPS 1.4 + DRV8825 + RepRapDiscount Full Graphic Smart Controller 128x64 (with adapter) and now is time to upgrade the computing power. I still wanted Repetier and RepRapDiscount Full Graphic Smart Controller 128x64 too, and next I choose DUE + RADDS 1.5) Generate via the Repetier firmware generator new one (with the differences - DUE + RADDS 1.5 and naturally start with the RepRapDiscount Full Graphic Smart Controller 128x64) and make the connection as shown here: https://github.com/luc-github/DUE-RADDS-GLCD/blob/master/Images/RADDS.png?raw=true and here:
http://forums.reprap.org/file.php?2,file=72915.
Of course I read the forum and few other so I tried:- to swap the LCD5 with LCD7,
- checked the RADDS 1.5 with beeper,
- checked pin numbers in:
uiconfig.h:
#else // Direct display connections
#define UI_DISPLAY_RS_PIN 63 // PINK.1, 88, D_RS
#define UI_DISPLAY_RW_PIN -1
#define UI_DISPLAY_ENABLE_PIN 65 // PINK.3, 86, D_E
#define UI_DISPLAY_D0_PIN 59 // PINF.5, 92, D_D4
#define UI_DISPLAY_D1_PIN 64 // PINK.2, 87, D_D5
#define UI_DISPLAY_D2_PIN 44 // PINL.5, 40, D_D6
#define UI_DISPLAY_D3_PIN 66 // PINK.4, 85, D_D7
#define UI_DISPLAY_D4_PIN 59 // PINF.5, 92, D_D4
#define UI_DISPLAY_D5_PIN 64 // PINK.2, 87, D_D5
#define UI_DISPLAY_D6_PIN 44 // PINL.5, 40, D_D6
#define UI_DISPLAY_D7_PIN 66 // PINK.4, 85, D_D7
#define UI_DELAYPERCHAR 50
after my edit:
#else // Direct display connections
#define UI_DISPLAY_RS_PIN 42 // PINK.1, 88, D_RS
#define UI_DISPLAY_RW_PIN -1
#define UI_DISPLAY_ENABLE_PIN 43 // PINK.3, 86, D_E
#define UI_DISPLAY_D0_PIN -1 // PINF.5, 92, D_D4
#define UI_DISPLAY_D1_PIN -1 // PINK.2, 87, D_D5
#define UI_DISPLAY_D2_PIN -1 // PINL.5, 40, D_D6
#define UI_DISPLAY_D3_PIN -1 // PINK.4, 85, D_D7
#define UI_DISPLAY_D4_PIN 44 // PINF.5, 92, D_D4
#define UI_DISPLAY_D5_PIN 45 // PINK.2, 87, D_D5
#define UI_DISPLAY_D6_PIN 46 // PINL.5, 40, D_D6
#define UI_DISPLAY_D7_PIN 47 // PINK.4, 85, D_D7
#define UI_DELAYPERCHAR 50
ui.h:
#if FEATURE_CONTROLLER == CONTROLLER_RADDS
#undef SDSS
#define SDSS 10
#undef SPI_PIN
#define SPI_PIN 77
#undef SPI_CHAN
#define SPI_CHAN 0
#define UI_HAS_KEYS 1
#define UI_HAS_BACK_KEY 1
#define UI_DISPLAY_TYPE DISPLAY_4BIT
#define UI_DISPLAY_CHARSET 1
#define BEEPER_TYPE 1
#define UI_COLS 20
#define UI_ROWS 4
#undef BEEPER_PIN
#define BEEPER_PIN 41
#define UI_DISPLAY_RS_PIN 42
#define UI_DISPLAY_RW_PIN -1
#define UI_DISPLAY_ENABLE_PIN 43
#define UI_DISPLAY_D0_PIN 44
#define UI_DISPLAY_D1_PIN 45
#define UI_DISPLAY_D2_PIN 46
#define UI_DISPLAY_D3_PIN 47
#define UI_DISPLAY_D4_PIN 44
#define UI_DISPLAY_D5_PIN 45
#define UI_DISPLAY_D6_PIN 46
#define UI_DISPLAY_D7_PIN 47
#define UI_ENCODER_A 50
#define UI_ENCODER_B 52
#define UI_ENCODER_CLICK 48
#define UI_RESET_PIN -1
#define UI_DELAYPERCHAR 50
#define UI_INVERT_MENU_DIRECTION 0
#define UI_BUTTON_BACK 71
#ifdef UI_MAIN
- in futility I just can't get differences between these two numbers of pins, Repetier generated
- Of course I read the forum and few other so I tried to swap the LCD5 with LCD7
- tried many more RepRapDiscount Full Graphic Smart Controller 128x64,
- tried to connect the RepRapDiscount Full Graphic Smart Controller 128x64 directly to DU.
After I upload the firmware, connect thermistors and the RepRapDiscount Full Graphic Smart Controller 128x64 via the schemas above, the LCD lights homogeneous collor, so at least the power supply is right (the constrast setup checked too), and beeper makes soundless noice following the blinking RX and TX leds and the LCD little changes its brightness. If I disconnect thermistors, the beeper should peeps as I set up in generator (on MEGA works) but in this assembly nothing, no peeps after push the encoder too. If I connect DUE + RADDS 1.5 + thermistors to laptop and start Repetier-Host the connecting proces works and thermistors showing their temperature. Only one success - in generator I set up Heated bed Temperature sensor pin - Temp 1 and Extruder Temperature sensor pin - Temp 0 and via the schema above a connected the thermistors and still defect in log in Repetier-Host until I checked that the schema of thermistors pinouts numbers does not respond the numbers in generator (Temp 0 responds T0, but Temp 1 responds T4). And I have to say that I still haven't tried to plug in drivers and main power supply so I expect some other difficulties.
I will be grateful for any help that will lead to working this hardware.