This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TivaC Tm4c1294 reading high particle rate question

Hi all. I am working on a project that requires me to detect particles at 10000 particles per second. I am completely new to programming these things. I am using the TivaC Tm4c1294 microcontroller. How should I go about doing this? Thanks in advance.

  • Hello Austin,

    What is the sensor being used to detect the "particles", and what is the interface of the sensor that would interface with TM4C (or for that any uC)

    Regards
    Amit
  • Hi,

    I am trying to record the change in impedance as the particles passes through two electrodes. The electrodes will send the change in impedance to the microcontroller. I don't have the full details of the system down but would like to know in general how can I achieve this?
  • The electrodes will send the change in impedance to the microcontroller.

    In a context of electrical engineering, this is a somehow vague and incorrect statement. In order to interface your electrodes to the MCU, you need to have some signal conditioning electronics to scale it into the 0 .. 3.3V the TM4C accepts. This can be either in analogue or digital form.

    "Change in impedance" means a change in voltage, if a current flows. Beside the involved levels (Ohms, Volts, Amps), the frequency of events would be of interest, too.

  • Hello Austin,

    Then details are required. I cannot suggest anything when the input information is not clear. It is akin to sampling a signal when the input range, frequency and signal conditioning details are not available.

    Regards
    Amit
  • Austin, I'm a little worried from the description that you are dealing with the raw input to an ionizing particle detector.

    There is a big difference in complexity (and processor load) between
    - having a simple analog circuit convert changes to pulses that the micro counts and
    - having the micro measure impedance and detect pulses from an analog stream

    And as pointed there is the additional interface circuitry that both approaches may need.

    As Amit and f.m. have said, more details needed.

    Robert