Jump to content

dkraja

Members
  • Posts

    11
  • Joined

  • Last visited

Posts posted by dkraja

  1. Hello,

     i am again trying the options = OPTS_EXTTRIGGER | OPTS_CONTINUOUS. now it is working fine. Now we need to add one more trigger to stop the logging. also, too much fluctuation in analog read voltages, so can we add sample averaging or some filter to get the proper value? 

    uint8_t trigger_mode = TRIG_RISING_EDGE; working  but uint8_t trigger_mode = TRIG_FALLING_EDGE; not working.

  2. i am trying to add an external trigger in the data logger c code. i put options = OPTS_EXTTRIGGER | OPTS_CONTINUOUS function , but not working.

    I want to execute the trigger function Rising Edge after the start button is pressed wait for the trigger, then start the logging and automatically logging stops when the next trigger  Falling edge occurs,

    modified_logger.c

×
×
  • Create New...