HI all, we just received our new VIM1 (Android 9) and need to develop an app reading / writing some GPIO.
We are trying to use the code examples on the related VIM1 GPIO page, while all the examples seems do not work.
We also tested right the GPIO by ADB and the “432” come back as
PIN37       GPIOH5       432
PIN33       GPIOAO6      502
kvim:/ # echo 432 > /sys/class/gpio/export
1|kvim:/ # echo out > /sys/class/gpio/gpio432/direction
/system/bin/sh: can’t create /sys/class/gpio/gpio432/value: No such file or directory
So may anybody help with a “real” working code example to read/write the GPIO on VIM 1 ?
We would like to have ato least 4 or 6 I/O
Please help…