File | Date | Author | Commit |
---|---|---|---|
bin | 2022-08-28 |
![]() |
[d06a62] Add additional debug when running openShell |
devel | 2020-12-07 |
![]() |
[8b53d9] fix error_text generation |
doc | 2023-07-26 |
![]() |
[abf1df] * doc/mkfuncdocs.py, doc/mkqhcp.py, doc/raspi.c... |
inst | 2022-08-28 |
![]() |
[cc5777] Move pigpio functionaly out of raspi class and ... |
raspi_setup | 2020-12-07 |
![]() |
[a752ba] * raspi_setup/raspi_setup.sh: serial conf - con... |
.hgignore | 2022-01-18 |
![]() |
[0deaf3] maint: add .hgignore |
.hgtags | 2022-03-21 |
![]() |
[e59862] Added tag v0.0.3 for changeset 0b9a35f3f0c9 |
COPYING | 2020-11-30 |
![]() |
[207e2a] Initial commit of files |
DESCRIPTION | 2022-03-21 |
![]() |
[0b9a35] maint: dump version 0.0.3 |
INDEX | 2021-12-23 |
![]() |
[0bec5e] * INDEX: fix spelling typo |
Makefile | 2022-07-19 |
![]() |
[bea005] Add qt docs |
NEWS | 2022-07-19 |
![]() |
[bea005] Add qt docs |
README.md | 2021-12-13 |
![]() |
[7d156e] Update for latest change |
This is a basic implementation of the Matlab raspberrypiio toolkit extension.
It attempts to provide the same function calls as the Matlab toolkit, as well as additional functionality, HOWEVER,
is not binary compatible with matlab. (ie: you must configure the Raspberry Pi correctly in order communicate with this
toolkit.
The toolkit requires the instrument-control toolkit for TCP functionality.
The raspberry Pi should have the pigpio daemon installed and running.
To install, run the octave package manager:
to install from source forge:
pkg install https://sourceforge.net/projects/octave-raspberrypi/files/vXXXXXX/raspi-XXXXXX.tar.gz/download
to install from a local tarball.
pkg install raspi-XXXXXXX.tar.gz
Where XXXXXXX is the version of the the downloaded tarball.
Load the raspi package.
pkg load raspi
Open a connection to the raspi using dns resolvable name or ip.
a = raspi ('raspberrypi.local')
Use the raspi function calls to control hardware.
See the function list and examples directories.
The toolkit should work on the following boards, others may also work: