Digital touch Screen Combination lock


Results 1 to 40 of 42

Threaded View

  1. #8
    Join Date
    May 2013
    Location
    australia
    Posts
    2,656


    Did you find this post helpful? Yes | No

    Default Re: Digital touch Screen Combination lock

    The unused pins either i will pull them up with a resistors, or i will make ports outputs and set them to low.


    I see in your code you have made those unused pins as inputs.

    my answer is the same as you asked last time-


    if your program if affected by unused pins then your program is defective.


    when bread boarding unused pins left as inputs are less likely to be damaged by
    inadvertent connection.


    chip current consumption can be reduced by not having floating pins (by a few micro amps).
    enabling weak pull on unused inputs will stop them floating but consumes a few micro watts.
    setting unused pins low and as output consumes the minimal possible micro watts.
    the same can be achieved leaving them as input but physically grounding them.

    if the project is to be battery driven i will worry about unused pins in the final production version
    otherwise it is of no consequence.
    Last edited by richard; - 16th August 2020 at 00:25.
    Warning I'm not a teacher

Similar Threads

  1. 4 Wire resistive touch screen, Need help
    By Megahertz in forum mel PIC BASIC Pro
    Replies: 16
    Last Post: - 16th February 2012, 17:28
  2. combination lock
    By korayfethi in forum Schematics
    Replies: 13
    Last Post: - 23rd May 2007, 20:02
  3. Round Dial, Electronic Combination Lock
    By Pic_User in forum Off Topic
    Replies: 5
    Last Post: - 6th July 2006, 13:34
  4. touch screen
    By micro in forum General
    Replies: 1
    Last Post: - 13th January 2006, 03:39
  5. Touch Screen Wish List!!!
    By Amity in forum PBP Wish List
    Replies: 2
    Last Post: - 15th September 2005, 14:40

Members who have read this thread : 2

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts