Re: [beagleboard] Re: eCAP reading a PWM signal, someone has made this functionality works?

2021-04-01 Thread TJF
Drew Fustini schrieb am Mittwoch, 31. März 2021 um 22:29:35 UTC+2: > To clarify for anyone finding this thread in the future. > > eQEP (encoder input) driver is in mainline Linux kernel thanks to David > Lechner: > https://elixir.bootlin.com/linux/latest/source/drivers/counter/ti-eqep.c > >

Re: [beagleboard] Re: eCAP reading a PWM signal, someone has made this functionality works?

2021-03-31 Thread Drew Fustini
To clarify for anyone finding this thread in the future. eQEP (encoder input) driver is in mainline Linux kernel thanks to David Lechner: https://elixir.bootlin.com/linux/latest/source/drivers/counter/ti-eqep.c eCAP (pulse input) driver is available as patch posted by Darren Schachter that is

[beagleboard] Re: eCAP reading a PWM signal, someone has made this functionality works?

2021-03-31 Thread Dennis Lee Bieber
On Tue, 30 Mar 2021 23:29:16 -0700 (PDT), in gmane.comp.hardware.beagleboard.user set_ wrote: >Hello, > >Adafruit_BBIO has some type of example plus the library has its >source: >https://github.com/adafruit/adafruit-beaglebone-io-python/tree/master/Adafruit_BBIO#usage > The eQEP is a

[beagleboard] Re: eCAP reading a PWM signal, someone has made this functionality works?

2021-03-31 Thread set_
Hello, Adafruit_BBIO has some type of example plus the library has its source: https://github.com/adafruit/adafruit-beaglebone-io-python/tree/master/Adafruit_BBIO#usage Seth On Monday, March 29, 2021 at 3:14:59 PM UTC-5 papelhi...@gmail.com wrote: > Hi all! > > After spending a lot of days

[beagleboard] Re: eCAP reading a PWM signal, someone has made this functionality works?

2021-03-30 Thread TJF
Hi Fabio! You're correct, eCAP is pretty much undocumented and unsupported. Find examples in the libpruio project at https://users.freebasic-portal.de/tjf/Projekte/libpruio/doc/html/ChaExamples.html#sSecExaPwmCap and