Questions tagged [xively]

Xively is a platform devoted to simplifying the interconnection of devices and data with applications on the Internet of Things.

By providing necessary resources, Xively helps developers and builders easily create, prototype, build, pilot and deploy their Internet connected product. So they can transform the way people experience their world.

Xively's REST API, extensive hardware and software libraries for your device, application, or service makes it easy to program in the language or environment of your choice.

References:

157 questions
0
votes
1 answer

Xively C library with ubuntu eclipse(gcc/g++) 32bit crosscompilation app connectivity

I have optimised my ubuntu 13.04 running 64-bit machine to cross-compile for 32bit ARM and checked by developing c/c++ code the code is successfully running on 32bit ARM(BBBlack) NOW what I want to achieve is connectivity with the Xively server's…
Naaz
  • 273
  • 2
  • 6
  • 21
0
votes
1 answer

debugging error in xively tutorial for raspberry pi

I am new to Raspberry pi and xively and during running the tutorial from xively itself "https://xively.com/dev/tutorials/pi" , I had debugging errors as follows: "Requirement already up-to-date: xively-python in…
0
votes
1 answer

Xively ParserUtil API

I am trying to use the ParserUtil to deserialize and serialize Xively data objects such as Datastream and Datapoint. While the toJson function works perfectly, I can't get toConnectedObject and toConnectedObjects function working. The following is…
0
votes
2 answers

Device’s Activation Code best practice

Quoting the documentation: Once pre-registered, a Device can Activate by sending an Activation Code to the Xively API. This signals to Xively that the Device has woken up for the first time, and is requesting to be provisioned with a Feed ID and…
user2471214
  • 729
  • 9
  • 17
0
votes
3 answers

Arduino+WiFly shield failing to communicate to xively

I have a problem in delivering sensor data to the xively API via an Arduino Uno v3 and a Sparkfun WiFly shield. The problem is not in the hardware, or in the WiFly shield library since I can deliver the data to the Paraimpu server just fine. The…
0
votes
1 answer

curl to xively using python

I'm looking to push json packets to xively using this command: jstr = '''{ "version":"1.0.0",…
0
votes
2 answers

Arduino GSM SMS and GPRS - Xively. Can't both simultaneously

Hi Arduino beginner here. I'm using an Arduino UNO R3 with the official Arduino GSM module. IDE 1.0.5. I'm trying to upload data to Xively but also be able to recieve an SMS. I have been able to do both independently ( even creating functions for…
0
votes
1 answer

Uploading multiple DS18B20 values to Xively Newbie Alert

i am having problmes getting this code to upload the channel id and values to xively, can someone offer me some guidance on where i am going wrong? temp = read_temp() data = json.dumps({"version":"1.0.0",…
0
votes
0 answers

Sending data to Xively using Arduino mega + Gprs shield sim 900

I am using Arduino Mega2560 and GPRS Shield Sim900 and trying to send data to Xively using the code below. What should I change in this code to send data to Xively with Sim900 GPRS Shield? /* * Xively WiFi Sensor Tutorial * * This sketch is…
jmd_m
  • 1
  • 1
0
votes
2 answers

Float precision C - passing parameter to Xively

I have made a temperature sensor function that returns a float number with 6 digit after the . (eg: 28.500000) Using: float fTemp; ... printf("Temp = %.1f", fTemp); I can limit the temperature decimal to one, and everything is fine. (eg; 28.5) Now…
d82k
  • 379
  • 7
  • 17
0
votes
1 answer

How to update a xively feed in a C++ project

I have a Raspberry Pi that reads sensor data and I would like to send it to a xively feed. I figured out that I have to use either the API or the C library. I failed trying to use the library. I would like to have something like this in my C++…
Toast
  • 596
  • 2
  • 19
  • 39
0
votes
2 answers

node.js Xively curl

Hello I want to use xively with the curl function. I use nodejs to retrieve the values ​​of my arduino with my raspberry. I would like to know if you know how to use curl with nodejs because after several attempts I have failed. Thank
0
votes
1 answer

How to update the value of a single datapoint using https

While the Xively API documentation and Libraries provide a good resource to read and write to Xively feeds and datastreams I cant seem to find a reference how to compose a https request to update a single datapoint. For Example: To code a "button"…
0
votes
1 answer

Xively Embedded C Memory Footprint

Does anyone know the memory requirement for the Xively Embedded C library? RAM and Flash size? I intend to use a low cost micro-controller with limited memory - 16KB flash and 1KB SDRAM. Thanks!
0
votes
0 answers

Can't upload Xively feeds with an Arduino GSM shield

I was trying to upload a Xively feed with an Arduino connected via an Arduino GSM shield. Xively does not publish any specific example for an Arduino GSM shield. I tried to use the Arduino GSM Pachube Client library changing "pachube.com" in…
1 2 3
10
11