hi,
i am pretty new to smartcitizen and probably i am making a basic mistake trying to configure my new device version 1.1
after configuring via webinterface failed at step “Checking your Smart Citizen Kit version. This could take a while, please wait.” => lasts forever
i tried with arduino ide (installed as debian package) uploading
https://github.com/fablabbcn/Smart-Citizen-Kit/blob/master/sck_beta_v0_8_6/sck_beta_v0_8_6.ino
but i simply get an “error compiling”:
sck_beta_v0_8_6.ino: In function ‘void setup()’: sck_beta_v0_8_6.ino:78:12: error: ‘sckBegin’ was not declared in this scope sck_beta_v0_8_6.ino:81:12: error: ‘sckSleep’ was not declared in this scope sck_beta_v0_8_6.ino:88:13: error: ‘sckConfig’ was not declared in this scope sck_beta_v0_8_6.ino:89:58: error: ‘sckReadData’ was not declared in this scope sck_beta_v0_8_6.ino:91:46: error: ‘sckReadintEEPROM’ was not declared in this scope ...and lots more error messages...
the only thing i could upload so far was:
and i expected some output like “Trying to connect.” on the serial monitor, but i saw nothing like this.
since i am also quite new to arduino ide it more and more feels like being on the completely wrong path.
can anyone help here?
thanks
tom

Are you sure you have all the files in the right folder. Have you unzipped all the content in the same place!? Best.