BareConductive/mpr121

Invalid Library

Closed this issue · 3 comments

When trying to add the library to the Arduino IDE I get told that "invalid library file is found".

Help would be much appreciated.

If you are using the Bare Conductive Touch Board I would recommend using
our installer - follow the instructions here:
http://www.bareconductive.com/make/setting-up-arduino-with-your-touch-board/

How exactly are you trying to add the library? What are the exact steps I
can follow to reproduce your error? Please include details of your OS,
Arduino version etc.

On Thursday, April 14, 2016, shapingstuff notifications@github.com wrote:

When trying to add the library to the Arduino IDE I get told that "invalid
library file is found".

Help would be much appreciated.


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub
#2

I was trying to use the library with an Arduino mini pro. I got it working by zipping the main library folder and then adding this.

I wondered if you might help me me with: "error setting up MPR121 incorrect address"

The address is default and the mpr121 is working with the adafruit library for the sensor. I was hoping the bare conductive library might be better for adjusting the sensitivity I would really like it to activate when close, but not touching, as a proximity sensor. Are the pins set differently?

Thanks.

The default address for the MPR121 on the Touch Board is 0x5C - it might be
different on the Adafruit board. You can call MPR121.begin(0xYY); instead
of MPR121.begin(); where YY is the address you want to use.

On Thursday, April 14, 2016, shapingstuff notifications@github.com wrote:

I was trying to use the library with an Arduino mini pro. I got it working
by zipping the main library folder and then adding this.

I wondered if you might help me me with: "error setting up MPR121
incorrect address"

The address is default and the mpr121 is working with the adafruit library
for the sensor. I was hoping the bare conductive library might be better
for adjusting the sensitivity I would really like it to activate when
close, but not touching, as a proximity sensor. Are the pins set
differently?

Thanks.


You are receiving this because you commented.
Reply to this email directly or view it on GitHub
#2 (comment)