Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid Library #2

Closed
shapingstuff opened this issue Apr 14, 2016 · 3 comments
Closed

Invalid Library #2

shapingstuff opened this issue Apr 14, 2016 · 3 comments

Comments

@shapingstuff
Copy link

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

Help would be much appreciated.

@stefandz
Copy link
Contributor

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

@shapingstuff
Copy link
Author

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.

@stefandz
Copy link
Contributor

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants