Microchip Technology has recently announced the MGC3130, the world’s first electrical-field (E-field)-based 3D gesture controller based on Microchip’s patented GestIC. This technology allows you to use hand gestures to control a computer with the accuracy of a mouse. The end result looks somewhat similar to what is done with the Leap Motion controller but the range is shorter as you need to be within 15cm of the surface with the electrodes. However, I would suspect this technology to be cheaper and consume less power.
The picture above is the development kit with MGC3130 chipset at the top center of the board.
With a power consumption as low as 150 microwatts in active sensing state, the MGC3130 enables always-on 3D gesture recognition (even for battery powered devices). The power consumption is up to 90% lower than camera-based gesture systems.
Here are MGC3130 key features:
|
|
Microchip provides the Colibri Gesture Suite, a library of GestIC technology features (e.g. x/y/z hand position tracking, flick, circle and symbol gestures recognition) that are pre-processed on-chip to allow manufacturers to design user interfaces with very low development efforts.
The company also offers Sabrewing MGC3130 Single Zone Evaluation Kit (pictured at the top of this post) for $169 that enables development with the MGC3130 by providing a selectable electrode size of 5” or 7”. The kit comes with the free AUREA Graphical User Interface which can be downloaded here and allows designers to easily match their system commands to the Colibri Suite. The way the kit works is quite straightforward: MGC3130 captures and processes the signals, sends the dat avia I2C to a PIC micro-controller which sends forward this data via USB to a computer running the AUREA GUI. You can watch the video below showing the kit in action with the Aura GUI.
Samples of Microchip MGC3130 are available today in a 5×5 mm 28-pin QFN package, and mass production is expected in April 2013. MGC3130 will cost $2.26 in large quantities. You can visit Microchip MGC3130 page for further details.
Via: Extremetech
Jean-Luc started CNX Software in 2010 as a part-time endeavor, before quitting his job as a software engineering manager, and starting to write daily news, and reviews full time later in 2011.
Support CNX Software! Donate via cryptocurrencies, become a Patron on Patreon, or purchase goods on Amazon or Aliexpress
I can’t find that Sabrewing kit for sale anywhere, not even on MicrochipDirect. Any idea if it’s on sale (I know they said it is, but nobody appears to stock it)?
@Razvan Dragomirescu
I can’t find it online either, you may have to contact a Microchip sales representative in your country.
Hi Razvan,
The Microchip Sabrewing MGC3130 Single Zone Evaluation Kit, I cannot find it online either. It looks like the product will be in stock by April 2013. Because even the Microchip sales representative having elaborate the final product.
Hi Guys,
I wanted to know if the microchip 3130 GestIC can be controlled from an Ubuntu machine as the so called AUREA is a software exclusively for windows.
Thanks in advance.
@Suraj
It looks like it’s possible, but may require some efforts.
Linux based Ninja sphere supports it -> https://github.com/ninjasphere/gestic-tools
Somebody also wrote an Arduino library for MGC3130 -> http://www.joshianlindsay.com/index.php?id=151
So it appears all information is here to port it to any platform you want.