enableiot / iotkit-samples

Demonstration code for the IoT Kit
Other
43 stars 36 forks source link

Updated script for Galileo Gen2/Edison support #25

Closed bbaltz505 closed 9 years ago

bbaltz505 commented 9 years ago

the previously closed defect (DP-3567) only fixed the sample sketch IotKitSimpleExample.ino for Edison devices. The sketch seems out-of-date on Galileo Gen2 boards.

bbaltz505 commented 9 years ago

We also need to create an update IotKit.zip file as that is how the user imports the library and examples - per the README

mtomczew commented 9 years ago

Have you tested this sketch on both Edison and Galileo? I don't have a chance to do it in the nearest future.

mtomczew commented 9 years ago

Keeping binary files in git repository is a weird idea. However, you can prepare required zip archieve and add in another commit in this request if it's needed for compatibility reasons.

bbaltz505 commented 9 years ago

Yes. I tested on a Galileo Gen2 and an Edison.The sketch can support only one device at a time. The default is for Galileo. The user will need to edit the temperature sensor path in the script for Edison.

bbaltz505 commented 9 years ago

I agree. Usually you shouldn't store binary files in Git but I'm not sure where/how else to host the library zip.

mtomczew commented 9 years ago

Merged