Tagged Questions
TinyOS is an open source and free operating system under BSD license targetting low-power wireless devices, such as those used in sensor networks, ubiquitous computing, personal area networks, smart buildings, and smart meters.
2
votes
2answers
57 views
Metrics for comparing event-based and thread-based programming models
I have been asked to compare the programming models used by two different OSs for wireless sensor networks, TinyOS (which uses an event-based model) and Contiki (which uses events internally, but ...
1
vote
0answers
17 views
tinyos and mc52259demo embedded board
How to cross compile an ubuntu tinyos 2.1.1(BLIP) code and the data on the mc52259demo freescale board.
1
vote
0answers
60 views
Difference between Send.nc and SendMsg.nc
What is the difference between Send and SendMsg interface in tinyos?
1
vote
1answer
283 views
TinyOS CC2420ReceiveP
I want to hold onto packets that fail the crc check. To do this I have commented out a section of the CC2420RecieveP readDone function that checks the msb bit of the LQI byte in the received buffer.
...
0
votes
1answer
26 views
Killerbee- LED glow issue
I am working on the Killerbee rzusb stick, mostly used to sniff/Listen data packets in radio platform.
I would like to program this device according to my need. There are three LED's on the stick, can ...
0
votes
0answers
41 views
nesC : SPIN Implementation on nesC
Does anybody have tutorial about SPIN implementation on Wireless Sensor Networks using nesC language? I already read some papers about SPIN on wireless sensor but I'm still confusing about how to ...
0
votes
0answers
17 views
Compiling custom module for TinyOS
I've written a custem module for TinyOS to run on a MICAz mote. I followed the tutorial lesson 3 which introduced radio communication. But compiling my module yields several error messages claiming ...
0
votes
0answers
24 views
CTP implementation EasyCollection ,base mote can't fire receive function
I come up with a problem about the CTP implementation EasyCollection. after downloading the program to Telosb ,I find that the base mote (which TOS_NODE_ID = 1) doesn't fire the receive fuction ,don't ...
0
votes
0answers
98 views
Compile TestSerial TinyOS
I installed Tinyos 2.1.1 on Ubuntu 11.10 using these instruction http://docs.tinyos.net/tinywiki/index.php/Installing_TinyOS_2.1.1#Two-step_install_on_your_host_OS_with_Debian_packages
I am able to ...
0
votes
0answers
70 views
to know local time on iris mote
I am doing a project in wireless sensor nodes wherein I need to first find out the local time from Iris mote and then proceed further. I am trying the code below but am getting certain errors. I am ...
0
votes
0answers
65 views
Question about CTP in TinyOS
Im working with CTP and have a question about something weird i found.
Each node have a neighbor table where they store info about them and the parent of the node is selected between those neighbors.
...
0
votes
0answers
47 views
BLIP implemntation of IPHC on the routing driver
i am working on an iris mote and wanted to ping it.i am using BLIP on TINYOS i know that the hc compression is done at the routing driver end.i wanted to know whether the IPHC is also ...
0
votes
0answers
100 views
Difference between Intercept and Snoop in CollectorC on tinyos?
I've recently started programming some micaz motes and have successfully managed to wire in the CTP protocol (CollectionC) on the motes so that they are talking to a single root mote plugged into the ...
0
votes
0answers
96 views
BLIP implementation using TINYOS on linux kernel
my name is anil and facing problems in implementing BILP implementation using TINYOS on linux kernel.please help me.
0
votes
1answer
554 views
Installing TinyOS 1.x and TOSSIM in Ubuntu
I've been into a project for evaluating the performance of a wireless sensor network. I need to work with TinyOS 1.x and nesC. Also I need to install TOSSIM simulator. I'm using Ubuntu 10.04. Is ...
0
votes
1answer
101 views
Heterogenous application simulation running TOSSIM
I'm planning on building a sensor network using at least two different applications - one application to sense and send data and another to collect data at the root of an ad-hoc network, for example.
...
0
votes
1answer
410 views
Tinyos reception after second reply doesn't work
I'm in trouble with my nesC code. In my code I send a first packet using AMSend.send(AM_BROADCAST_ADDR, &packet, sizeof(rd_message)).
After that, when a message is received in function event ...
0
votes
2answers
323 views
Some help required while working on Java and Cygwin together
I am new to java and also cygwin . I do not have in detailed knowledge of both .
I need some help..
I simple steps i will try to explain my problem.
1) I am working on tinyOS . its open source OS ...
0
votes
1answer
369 views
TInyOS 1.x Generating an error when compiling BLINK
root@everton-laptop:/opt/tinyos-1.x/apps/Blink# make pc
compiling Blink to a pc binary
ncc -o build/pc/main.exe -g -O0 -board=micasb -pthread -target=pc -Wall -Wshadow -DDEF_TOS_AM_GROUP=0x7d ...
0
votes
2answers
1k views
no rules to make target 'micaz'
I am a new in Tinyos.
I am following the tinyos Tutorial lesson 3: Mote-mote radio communication.
When I use 'make' to compile the program BlinkToRadio in lesson 3, I got a error message:
make: *** ...
0
votes
1answer
62 views
Are event in tinyos signaled inside the stack?
I wanted to ask something that I think is not clearly specified in the tinyos2 programming manual. When a command or task signals an interface event are the wired functions called immediately, i.e. in ...
0
votes
4answers
3k views
Tinyos Exception in thread “main” java.lang.UnsupportedClassVersionError: Bad version number in .class file
When I use make command, like make mica2, in TinyOS. The following problem will occured:
Exception in thread "main" java.lang.UnsupportedClassVersionError: Bad version n
umber in .class file
at ...
-1
votes
1answer
48 views
Zigbee packet analysis using Killerbee
I am working on Tiny OS using Micaz sensors on Zigbee platform. I am also using Killerbee to analyze the data packets. Can anyone suggest how to read those hexadecimal values?
Because the node-ID I ...