Search found 4 matches

by phb
Tuesday 28th July 2020 8:43pm
Forum: General
Topic: GPIO on Raspberry Pi
Replies: 15
Views: 16456

Re: GPIO on Raspberry Pi

This is what I have so far....Iḿ trying to print the values to a label to make it visible in a window. The problem is that I get an error message - in "Public Function Label1_ShowCounts() As Integer". Itś only a small step to completing the program and then the spoonfeeding is over!!! Publ...
by phb
Monday 27th July 2020 7:27pm
Forum: General
Topic: GPIO on Raspberry Pi
Replies: 15
Views: 16456

Re: GPIO on Raspberry Pi

@stevedee Thanks for your answer!! The pulses are needle like - falling edge type - from +5V to 0V. They are not exact standard but every controller could detect them easily so far. Background radiation is in average 37 pulses per minute in my case so that 100 ms is far enough for me - if 100 ms bec...
by phb
Monday 27th July 2020 6:57pm
Forum: General
Topic: GPIO on Raspberry Pi
Replies: 15
Views: 16456

Re: GPIO on Raspberry Pi

@cogier I would need to see more of your old code to work out exactly what you are after but I hope this is a start. Hello cogier - thanks for the warm welcome!! Here is the desired code and many thanks for your prompt answer - that´s what I needed!!!!!! P.S: sResult - shouldn´t it be Integer? That´...
by phb
Monday 27th July 2020 1:39pm
Forum: General
Topic: GPIO on Raspberry Pi
Replies: 15
Views: 16456

GPIO on Raspberry Pi

Hello everybody - my name is Peter - I´m not new to Basic but to Gambas! So one could say I´m a Gambas newbie. I have a Raspberry Pi 3 B and Gambas 3.12.2. Years ago I wrote a program in BASCOM for my selfmade Geigercounter to measure natural background radiation. Now I´m trying to convert this prog...