Future project Ideas


Closed Thread
Results 1 to 11 of 11

Hybrid View

  1. #1
    Join Date
    May 2012
    Location
    Merseyside, UK
    Posts
    237

    Default Future project Ideas

    Hi Thank you for reading

    Am still looking at a future idea... Involving an old BT Telephone Mech.

    I need the existing "Dial" to give me one digital pulse for each digit dialled..... :-

    As I understand it at the moment the number 6 for example is dialled
    As the dial rotates back to its rest position I will get a pulse train of six pulses ......Hi Hi Hi Hi Hi Hi ..... for 4 I will get four pulses as it rotates back ...Hi Hi Hi Hi.....etc
    How might I convert these pulses into single pulses ... one for each digit dialled.

    The BT Phone box (K6)in question is a UK listed landmark and needs to stay as authentic as possible.

    Otherwise would just use PB switches

    Help / Advice Welcome

    BR
    Andy

  2. #2
    Join Date
    Sep 2009
    Posts
    737


    Did you find this post helpful? Yes | No

    Default Re: Future project Ideas

    Look in manual for COUNT.
    Also you can start counting when another switch on rotary is closed.(It should be closed when rotary dial is moved from home position)

  3. #3
    Join Date
    May 2012
    Location
    Merseyside, UK
    Posts
    237


    Did you find this post helpful? Yes | No

    Default Re: Future project Ideas

    Thank you pedja089

    That might just do it :-)

    BR
    Andy

  4. #4
    Join Date
    Apr 2014
    Location
    OK
    Posts
    557


    Did you find this post helpful? Yes | No

    Default Re: Future project Ideas

    You could use a Timer that is set for a little longer than the span between pulses. Each pulse resets the timer and increments the counter. When the Timer times out, lock in your Counter as your number value and turn off the Timer. Loop waiting for a next incoming pulse, restart the Timer and start again. Have a second variable that increments with each saved value. If you normally use 7 digits (that would be a local call in the US), initiate the call after 7 number entries. You could also use a second timer that automatically dials when increments of 7 or 10 digits have been entered and the second Timer expires. As for the initiation of the dialing, I know there is a way to use TONEs to create dual tones (modern method of creating a number), but I don't know enough about telephone systems to know much more.

  5. #5
    Join Date
    Aug 2003
    Posts
    985


    Did you find this post helpful? Yes | No

    Default Re: Future project Ideas

    You’ll need debounce which might as well be done is software. The probably eliminates using COUNT unless you do hardware debounce.
    I never got a very reliable DTMF out of PBP, even with 20MHz crystal.
    If you can go higher, you might get something decent out of DTMFOUT or FREQOUT.
    I set the entire phone number to be dialled into an array, and output all of the DTMF at once after a period of inactivity of the dial.

    There is also a HOME switch in the dial that is open whenever the dial isn’t in the home position that allows you to end your count
    with confirmation that no more pulses are coming, and to look to start counting the next digit dialled.
    Last edited by Art; - 24th March 2018 at 14:23.

  6. #6
    Join Date
    May 2012
    Location
    Merseyside, UK
    Posts
    237


    Did you find this post helpful? Yes | No

    Default Re: Future project Ideas

    Thank you again all !!

    Have already reasoned the de-bounce issue.... Old slow contacts, so fairly big unit of capacitance needed to dampen!

    Also a Schmitt trigger to shape the final signal a bit better...All in hardware..... I am a hardware guy !

    At moment ideas are in my pad and head... will be attempting breadboard soon.

    Will keep you posted of progress.


    Thank you all for input

    BR
    Andy

Similar Threads

  1. Project ideas
    By lockjawz in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 4th May 2011, 00:34
  2. Project ideas 2
    By ScaleRobotics in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 8th February 2011, 17:59
  3. Project ideas
    By ScaleRobotics in forum mel PIC BASIC Pro
    Replies: 22
    Last Post: - 11th May 2010, 23:34
  4. Starting new project - Any ideas/suggestions?
    By Megahertz in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 19th February 2010, 16:06
  5. A category for Project Ideas
    By Pic_User in forum Forum Requests
    Replies: 2
    Last Post: - 23rd June 2006, 07:29

Members who have read this thread : 1

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

Tags for this Thread

Posting Permissions

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