Tattwam 0 Posted January 20, 2017 Share Posted January 20, 2017 Hello All I have recently purchased TI CC3200 Launchpad. I am trying following project : https://www.hackster.io/daniel_ohh/control-a-cc3200-launchpad-with-your-phone-using-blynk-e5b143 I am getting error at code verification : fatal error: BlynkSimpleTI_CC3200_LaunchXL.h: No such file or directory #include <BlynkSimpleTI_CC3200_LaunchXL.h> ^ compilation terminated. I have installed libraries in Energia/libraries folder under documents folder as well as copied under installation directory/energia-0101E0017\hardware\cc3200. Also I can not find "BlynkSimpleTI_CC3200_LaunchXL.h" file in Blynk libraries folder. I have tried with Energia 17 & 18. Please help me in this regard. Quote Link to post Share on other sites
LIJsselstein 9 Posted January 20, 2017 Share Posted January 20, 2017 I also often have problems with libraries in Energia where the compiler says 'No such file or directory' while the library is clearly installed correctly. In at least one instance I was able to fix this, perhaps this works for you as well: When the "#include <BlynkSimpleTI_CC3200_LaunchXL.h>" statement is in a header file but only the accompanying .cpp file is referencing anything in the Blynk library then you could try to move the #include to the .cpp instead. Quote Link to post Share on other sites
Rei Vilo 695 Posted January 20, 2017 Share Posted January 20, 2017 Which OS are you using? Check the installation required for each OS at http://energia.nu/download/ Before playing with Blynk, you may explore first the examples provided with Energia: File > Examples > 01.Basics > Blink File > Examples > WiFi > Connect with WPA File > Examples > WiFi > Simple Web Server WiFi Quote Link to post Share on other sites
Tattwam 0 Posted January 20, 2017 Author Share Posted January 20, 2017 Thank you for the reply. I am using Windows 10 64 bit OS. I am also able to run the first "Blink" program. Everything looks good, I am able to select the board as well as serial port. Quote Link to post Share on other sites
Tattwam 0 Posted January 22, 2017 Author Share Posted January 22, 2017 I am still getting the same error. Waiting for your reply Thanks Quote Link to post Share on other sites
lalo630 8 Posted February 3, 2017 Share Posted February 3, 2017 I am still getting the same error. Waiting for your reply Thanks Have you resolved this issue? I am currently doing a project using the cc3200 and blynk. I might be able to help. Sent from my SM-G935T using Tapatalk Quote Link to post Share on other sites
lalo630 8 Posted February 4, 2017 Share Posted February 4, 2017 I downloaded the blynk library from the blynk website at: http://www.blynk.cc/getting-started/ I also followed the install instructions provided by blynk. All you have to do is select the add .zip library in energia. Then select the blynk zip file from your computer. After that, the library should be installed and blynk should work. Sent from my SM-G935T using Tapatalk Quote Link to post Share on other sites
lalo630 8 Posted February 4, 2017 Share Posted February 4, 2017 I just realized why your code is not working. The project you are trying to replicate from hackster.io is using an outdated version of the blynk library. Replace: " #include <BlynkSimpleTI_CC3200_LaunchXL.h>" With: " #include <BlynkSimpleEnergiaWiFi.h>" in your code and it should work. I hope this helps. Quote Link to post Share on other sites
VIVEKSUTAR0709 0 Posted November 8, 2017 Share Posted November 8, 2017 Hii... I am trying to compile the .INO file in Energia foe ArduCAM_CC3200_UNO borad and getting C:\Users\DriveZero\Desktop\ArduCAM_MT9D111_Camera_Playback\ArduCAM_MT9D111_Camera_Playback.ino:29:21: fatal error: ArduCAM.h: No such file or directory #include <ArduCAM.h> ^ compilation terminated. exit status 1 Error compiling for board ArduCAM UNO w/ CC3200 (80MHz). please help me with this. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.