MarlinFirmware / Marlin

Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine.
https://marlinfw.org
GNU General Public License v3.0
16.24k stars 19.22k forks source link

[2.0.x] I2C_EEPROM broken on Due (not booting) #9484

Closed dembach closed 6 years ago

dembach commented 6 years ago

Configuration_adv.txt Configuration.txt

if I2C_EEPROM is defined on Due, the Due wont boot.......(i.e. RAMPS-FD-V2.2)

/**
 * RAMPS-FD v2
 *
 * EEPROM supported
 * Use 1k thermistor tables
 */

#define BOARD_NAME         "RAMPS-FD v2"

#include "pins_RAMPS_FD_V1.h"

#undef INVERTED_HEATER_PINS
#undef INVERTED_BED_PINS
#undef INVERTED_FAN_PINS

#define I2C_EEPROM

if i disable the I2C_EEPROM it is working.... but i want to save settings on EEPROM ;-)

boelle commented 6 years ago

For those that are interested in giving Ramps FD a helping hand to become more widely known have a look here:

https://github.com/bobc/bobc_hardware/issues/34

bruce356 commented 6 years ago

@Bob-the-Kuhn did you receive the RAMPS FD V2.1 from China https://item.taobao.com/item.htm?spm=a230r.1.14.107.524345baMkb6Zj&id=544866465374&ns=1&abbucket=15#detail is it safe to use and does it work with Marlin v2 dev thanks and regards - bruce

boelle commented 6 years ago

it depends if they have put good parts on it that has the correct rating and that can stand the use of that rating... what i mean is that it does not help if the connectors are rated high enough but can only stand use half the rating... ie bed connector is rated for 15A but melts at arround 6/7 A

V2.1 is not the latest, that is V2.3... it should be "safe", source files can be found here: https://github.com/bobc/RAMPS-FD/tree/dev/RAMPS-FD

boelle commented 6 years ago

i would question this seller thou, 2 reasons

1) he does not seem to know what he is selling, why put ramps 1.4 in the title? 2) at ~19 US$ i would question the parts, remember the golden rule: you get what you pay for

bruce356 commented 6 years ago

@boelle, I gather you do not actually have one of these cards so are unable to provide an answer to my query.

_"Arduino due ramps_fd v2.1 expansion board (ramps1.4 upgrade)"_

It is an upgrade to a ramps1.4. I do not see anywhere the possibility of purchasing a finished v2.3 or v2.2 board.

I asked @Bob-the-Kuhn because presumably he has one and can provide an opinion, if he so wishes. Thanks for your reply and I appreciate you are attempting to promote the RAMPS-FD, but with so many other 32 bit options available it may never take off, especially considering no one is selling them. regards - bruce

github-actions[bot] commented 4 years ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.