Ultratronics V1 Pro - SDCard issue - repeatable
Ultratronics Pro V1, various sized SD Cards 2-4-16-32GB, 2GB formatted Fat16, then all formatted Fat32. Arduino 1.6.13 with SAMS 1.6.11 + (repetier variants - not used )
1 off thermistor installed for the bed, 2 off thermocouples installed. All working correctly without SD Card fitted, when SD Card fitted both thermocouples return 5000 (rather than room temperature)
When I test it with the ultratronictest.ino I get the results once I had moved the SDFat library into the correct place:-
AD values - T0: 1023 T1: 985 T2: 1023 T3: 1023 T4: 1023
TC values - 1=25.75 2=25.50 3=ERR 4=ERR
SD Card: OK!
AD values - T0: 1023 T1: 985 T2: 1023 T3: 1023 T4: 1023
TC values - 1=25.75 2=25.50 3=ERR 4=ERR
SD Card: OK!
Showing all is OK (AD1 = Thermistor T1, TC1 /TC2 = Thermocouples).
When I upload the configuration provided by Repetier Configuration v1.0.0dev the file compiles without issue (as long as I use Arduino Due programming port. If the SDCard is left in the program stops immediately giving a warning in Extruder 1 / 2 (TC1 / TC2 respectively). If the SDCard is ejected then reset via M999 the thermocouples are stable.
I have removed the wiring, checked the crimps (however, this is not a new build but an upgrade from a Megatronics v3.0 ) and confirmed it is secure.
The themocouples are on the SPI bus (MAX31855). I had originally installed the latest Arduino 1.8.2 but read on various forums issues with the SDCard library so tried an older more stable version, I uninstalled the Arduino program and deleted the temporary folder.
Any pointers where to start looking to resolve the issue.
EDIT: Think I might have a start as the installed SDFat library was used for the test maybe it has to be used again for the Repetier code...
I require the SDCard as it is where the EEPROM is emulated and I have a dual extruder system that is moved by a servo, with the vales being defined as variables in the EEPROM.
Comments