element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Arduino
  • Products
  • More
Arduino
Arduino Forum Uno circuit fault finding
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Arduino to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Verified Answer
  • Replies 11 replies
  • Answers 4 answers
  • Subscribers 392 subscribers
  • Views 1559 views
  • Users 0 members are here
  • lcd
  • keypad
  • digital code lock
  • uno
  • newbie
  • question
Related

Uno circuit fault finding

Fevvahz
Fevvahz over 8 years ago

Hi, i'm new to Arduino, and I'm having a few issues with my first project.  I decided to try and recreate the Digital Code Lock project posted on Digital Digest.  I'm struggling with configuring the circuit itself.

 

I've successfully uploaded the code to the Uno, but there's a few issues;

 

-the buzzer sounds constantly.

- the LCD display doesn't power up

 

I've tried to lay the circuit out in a way that's straightforward to follow, but as I say, i'm pretty new to this.  I found the circuit diagram hard to follow, as some of the connections shown differed slightly with my hardware (I tried to get as close to what the original poster listed as possible), especially the keypad.  I suspect I've connected it up wrong, or put a component the wrong way round.  I've dont some fault finding with my multi meter, and power seems to be getting to the components.

 

I've attached some images.  Can anyone tell me firstly if it looks like I've connected it up wrong?

 

Message was edited by: Chris Swann - pictures added.

Attachments:
image
image
  • Sign in to reply
  • Cancel

Top Replies

  • rachaelp
    rachaelp over 8 years ago +4 suggested
    Fevvahz wrote: -the buzzer sounds constantly. It looks from the pictures that you may have 3.3V permanently applied over the buzzer. If you follow the connection of the 3V3 and GND signals from the Arduino…
  • Fevvahz
    Fevvahz over 8 years ago +3 suggested
    Well the beer flowed, and was welcome. Now, its time to conclude my tale.... Firstly, I had the jumpers from outputs 8,9,10 and 11 on the Arduino to the pins 12, 13, 14 and 15 respectively, instead of…
  • gadget.iom
    gadget.iom over 8 years ago +2 suggested
    Hello Fevvahz I cannot see the images you attached. If you could post them on here I'll take a look at the circuit for you. Paul
Parents
  • Fevvahz
    0 Fevvahz over 8 years ago

    Well the beer flowed, and was welcome.  Now, its time to conclude my tale....

     

    Firstly, I had the jumpers from outputs 8,9,10 and 11 on the Arduino to the pins 12, 13, 14 and 15 respectively, instead of 11,12,13 and 14 that it should have been - that slight misalignment really messed up the functionality of the LCD screen.  Once I'd checked again, and again, and again I finally found such a silly mistake.

     

    Secondly, pin 16 on the LCD should have gone to the +'ve, but I'd put it in the middle of the positive 'side' of the breadboard, but not provided any power to it.

     

    Thirdly, pin 3 on the LCD should have gone to the +'ve side of the 1k resistor.

     

    I also had the keypad rotated the wrong way too.

     

    It was really down to my poor reading of the diagram, but after a lot of reading, especially regarding the LCD pinouts, I finally got there.  Here's a couple of pictures of the finished setup, all working;

     

    image

     

    image

    • Cancel
    • Vote Up +3 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
Reply
  • Fevvahz
    0 Fevvahz over 8 years ago

    Well the beer flowed, and was welcome.  Now, its time to conclude my tale....

     

    Firstly, I had the jumpers from outputs 8,9,10 and 11 on the Arduino to the pins 12, 13, 14 and 15 respectively, instead of 11,12,13 and 14 that it should have been - that slight misalignment really messed up the functionality of the LCD screen.  Once I'd checked again, and again, and again I finally found such a silly mistake.

     

    Secondly, pin 16 on the LCD should have gone to the +'ve, but I'd put it in the middle of the positive 'side' of the breadboard, but not provided any power to it.

     

    Thirdly, pin 3 on the LCD should have gone to the +'ve side of the 1k resistor.

     

    I also had the keypad rotated the wrong way too.

     

    It was really down to my poor reading of the diagram, but after a lot of reading, especially regarding the LCD pinouts, I finally got there.  Here's a couple of pictures of the finished setup, all working;

     

    image

     

    image

    • Cancel
    • Vote Up +3 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
Children
No Data
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube