I2C on Vocore 2 Ultimate
Posted: Tue Aug 21, 2018 1:46 pm
				
				I'd like to make my own flight controller with a vocore to control servos, gps, and a 9dof.
I need i2c ability to communicate with the 9dof and possibly the gps (if not uart).
However, when I try to do i2c-tools, it gives me an error:
I try to do the suggested install:
What can I do?
			I need i2c ability to communicate with the 9dof and possibly the gps (if not uart).
However, when I try to do i2c-tools, it gives me an error:
- Code: Select all
- root@OpenWrt:~# i2cdetect -y 0
 -ash: i2cdetect: not found
 root@OpenWrt:~#
I try to do the suggested install:
- Code: Select all
- root@OpenWrt:~# opkg install i2c-tools
 Unknown package 'i2c-tools'.
 Collected errors:
 * opkg_install_cmd: Cannot install package i2c-tools.
 root@OpenWrt:~# opkg install i2c-dev
 Unknown package 'i2c-dev'.
 Collected errors:
 * opkg_install_cmd: Cannot install package i2c-dev.
What can I do?