I was trying to recreate a project from instructables that had used an lcd screen. I was able to see that the calculations were being done with the serial monitor up but the commands sending it to print to the lcd either didn't work or it was connected incorrectly. The link is below, thanks for any help in advance.
Please read the forum guide in the sticky post at the top of most forum sections. It will help you to understand what you need to include in your posts so that the forum members have any chance to help you.
Most forum members will not visit the link you posted. Instructables has a very low reputation here because hundreds of times in the past, maybe thousands of times, beginners try to follow the instructions written by other beginners, fail, then come to the forum for help.
Hi,
There is an error in this project.
In the code, the button pin has the internal pull-up resistor
switched on. " pinMode(buttonPin, INPUT_PULLUP);"
And it is tested if it has been tightened to start the reaction measurement process.
" //user indicated ready and now timer starts
if (digitalRead(buttonPin) == LOW "
But in the pin assembly there is a pulldown resistor.
This confirms what friend @PaulRB said about the site Instructables ,
Remove red link going from tactile switch to positive and replace with black link going to negative but most importantly, remove the 220ohm resistor from the tactile switch to ground.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.