What I ran
I ran the commands from the Get Started Guide to install the Enviromental Sensor Board on my Dev Board Mini. After that I tried running the demo.
Issue
The demo run failed with IO errors, so I went on to investigate and checked the devices in /sys/bus/iio/devices/ directory:
> grep "" /sys/bus/iio/devices/iio\:device*/name
11003000.adc
As you can see there are no hdc20x0, bmp280, opt3001, ads1015 IIO devices there. Therefore I cannot run the example, since it relies on existence of those files.
What am I missing here?
What I ran
I ran the commands from the Get Started Guide to install the Enviromental Sensor Board on my Dev Board Mini. After that I tried running the demo.
Issue
The demo run failed with IO errors, so I went on to investigate and checked the devices in
/sys/bus/iio/devices/directory:As you can see there are no
hdc20x0,bmp280,opt3001,ads1015IIO devices there. Therefore I cannot run the example, since it relies on existence of those files.What am I missing here?