Gambas --> Beaglebone Black
Posted
#1
(In Topic #185)
Regular

But now… how do I access the Beaglebone GPIO to both read the status of a pin and/or set the status of a pin??
It would be great if someone could send me some code that turns an LED plugged into a pin on/off using a button on the screen. And a display on the screen that changes state depending on the condition of a beaglebone pin. (High/Low)
Can anyone help??? :shock:
Thanks,
Jerry
Posted
Regular

Posted
Regular

Is there a Beaglebone library? Do I need to abandon the Beaglebone and use the Raspberry Pi instead?
Does ANYONE have a sample code that will allow me to connect an LED to a BEAGLEBONE GPIO pin, click a button, and toggle the LED? If I could get that far… it would be a tremendous start.
Thanks,
Jerry
Posted
Regular

I don't have a Beaglebone Black, so I can only suggest that you have a couple of programming options;
- you could find a suitable C/C++ Library and use this to access GPIO via your Gambas code.
- you could try to work with the I/O files to read and write to the pins.
A quick search of Github brought up this C++ Library: https://github.com/yigityuce/BlackLib
It looks suitable, but as I say I've never used it.
Using simple file commands involves configuring & exporting pins, and then executing commands from Gambas. So to toggle a pin may involve something like:-
Code
echo 1 > /sys/class/gpio/gpio32/value
echo 0 > /sys/class/gpio/gpio32/value
Take a look at documents like:
Again, there may be better documents out there, my suggestions are just to get you started.
Posted
Regular

Posted
Regular

I have a Raspberry Pi now… and I used GLADE to create a panel… then got an LED to turn on/off with a button. So I accomplished that goal. Likely could do the same with the Beaglebone Black as well.
It's a shame… I would have liked to use Gambas… it is a more familiar interface… and I can make it look more closely like I want with the for tool.
If anyone ever does get a working GPIO with GAMBAS in either Beaglebone or Raspberry Pi… leave a post here… I'd be interested in seeing what you have… and trying your code.
Thanks,
Jerry
Posted
Regular

Askjerry said
…I have a Raspberry Pi now… If anyone ever does get a working GPIO with GAMBAS in either Beaglebone or Raspberry Pi… leave a post here…
Programming with Gambas on the Raspberry Pi utilising the GPIO is not a problem. You could use one of these two libraries:-
- wiringPi; see my blog post https://captainbodgit.…pi-gpio-using-gambas.html
- pigpio; see my blog post https://captainbodgit.…ambas-pigpio-library.html
You may also be interested in: RPi GPIO Code Samples - eLinux.org
Posted
Guru

There are some pictures of the program running here http://www.cogier.com/stevedee/ that I put up for stevedee some time in another life.. :?
Posted
Regular

Gambas One - Gambas ONE
So I'm not the sharpest tool in the shed… I get there eventually…
Posted
Regular

Askjerry said
It took a few years… but I finally hit the point where I'm able to control GPIO from GAMBAS on the Raspberry Pi…
Its been on the back-burner for quite a while, but I guess your Pi is now cooked.
Glad to see you also have the electronics side of things well covered. I wasn't trying "…to teach granny how to suck eggs…" or whatever the Texan equivalent saying might be, its just that many softies have little or no understanding of hardware. 8-)
Posted
Guru

Askjerry said
It took a few years… but I finally hit the point where I'm able to control GPIO from GAMBAS on the Raspberry Pi.
Gambas One - Gambas ONE
So I'm not the sharpest tool in the shed… I get there eventually…
I think your best option is to combine your questions in different groups/forums.
Some questions will be more specific to your board (like pin configs and stuff) people on a beaglebone forum will be able to easily help you in that respect.
Then how to implement that knowledge in gambas is where we may help more.
Well the others can , I know not the information you seek , i just know the best way to seek it
I've never even heard of a Beaglebone black. Raspberry, Orange and banana Pi's I have (not as tasty as they sound)
Wishing well
Bruce
1 guest and 0 members have just viewed this.


