Thinxtra / Xkit-Sample

Sample Code for the Xkit. The perfect way to get started with Sigfox, the Thinxtra devkit Xkit boasts a full suite of features and accessories to empower anyone to set up an IoT solution, even with very little hardware experience. Perfect for start-ups, design houses, universities and schools, the kit has everything you need to hit the ground running using the globally available Sigfox network.
23 stars 21 forks source link

Development Kit Startup > not working Win10.Arduino 1.8.8 #9

Open adriens opened 5 years ago

adriens commented 5 years ago

After having applied steps of startup kit Xkit_Development_Guide_For_Arduino_v10.pdf

I could not manage to make the demo run :

2018-12-14 17_37_15-sigfox _ arduino 1 8 8

Sketch uses 16826 bytes (52%) of program storage space. Maximum is 32256 bytes.
Global variables use 1260 bytes (61%) of dynamic memory, leaving 788 bytes for local variables. Maximum is 2048 bytes.
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x00
An error occurred while uploading the sketch

Any help would be greatly appreciated ad for now I'm stuck.

omarcoaur3lio commented 5 years ago

Hi, To upload a sketch to the Arduino board (with the Xkit shield plugged into it), you must remove the P9 jumpers on the Xkit or disconnect you Xkit of the arduino.

adriens commented 5 years ago

Thanks, I'll try this approach 👍

adriens commented 5 years ago

@sgtmarcoaurelio : removing the P9 jumper did the job 🎆 👏 🙏 Thanks a lot for your help, I could instantly upload the code !