Skip to content

Seeed-Studio/Seeed_Linux_mgc3x30

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Seeed_mgc3130

Microchip’s MGC3X30 are 3D gesture recognition and motion tracking controller chips based on Microchip’s patented GestIC technology.They enable user command input with natural hand and finger movements.


Usage

Install ncurses

download from here

Recommended ncurses-6.1.tar.gz

Install instructions

tar -xvf ncurses-x.x.tar.gz
cd ncurses-x.x/
./configure
make
sudo make install

NOTICE: the x.x in instructions is the version of ncurses that you download. 6.1 if ncurses-6.1.tar.gz

Check whether the ncurse installation finished:

ncursesx-config --version

NOTICE: the x in instructions is the version of ncurses that you download.6 if ncurses-6.1.tar.gz


install wiringPi

git clone https://github.com/WiringPi/WiringPi.git
cd wiringPi
./build

Library Usage

clone this library

cd Seeed_mgc3x30
make clean && make
./mgc3130

And then, you can see a terminal graph and test the 3D touch board.

Function Support

The library support functions below:

  • x,y,z axis position detection.
  • gesture: four types,left,right,up,down
  • airwheel
  • Touch,tap,double tap.

This software is written by downey for seeed studio
Email:dao.huang@seeed.cc and is licensed under The MIT License. Check License.txt for more information.

Contributing to this software is warmly welcomed. You can do this basically by
forking, committing modifications and then pulling requests (follow the links above
for operating guide). Adding change log and your contact into file header is encouraged.
Thanks for your contribution.

Seeed Studio is an open hardware facilitation company based in Shenzhen, China.
Benefiting from local manufacture power and convenient global logistic system,
we integrate resources to serve new era of innovation. Seeed also works with
global distributors and partners to push open hardware movement.