Go to advanced search

by JordyR96
Mon May 05, 2014 7:56 pm
Forum: C/C++
Topic: Using C and GPIO to get monitor RPMs
Replies: 7
Views: 5576

Re: Using C and GPIO to get monitor RPMs

is that program also posible in python? because i cant figure it out
by JordyR96
Sun May 04, 2014 2:02 pm
Forum: Advanced users
Topic: realy need help with RPM counter
Replies: 26
Views: 5667

Re: realy need help with RPM counter

i think it's imposible for me to program a RPM counter for now.

i like the raspberry pi, but i'm not able to understand it in 1 week time.
i tried to make a simple button that light's up a single led, but it failed.

i thought it would be easier to make i little program. :(
by JordyR96
Fri May 02, 2014 10:57 pm
Forum: Advanced users
Topic: realy need help with RPM counter
Replies: 26
Views: 5667

Re: realy need help with RPM counter

i got a question?

on the link they show me timers that can stop and restart OK

but how can i count pulses? and how can i bring does 2 things in one working program?
by JordyR96
Fri May 02, 2014 10:44 pm
Forum: Advanced users
Topic: realy need help with RPM counter
Replies: 26
Views: 5667

Re: realy need help with RPM counter

that link looks promesing

i wil try to make a counter and show it to all of you. maybe i need to change it
by JordyR96
Fri May 02, 2014 7:26 pm
Forum: Advanced users
Topic: realy need help with RPM counter
Replies: 26
Views: 5667

Re: realy need help with RPM counter

but what for cammands do i need to type?

while True:

?? i don't know the commands to count in one loop per second
by JordyR96
Fri May 02, 2014 5:41 pm
Forum: Advanced users
Topic: realy need help with RPM counter
Replies: 26
Views: 5667

Re: realy need help with RPM counter

option one wil work fine.
how would my program look like?



import RPi.GPIO as gpio

gpio.setmode(gpio.BCM)

#i need only one input

gpio.setup(17, gpio.IN)

while True:

gpio.counter(17)*60???????????????????????????????????
????????????????????????????????????
by JordyR96
Fri May 02, 2014 4:44 pm
Forum: Advanced users
Topic: realy need help with RPM counter
Replies: 26
Views: 5667

Re: realy need help with RPM counter

JRV,

you use c++ but i don't have that on my raspberry

so i think it won't work because of the lange diffrence
by JordyR96
Fri May 02, 2014 12:02 pm
Forum: Advanced users
Topic: realy need help with RPM counter
Replies: 26
Views: 5667

Re: realy need help with RPM counter

Tarcas, at the moment am i capabele to do some little programing. i tryed to make this program : https://www.youtube.com/watch?v=ZpkI2JGdtAA i would use that pushbuton as my "pulse" to try it out. i understand how the GPIO works, but to count my pulses and recalculate them to rpm is a mystery for me.
by JordyR96
Thu May 01, 2014 7:43 pm
Forum: Advanced users
Topic: realy need help with RPM counter
Replies: 26
Views: 5667

Re: realy need help with RPM counter

i don't have the brains for it.

i"m making this air engine: https://www.youtube.com/watch?v=vcaFWg-FvbQ

i think it goes at least 400 rpm

I HOPE SOMEONE CAN GIVE ME AN SOLUTION: IS IT POSIBLE TO SEND AN LITLE PROGRAM AND A WAY TO DO THE SECUIRD BORD FOR THE SENCOR?

THAT WOULD BE GREAT :)
by JordyR96
Thu May 01, 2014 4:08 pm
Forum: Advanced users
Topic: realy need help with RPM counter
Replies: 26
Views: 5667

Re: realy need help with RPM counter

i tought about a infra-red censor that detects my flywheel of my compresed air engine. so if the raspberry detect pulses and count them on timeperiods. it would be posible to calculate the speed in km/h thats my theorie what is yours. i can buy stuf like that in local stores. thanx for helping me an...
by JordyR96
Thu May 01, 2014 1:46 pm
Forum: Advanced users
Topic: realy need help with RPM counter
Replies: 26
Views: 5667

realy need help with RPM counter

hi,

i'm a student, i builde a radiale air engine as project. but i have a raspberry pi, so i want to use the raspberry as rpm counter.

can someone program a rpm counter for me on idle? or something else.


pls i realy need help

Go to advanced search