CrazyEngineers
Howdy guest!
Dear guest, you must be logged-in to participate on CrazyEngineers. We would love to have you as a member of our community. Consider creating an account or login.
Replies
  • J Biswas

    MemberDec 5, 2013

    Many possible way to solve this. A few listed below:
    1) Use external controller - pump out desired values to external controller via standard available protocols I2C, UART, SPI etc. count as needed, pulse out on timer expiry.
    2) Use 4060 IC produce pulse as desired to start / restart timers
    3) Use 555 as monostable

    - JB -
    Are you sure? This action cannot be undone.
    Cancel
  • Abhishek Rawal

    MemberDec 5, 2013

    @#-Link-Snipped-# Can you explain me in detail that how can I use IC555-Monostable to set timer value.
    Note that, I want microcontroller to automatically input different timer value as I tweak the external hardware connected to microcontroller. I am not talking about just setting & clearing timer flag for one time, but more than 15 times & also note that everytime after signal from timer flag is fetched, next timer/counter value which is set is not equal to previous one.
    Are you sure? This action cannot be undone.
    Cancel
  • J Biswas

    MemberDec 8, 2013

    If you are well verse with uCs then use 1).
    Using 2) and 3) will require hardware design and iterated timing calibration.
    Sorry, we can only validate or help your circuit modification on 2) and 3) but will not be able to share design.
    Are you sure? This action cannot be undone.
    Cancel
  • Jeffrey Arulraj

    MemberDec 11, 2013

    Why not use the Programmable Interval timers like Intel 8253 AND INTEL 8254 counters. They can be used along with your uC.

    When a Hardware is connected pull an interrupt. This interval will initialise the counter and you have various time periods that can be included easily Based on your need
    Are you sure? This action cannot be undone.
    Cancel
  • a.alandkar

    MemberDec 14, 2013

    Look take GPIO pins as an input pins. Check which pin is selected and According to the selection of pin set internal s/w to set the particular timer.
    Are you sure? This action cannot be undone.
    Cancel
Home Channels Search Login Register