I am trying to Verify this Sketch but it is giving me this error
Arduino: 1.8.1 (Windows 8.1), Board: "Arduino/Genuino 101"
C:\Users\Abrumbi\Desktop\Arduino_101_Blynk_BLE\Arduino_101_Blynk_BLE.ino:10:33: fatal error: BlynkSimpleCurieBLE.h: No such file or directory
#include <BlynkSimpleCurieBLE.h>
^
compilation terminated.
exit status 1
Error compiling for board Arduino/Genuino 101.
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
Any idea of how to fix this?
I have updated my Intel Curie Board package to its latest version.
To install it from the Library Manager I got to Sketch -> Include Library -> Manage Libraries -> Search up Blynk and Download/Update
I've downloaded the files from the Official Blynk Website, but the .zip does not contain the BlynkSimpleCurieBLE file.
In both cases, mine does. If I download the zip from GitHub or install it via the library manager, I have the "BlynkSimpleCurieBLE.h". So you most do something else than you tell us.
I downloaded the Blynk_Release_v0.4.7 from GitHub and it had the BlynkSimpleCurieBLE file in it but for some reason the Blynk_Release_v0.4.6 Zip File did not have the BlynkSimpleCurieBLE File. I guess I was not downloading the Updated Zip File.
I know this is an old thread, but I am having the same issues and not sure why. I try to compile the sketch and it fails on the #include line. I have the most recent version and have updated and installed blynk by going to manage libraries. I have restarted everything as well and still no luck. Any suggestions?