Re: [beagleboard] Re: GPIO, libpruio & dtbo Question

2021-03-05 Thread Don Pancoe
eth's info, because I think that would be useful knowledge for future projects. Thanks, Don -- Don Pancoe, P.E. Industrial Designer, Electrical Engineer DonPancoe.com <http://donpancoe.com/> On Fri, Mar 5, 2021 at 3:48 AM TJF wrote: > > Dennis Bieber schrieb am Donnerstag, 4.

Re: [beagleboard] Re: GPIO, libpruio & dtbo Question

2021-03-04 Thread Don Pancoe
ted condition will break the loop at any point? while pruio_gpio_Value(io, abortPIN) Thanks, -- Don Pancoe, P.E. Industrial Designer, Electrical Engineer DonPancoe.com <http://donpancoe.com/> On Thu, Mar 4, 2021 at 6:35 AM TJF wrote: > Why so complicated? > > Dennis Bieber schrie

Re: [beagleboard] Re: GPIO, libpruio & dtbo Question

2021-03-03 Thread Don Pancoe
ebone over the years, it's hard to know if they are pertinent to the state of my system right now (I've not updated to the latest kernel etc. because I don't want to break any of my past work). Thanks, -- Don Pancoe, P.E. Industrial Designer, Electrical Engineer DonPancoe.com &

Re: [beagleboard] Re: GPIO, libpruio & dtbo Question

2021-03-01 Thread Don Pancoe
s I could just start programming the BBB in C. I already program embedded microcontrollers in that language, so why not SBC? -- Don Pancoe, P.E. Industrial Designer, Electrical Engineer DonPancoe.com <http://donpancoe.com/> On Mon, Mar 1, 2021 at 4:27 PM set_ wrote: > Hello, > > I li

[beagleboard] GPIO, libpruio & dtbo Question

2021-03-01 Thread Don Pancoe
't want to start uploading stuff until I know what, exactly, will be helpful. Thanks, -- Don Pancoe, P.E. Industrial Designer, Electrical Engineer DonPancoe.com <http://donpancoe.com/> -- For more options, visit http://beagleboard.org/discuss --- You received this message because you

Re: [beagleboard] BBBW Operating Temperature

2020-05-07 Thread Don Pancoe
If you have a need for extended temperature range, check out the BeagleBone Black Industrial from element14. -40 to +85 C https://beagleboard.org/e14-bbbi Don On Thu, May 7, 2020, 5:20 PM Claude Sammut wrote: > > Hello! > I was trying to find the operating temperatures for the BBBW but I could

Re: [beagleboard] Barcode Scanner/Keyboard on BBB with Crontab

2020-04-21 Thread Don Pancoe
t now. -- Don Pancoe, P.E. Industrial Designer, Electrical Engineer DonPancoe.com <http://donpancoe.com/> On Tue, Apr 21, 2020 at 10:14 AM Jason Kridner wrote: > > > On Tue, Apr 21, 2020 at 9:02 AM Don Pancoe wrote: > >> Hello all, >> >> I have been succes

[beagleboard] Barcode Scanner/Keyboard on BBB with Crontab

2020-04-21 Thread Don Pancoe
en't found the magic answer yet. I've not yet even been able to connect a console to the instance that was spawned by crontab to see what's going on inside of it. Any guidance appreciated, including pointing me to resources to work through myself. -- Don Pancoe, P.E. Industrial Desi

Re: [beagleboard] Re: libpruio: How to Turn Off PWM?

2019-03-14 Thread Don Pancoe
Thank you for the reply! So far,* pruio_pwm_setValue()* with a non-zero frequency and zero duty cycle definitely seems like the most stable way to stop a PWM signal. Don On Thu, Mar 14, 2019 at 12:42 PM TJF wrote: > Hi Don! > > Am Mittwoch, 13. März 2019 21:49:06 UTC+1 schrieb D

[beagleboard] Re: libpruio: How to Turn Off PWM?

2019-03-13 Thread Don Pancoe
Using *pruio_gpio_setValue()* to set a value of zero seems to do the trick, but I'd still be curious to know if there is an "official" way to do this. Don On Wednesday, March 13, 2019 at 10:39:43 AM UTC-4, Don Pancoe wrote: > > I have been making good progress with learni

[beagleboard] libpruio: How to Turn Off PWM?

2019-03-13 Thread Don Pancoe
I have been making good progress with learning and using libpruio , but I've hit a question I've been unable to work out for myself. I've successfully started PWM signals using *pruio_pwm_setValue()*, but I'm having an issue turn