* doc/mkfuncdocs.py, doc/mkqhcp.py, doc/raspi.css: update for newer texinfo styles
Move pigpio functionaly out of raspi class and into inst/+raspberryio/+internal/pigpioclient.m
Add additional debug when running openShell
* inst/@raspi/readDigitalPin.m, inst/@raspi/scanI2Cbus.m,
* doc/mkfuncdocs.py: update for python3
Add qt docs
Added tag v0.0.3 for changeset 0b9a35f3f0c9
maint: dump version 0.0.3
Add audio functions
Add sensehat
maint: add .hgignore
* INDEX: fix spelling typo
As an update, I tried using 2021-10-30-raspios-bullseye-armhf-lite installed to my raspberry pi. Installed octave and liboctave-dev (it installed octave 6.2.0), and then in octave ran: pkg install -verbose -forge instrument-control I saw that it very quickly maxed out swap and cpu as it was running make rules in parallel Setting the number of threads used first: setenv('OMP_NUM_THREADS', "1") before running pkg install stopped that. Then installing raspi,: pkg install https://sourceforge.net/projects/octave-raspberrypi/files/v0.0.2/raspi-0.0.2.tar.gz...
Add example for blink builtin LED
zero 2 w
https://sourceforge.net/p/octave-raspberrypi/code/ci/3bf295512f1af340de5679f8f7a48eb244f812aa/
Update for latest change
Add support for zero 2 w (Issue #5)
zero 2 w
Changes include : ** New initial functions for: - audioplayer - listAudioDevices ** Bug fixes: - fix i2c read/write register (Issue #2) - updates for Octave 7 compatibility
Sorry for not answering sooner. You need at least instrument-control 4.0.0 in order for it to work as some of the functions require features from that version. Instrument control should work on anything greater than Octave 3.8, so should compile ok - so it sounds more like an issue with instrument control that shold be fixed. Any details on what is failing in instrument control ?
Add audio functions
Initial funcstions released in 0.0.2 Additional in future ?
Add sensehat
Added tag v0.0.2 for changeset 6c8d0c765b8f
maint: update for 0.0.2 release
* inst/@raspi/listAudioDevices.m: update function doc
* inst/@raspi/audioplayer.m, inst/@raspi/listAudioDevices.m: Add audio tests
Updates for octave 7
Fixed in commit a9c3bf8b14428ebc7818c2352f6b06a1bd77d359
Update for octave 7 compatibility (Issue #4)
Updates for octave 7
Add sensehat
I would like to run raspi locally, so that I can use Octave (instead of Python or C) to control GPIO pins without a second computer involved. Unfortunately, I have can not install the instrument-control package later than version 3.1, since I can't get an Octave version later than 4.4.1 running on Buster. Any ideas on a workaround?
i2c read/writeRegister fail
Pushed https://sourceforge.net/p/octave-raspberrypi/code/ci/d37b10ff3f649a46146c9d403192991372f81874/
* inst/@raspi/spidev.m: spell check constructor error message
* fix i2c read/write register (Issue #2)
Adding initial audio functions: listAudioDevices audioplayer
Should be using i2c_write_i2c_block_data call
i2c read/writeRegister fail
Add initial audio player
Add audio functions
Add initial listAudioDevices
Add Timeout property to raspi constrctor
* doc/raspi.texi: update url in docs
Added tag v0.0.1 for changeset 7a7471ffa7cb
Home
Home
Home
Using raspi
Installing and Pi Setup
Installing and Pi Setup
Initial version released. All? the basic functionality should be there for i/o, spi, i2c, serial and servos, using a pigpiod on the raspberry as the communication method.
maint: update version/date for release 0.0.1
* DESCRIPTION: depend on octave 4.4
* inst/@raspi/raspi.m: add Timeout property
* inst/@raspi/openShell.m: check can find ssh
* inst/@raspi/display.m, inst/@raspi/showLEDs.m,
* DESCRIPTION, README.md: update urls for s/f
* doc/raspi.texi, inst/@raspi/i2cdev.m, inst/@raspi/raspi.m,
Update logo image to 100x100px
* README.md: raw image
* README.md: use full url for image
Add logo gfx
* Makefile: generate package doc .info file
* inst/@raspi/openShell.m: minor path name changes for windows
* inst/@raspi/openShell.m: only print var values when in debug mode
* inst/@raspi/raspi.m: fix default hostname
Add pi.AvailableI2CBuses and use in test
* INDEX: add missed putFile
* raspi_setup/raspi_setup.sh: serial conf - console off, serial hw enabled
* inst/pigpio.m: fix error_text usagae in pigpio
fix error_text generation
Updates from initial testing
Overview
Initial commit of files