Hi, first of all english is not my primary language so my description may not be the best. Anyway, I have an arduino uno (china version) that has a lot of stuff connected to it, for example a real time module, a buzzer, a XYZ-axis module, a mosfet and so on (all analog and digital ports are ocupied), and ofcourse the actual LCD.
My problem is that the LCD stops working for example when the buzzer beeps or when a relay is switched. What happens when I say stops working is that characters moves around and when pressing something the whole LCD is filled with random characters (/0?<_ etc.) . Only by pressing reset on the arduino the LCD starts working normal again.
My guess is that the relays or buzzer uses to much power for a very short amount of time so the LCD lacks enough power. How can I solve this? Can I place a capacitor somewhere? Where and how many F?
Thanks in advance