About 992,000 results
Open links in new tab
  1. Pulse Frequency Counter using Raspberry pi Pico - theoryCIRCUIT

    Apr 1, 2024 · It can be used to count the input pulse frequency in Hz. If you want to use it for other signals like sine wave, triangle wave then use Schmitt trigger circuit to convert those signals …

  2. A block for counting pulses on a Raspberry Pi GPIO pin.

    This is accomplished by delaying the pulse count for a specified number of milliseconds (1000th of a second) after the rising edge of a pulse is detected. A good starting value is 75 …

  3. Accurate frequency & timing measurement on the Pi Pico RP2040 …

    Aug 21, 2023 · The RP2040 PWM peripheral can also act as a pulse counter, and by counting the number of edges in a given time, we can establish the frequency. This pulse input capability is …

  4. How can I count pulses using Pi GPIO - Raspberry Pi Stack …

    Dec 4, 2015 · I'm trying to build like a rev counter, so I want it to count how many times the circuit is closed every 0,5/1 second and then simply convert that to minutes to it'll be Revs per min.

  5. Precise pulse counter - Raspberry Pi Forums

    Jan 1, 2016 · I know the Pi is not that good in precise timings, but I was wondering if anyone had any earth shattering ideas on how to best go about this. Pulses are coming in on board pin 37 …

  6. Pulse Frequency Counter using Raspberry pi Pico - YouTube

    #raspberrypiprojects Pulse Frequency Counter using Raspberry pi Picohttps://theorycircuit.com/raspberry-pi-pico-projects/pulse-frequency-counter-using-raspbe...

  7. GitHub - richardjkendall/rp2040-freq-counter: Various frequency counter

    In this implementation the PWM counter is replaced with a PIO state machine which is doing the same job of counting the number of pulses seen on the measured clock pin.

  8. Building a frequency counter | rjk.codes Blog

    I’ve been doing a bit of work with my new favourite microcontroller recently, the Raspberry Pi RP2040, and I decided to see if I can build an instrument to test clock quality based on this …

  9. How to count pulses with PIO? - Raspberry Pi Forums

    Feb 2, 2021 · The following is my C unrefined example frequency checking counter that I use on a Pi 4 or Pi 400 to verify output from Piico or another Pi GPIO. It measures transitions from ON …

  10. Pi Pico / RP2040 PIO Frequency counter - GitHub

    Raspberry Pi Pico / RP2040 frequency counter using PIO This project uses two PIO state machines to handle the time critical tasks of timing and counting pulses to measure frequency.