I purchased a Particle Photon recently and flashed the sample connection code to the board with the Particle Build IDE. Unfortunately, I get this error when attempting to compile and upload the code to the board.
test.cpp:57:28: fatal error: SoftwareSerial.h: No such file or directory
void loop();
as well as
compilation terminated.
make[1]: *** […/build/target/user/platform-6test.o] Error 1
make: *** [user] Error 2
Please help! I have had no luck with this.
Looks like you are missing a library. Please provide the sketch but ensure you use the </> icon to format the code. Are you using Blynk 0.3.1. or 0.3.3. and where did you put the libraries? Not sure how the Particle IDE compares with the Arduino IDE but do you know which version your IDE is in Arduino terms (1.6.5 / 1.6.7 etc).