-
According to the [IIO ABI documentation](https://elixir.bootlin.com/linux/v5.14-rc6/source/Documentation/ABI/testing/sysfs-bus-iio#L210) the temperature output units are standardized:
> Units afte…
-
In new_age distro IMU sensors were moved from input-device interface to [iio linux subsystem](https://www.kernel.org/doc/html/v4.14/driver-api/iio/index.html), therefore way of communication and event…
-
#### Task Description
Please add IIO event support into IIO library as some sensors is supported via IIO event.
lblim updated
8 years ago
-
Instead of hardcoding an IIO file for the ADC we should really iterate on the IIO devices of type ADC and then use that. Secondly it should be possible to ask for a number of AIO reads instead of one …
-
on WSL2 after installing and building libad9361-iio and libiio as instructed on https://wiki.analog.com/resources/tools-software/linux-software/gnuradio
gr-iio give error when commanded "cmake ."
…
-
Hi,
I have a Thinkpad Yoga laptop, and I am trying to make the sensors work, with no luck so far.
I am using Ubuntu 14.04 with kernel 3.13.0-18-generic on AMD64, and I managed to compile the drivers …
-
* Doc you were trying to follow: https://coral.ai/docs/enviro-board/get-started/
* Your host OS: Linux 4.19.125-mtk #1 SMP PREEMPT Thu Dec 10 02:36:13 UTC 2020
* Your Python3 version: Python 3.7.3
…
-
Hi!
I'm currently trying to switch to v3's read and write functionality for videos. For the most part everything works smoothly, I just have a few understanding issues on my side that I'd love to g…
-
Hi I am trying to use a satdump with PlutoSDR connected via USB. Using the command:
_satdump live metop_ahrpt metop_output_directory --source plutosdr --samplerate 4e6 --frequency 1701.3e6 --genera…
-
In libiio_if.m file I find something wrong related to buffer creation.
```matlab
269. % Create the IIO buffer used to write data
obj.iio_buf_size = obj.data_ch_size * obj.iio_scan_elm_…