Go to advanced search

by pndjones
Wed Jul 19, 2017 9:19 pm
Forum: Beginners
Topic: Closing a Program from python file
Replies: 5
Views: 1015

Re: Closing a Program from python file

That's a great idea. Bellow is the working code, I this code will cycle through files named image1, image2, ... image8 ... a folder labelled gif and and display a new image every iteration of the function. If the code is iterated 9 times image1 will be displayed, and the loop continues. Since the im...
by pndjones
Tue Jul 18, 2017 7:08 pm
Forum: Beginners
Topic: Closing a Program from python file
Replies: 5
Views: 1015

Re: Closing a Program from python file

Thank you very much. I got it to work.
by pndjones
Tue Jul 18, 2017 1:41 pm
Forum: Beginners
Topic: Closing a Program from python file
Replies: 5
Views: 1015

Closing a Program from python file

Hi All, I am working on a little bit of code to be used in a counter. in this particular counter I thought it would be nice to have a .gif file play when the goal is reached. With a little searching I was able to find a program that would play my .gif but the issue I am running into is closing the p...
by pndjones
Thu May 18, 2017 4:02 pm
Forum: General discussion
Topic: Pi Zero & Pi 3 Schematic
Replies: 3
Views: 760

Re: Pi Zero & Pi 3 Schematic

Yes, I see what you are saying however I some of these components are very small and are not labeled on the board and I would have no idea which ones I am removing. This is a good idea for components such as the 3 inductors I see on the zero board.
Thanks.
by pndjones
Thu May 18, 2017 3:17 pm
Forum: General discussion
Topic: How fast can you trigger an event
Replies: 3
Views: 603

Re: How fast can you trigger an event

Thanks for your response it turns out that I was at the limit of my sensor. I purchased a faster one and now the GPIO is picking up 10k+ signals per min. That is beyond what I need for this project however I just wanted to update the community in case this comes up later.
by pndjones
Thu May 18, 2017 3:01 pm
Forum: General discussion
Topic: Pi Zero & Pi 3 Schematic
Replies: 3
Views: 760

Pi Zero & Pi 3 Schematic

Hi, I am working on a project where I intend on using a Raspberry PI to do some data acquisition in a hazardous environment. however, regulations are proving to be a thorn in my side. I am hoping to classify under the Nonincendive Electrical Equipment for Use in Class I Division I Classified Locatio...
by pndjones
Thu May 11, 2017 4:58 pm
Forum: General discussion
Topic: How fast can you trigger an event
Replies: 3
Views: 603

How fast can you trigger an event

Hi all, I am fairly new to the raspberry pi micro computer and I am working on a project which I would like to count up to 8000 RPM. Currently I have the program to running however when RPM gets about 5800-6000 I begin to drop signals. My code: import time last_time=0 this_time=0 rpm=0 calc=0 def RP...

Go to advanced search