Arduino 1.6.6 can not include Blynk library

Hello

I’m using an Arduino MEGA 2560 with the Bluefruit LE SPI from Adafruit on it to connect with Blynk.
My problem is that if I want to include the Blynk library in Arduino 1.6.6 it response with the following:

A subfolder of your sketchbook is not a valid library
Invalid library found in C:\Users\WhitePanther\Documents\Arduino\libraries\Blynk_v0.3.1: C:\Users\WhitePanther\Documents\Arduino\libraries\Blynk_v0.3.1

I once tried it with the Arduino 1.6.5 and it was possible to include the library, even with the “Manage Libraries” Tool. But in this Version it means the Adafruit_BluefruitLE_nRF51 library is not valid.

Does someone else have a problem with the latest Version of Arduino?

I had the same issue with esp8266 not recognised. If you read their forum, there are a few people who are not very happy!
Took me some time to get 1.6.5 back running as it did.
Apparently it’s up to everyone else to fix issues. If it ain’t broke springs to mind!

1 Like

Did you try using the last 0.3.2-beta (master branch from github)?

My advise would also be to go back to 1.6.5. The last Arduino IDE has lots of weird stuff if you ask me. I threw it out for now :slight_smile:

1 Like

I can’t find the beta Version. Do you have a link to it?