MPR121 Proximity Detection

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

MPR121 Proximity Detection

2,523 次查看
andreabruno
Contributor I

Hi all,

I'm new here in the forum.

With Arduino I'm trying to get the proximity work on a large conductivity panel (about 1meters x 2meters) using a MPR121 equipped board:

Grove - 12 Key Capacitive I2C Touch Sensor V2(MPR121) - Seeed Wiki 

Following this application note A3893.

I set the register for area detection (0x5E) and I read the baseline and datas from registers (0x1C, 0x1B, 0x2A).

But I'm not able to get stable data from the 13th pseudo electrode, the values are very fluctuating and inconsistent.

Where I'm wrong? There are another register settings to do?

标签 (1)
0 项奖励
回复
1 回复

2,389 次查看
recep
Contributor I

Hello. First of all, If the panel grows, the noise will also grow. And if the integrated power of a panel of that size is not enough.
Assuming that these two problems do not exist, for the filter;
Use the bubble sort method inside the Arduino program. It really works.

0 项奖励
回复