Maker Pro
Maker Pro

Zoertia/contiki data upload to things.ubidots.com

usmanOnpoints

Apr 16, 2016
1
Joined
Apr 16, 2016
Messages
1
I have two z1 motes and wants to upload temperature data to cloud using website things.ubidots.com

I followed all the steps that described in given link:

https://www.hackster.io/4348/zolertia-ipv6-6lowpan-ubidots

Border Router terminal log:
************SLIP started on ``/dev/ttyUSB1''
opened tun device ``/dev/tun08''
ifconfig tun08 inet `hostname` up
ifconfig tun08 add 2001:582:37:19d2::/64
ifconfig tun08 add fe80::582:37:19d2:0/64
ifconfig tun08
tun08 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
inet addr:127.0.1.1 P-t-P:127.0.1.1 Mask:255.255.255.255
inet6 addr: 2001:582:37:19d2::/64 Scope:Global
inet6 addr: fe80::582:37:19d2::0/64 Scope:Link
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:500
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)**
*** Address:2001:582:37:19d2:: => 2001:0582:0037:19d2
Got configuration message of type P
Setting prefix 2001:582:37:19d2::
Server IPv6 addresses:
2001:582:37:19d2:c30c::1e6
fe80::c30c:0:0:1e6**


Added Ubidots variable Ids in project-conf.h & one in Makefile as well

running Ubidots-demo.c on another z1 mote here are logs:

Ubidots client: STATE_RESOLVING (3)
Ubidots client: STATE_RESOLVING (3)
Ubidots client: STATE_RESOLVING (3) > Ubidots client: STATE_RESOLVING (3)
Ubidots client: STATE_RESOLVING (4)
Ubidots client: STATE_RESOLVING (4)

If some one else did this successfully or faced same errors
Please help me here to figure out this stuff, or tell me where I m wrong.

This is really really important for me to solve.
Any help will be much appreciated.
 
Top