REPRAP Discount smart controller lcd not working.
I am using a "Mega 2560" with a "RAPS 1.4" on top of it, though my REPRAP discount smart controller is not displaying anything. The LCD is beeping when I turn it’s encoder, and at one point of random turning and pressing, I was able to move the extruder head. I am using Repetier V092 and loaded it using Arduino 1.8.33. I know very little about using the Arduino IDE or setting up firmware in general. The mega does not have the Arduino logo on it so I am not sure if that makes a difference. Any help would be much appreciated.
https://www.reddit.com/r/3Dprinting/comments/fugze7/reprap_discount_smart_controller_lcd_not_working/?utm_source=share&utm_medium=ios_app&utm_name=iossmf
https://www.reddit.com/r/3Dprinting/comments/fugze7/reprap_discount_smart_controller_lcd_not_working/?utm_source=share&utm_medium=ios_app&utm_name=iossmf
Comments
2. You need a FAT32/vfat32 formatted sd card with SPI capability. Not sure how big the card may be. 4GB cards work great normally and are pre formatted correctly. See if other sd cards work. Make sure cable is controller is good. Sometimes one of the wires is not connected. Swap the 2 cables and see if then display is broken and sd card working.
3. RAMPS has 2 sources for 5V - from mian power via 5V regulator and via 5V usb which is limited to 500mA. So if LCD does not show on 12/24V main power the ramps 5V regulator seems defect. That also makes display darker. When I connect it to usb only it works but with main power it gets brighter from additional power. If you have a voltage meeter measure 5v line without usb connection. It it has no power the ramps is broken.
> I didn't find any option for a 5v cover
What do you mean with cover? If you check pinout you will see several pins that have 5V to measure voltage.
Also did you change cables like I proposed?
Did you change both ends of the cables? Not that you connected the sd card port to lcd port. If you did it correctly and display is then black the cable seems defect.
help me
You can try with some examples of https://github.com/greiman/SdFat and see if it works with the right pins. Just to be sure. That is the library we use for reading sd cards.