i have an lcd hooked up to my arduino uno, it is using the 5v on the arduino, i am trying to hook up a button and i need to use the 3.3v on the arduino, but whenever i put the other ground that i need for the button in, the lcd stops working. i could take out the 3.3v pin and the ground pin would still make the lcd stop working. if i put ether one of them on an external power source they don't work. any solutions.
the image wont upload correctly but here is the diagram url:
criticalduck:
i have an lcd hooked up to my arduino uno, it is using the 5v on the arduino, i am trying to hook up a button and i need to use the 3.3v on the arduino, but whenever i put the other ground that i need for the button in, the lcd stops working. i could take out the 3.3v pin and the ground pin would still make the lcd stop working. if i put ether one of them on an external power source they don't work. any solutions.
the image wont upload correctly but here is the diagram url:
Not to mention why are you trying to use 3.3V for a switch which can only be ON / OFF?
Why not simply use a digitalRead for that on a pin with an internal pull-up?
Then you can just connect the switch to ground, and no need for the external pull-up or the 3.3V connection.