IBM-Cloud / iot-sensor-tag

Sample code for connecting to a TI Sensor Tag and using that data in apps deployed to Bluemix.
Apache License 2.0
33 stars 45 forks source link

npm istallation failure #4

Closed HarrySaggu11 closed 9 years ago

HarrySaggu11 commented 9 years ago

I am using a Beagle Bone Rev C and Ti sensor tag CC2650. As per your tutorial @ryanjbaxter I followed the whole procedure step by step but failed to connect the sensor tag as the screen showed npm install failed. I am using Windows 7 and used Putty to access the beagle Bone. I have tried doing the same thing on two different internet sources, First at the University and Second at my home. There different reason npm installation failure. please find the attachments for more information. issue with ceritifcation

npm installation issue

Please advise me as to what shall I do in order to get this problem fixed. ?

ryanjbaxter commented 9 years ago

@HarrySaggu11 the second screen shot appears to be from a different project, there is no setup.sh file in this repository.

The error in the first screenshot looks like an SSL problem. I found this issue in the NPM repository. You might want to check that the system clock on your beaglebone is set to the correct time. Let me know if that fixes it.

HarrySaggu11 commented 9 years ago

hey @ryanjbaxter how can I set the time on Beaglebone ?

ryanjbaxter commented 9 years ago

@HarrySaggu11 Google is your friend :) I have never had to do it myself. A quick search and it looks like this page might be useful http://derekmolloy.ie/automatically-setting-the-beaglebone-black-time-using-ntp/

HarrySaggu11 commented 9 years ago

hey @ryanjbaxter, Thanks for your reply, I'll try to use the link right away.

I did the same thing without a beagle bone and used sensor tag's mobile app instead of beagle bone for pushing data on the cloud. Now i am stuck in Bluemix. The problem is that I cannot generate the graphs on Hadoop, IBM's analytic's tool for Big data. I can t even access the data from cloudant on dash DB. On hadoop, it constantly keeps requesting for data and on dash db, under the message section its shows 'Request Queued'. I reckon the the data from cloudant is not getting send to either of dash db and hadoop for further processing. Please have a look at the attachments and kindly advise as to what should i do ?

cloudant issue 1 cloudant issue 2

Many Thanks

ryanjbaxter commented 9 years ago

@HarrySaggu11 please only post issues related to the code in the repo here. If you have general questions about Bluemix and its services please post them to either developerWorks or StackOverflow. See the link here https://developer.ibm.com/bluemix/#support

HarrySaggu11 commented 9 years ago

thanks @ryanjbaxter