[beagleboard] Re: Octave accessing BBB GPIO's

2014-01-20 Thread xmog123x
Hello!

I'm looking at the same problem right now, have you managed to control io 
pins from octave?

W dniu poniedziałek, 18 listopada 2013 21:09:50 UTC+1 użytkownik 
robincs...@gmail.com napisał:


 Hi,

 I have recently bought a BBB, I have installed ubuntu and octave. I am new 
 to both octave/matlab and beaglebone but looking for a way access the 
 beaglebones gpio's using octave, can anyone help with this?


-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] Re: Octave accessing BBB GPIO's

2014-01-20 Thread Nuno Sucena Almeida
On 01/19/2014 09:23 AM, xmog1...@gmail.com wrote:
 Hello!
 
 I'm looking at the same problem right now, have you managed to control io 
 pins from octave?

You might want to create a octave C++ extension:

https://www.gnu.org/software/octave/doc/interpreter/Oct_002dFiles.html

http://www.swig.org/Doc1.3/Octave.html

and use something like

https://github.com/jackmitch/libsoc

regards,
Nuno

-- 
http://aeminium.org/nuno/

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.