Hello, I am a very happy owner of 2 of the old brewpi, with brewpi made shield and acrylic cases they have been great.
I wanted to make 1 from scratch because I have an extra raspberry and arduino.
But I am getting garbled Text on my LCD.
Here is the schematic i used for the LCD
any help would be appreciated , thanks in advance.
Clayton
here is a pic of the project , running via POE but I have tryed it power both ways , with a known good power supply , as you can see from the pic its getting 5.2v
Looking at the wiring from the 595 to the lcd it looks ok. Can you upload a picture of the reverse, it could be that the connections to the 595 from the arduino are not right. Have you tried resetting the arduino once powered up? It may be a logic race, ie arduino is outputting data before the lcd has fully reset.
Hello ,
thanks you for the reply. its the craziest thing
here is a pic of the back as requested
yes for not it is solder to the to of the leg , but it was doing that when it was through hole, it slipped out when i was soldering next to it, and did not want to fight to get it back it ,
Hi Clayton, sorry for the delay in getting back to you. The circuit looks like it is wired up ok with the pull up resistors on the inputs. You may want to try adding a few decoupling capacitors, one across the supply to the 595 and maybe a bigger one on the lcd screen. It is most likely due to power spikes on the supply when the mechanical relays switch.
I have a similar setup and determined EMI from outside the circuit was causing the LCD screen to scramble. A decent work around for me was to have the LCD screen re-init every 60 seconds.
Thanks for the response. This is, however, waay above me right now. I’ve downloaded Atmel studio 7, and I just can’t get a grip of the whole thing; when I try to compile it stops because of a missing file/directory. I am also not clear if I should be using the current Git branch or the legacy, which states it is no longer mantained. Are you planning on recompiling using the latest Arduino repository? If so please share the hex when you have it, I’ve been fighting my way through building a 3 chamber setup which is currently running properly except for the display garbling issue, and trying to wrap my head around usign Github, Atmel studio, etc is proving to bee a bit too much for me right now.
So I replaced the mechanical relays with Omron SSR boards and now all is good, display works as it should. I do get a few characters scrambled every now and then but overall the display is quite stable, so it would seem the mech relays were responsible for the scrambling.