Ultra Low Power (5uA) 2D Rotating Magnetic Angle Sensor + Touch + Inductive Proximity (Metal Detect)

Dependencies:   IQS62x IQSDisplayTerminal mbed

IQS624 Hello World

Ultra Low Power (5uA) I2C ProxFusion™ sensor for 2D Magnetic Angle + Touch + Proximity

/media/uploads/AzqDev/iqs624-and-lpc1768-tiny.gif
IQS624 connected to mbed LPC1768. The five wires are - 2x I2C, 2x Power, 1x RDY.
You can get get a low cost (<$10) evaluation kit containing the small board shown above (cables & LPC1768 not included) from Mouser - http://bit.ly/IQS624-Eval-Kit-Mouser

IQS624 Information

Azoteq IQS624 is an ultra low power (5uA) I2C sensor for 2D Rotating Magnetic Fields, Capactive Touch and Inductive Proximity.
Designed for next generation user interfaces.

Data sheet & eval kit info: http://www.azoteq.com/products/proxfusion/iqs624?mbed

IQS624 mbed Component Link

Components / IQS624
Ultra low power sensor for rotating magnetic field, capacitive touch, and inductive proximity. Empowers next-generation user interfaces.

IQS624 Pinout

/media/uploads/AzqDev/iqs624-5-pinout-for-i2c-ultra-low-power-sensor-with-2d-magnetic-angle-capacitive-touch-inductive.gif

IQS624 Data Sheet & Evaluation Kit Information


http://www.azoteq.com/products/proxfusion/iqs624?mbed

IQS624 Interconnection

/media/uploads/AzqDev/iqs624-3-connect-mbed-i2c-ultra-low-power-sensor-with-2d-magnetic-angle-capacitive-touch.gif
/media/uploads/AzqDev/iqs624-and-teensy-tiny.gif
IQS624 connected to mbed Teensy 3.1 (actually Teensy 3.2) using 5 wires - 2x I2C, 2x Power, 1x RDY.

IQS624 YouTube Links


IQS624 1-minute YouTube video: http://bit.ly/IQS624Video

ProxFusion for active pens: https://youtu.be/tUImswNPQY4

Revision:
11:1a328b8ebbce
Parent:
10:6fc446a71987
Child:
14:3a503c045b0f
--- a/main.cpp	Mon May 08 06:15:31 2017 +0000
+++ b/main.cpp	Fri May 12 05:02:51 2017 +0000
@@ -2,7 +2,7 @@
 
 // Hello World program for Azoteq IQS624 ultra low power sensor for 2D magnetic angle, capacitive touch and inductive proximity sensor.
 
-// More info on IQS624 sensor IC: http://bit.ly/IQS624_info
+// More info on IQS624 sensor IC: http://www.azoteq.com/products/proxfusion/iqs624?mbed
 
 // IQS624 1-minute youtube video: http://bit.ly/IQS624Video
 
@@ -36,8 +36,6 @@
 #include "IQS62x.h"
 #include "IQSdisplayTerminal.h"
 
-// Library note: USBDevice library is only required for Teensy 3.1, Teensy 3.2 or if you WANT to use the native USB port as a serial port.
-
 IQS62xDisplay terminal;   // class to display IQS62x registers on a terminal
 IQS62xIO iqs62x;          // class for basic IQS62x block read and write