Questions tagged [tinyos]

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.

What is TinyOS ?

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. Fundamentally, it is a work scheduler and a collection of drivers for microcontrollers and other integrated circuits commonly used in wireless embedded platforms.

Programming languages

TinyOS applications are written in the programming language nesC, a dialect of the C language optimized for the memory limits of sensor networks. Its supplementary tools are mainly in the form of Java and shell script front-ends.

References

127 questions
0
votes
1 answer

TinyOS , Could not receive the packet after restarting the mote

pseudocode; 1-boot (red led) broadcast the packet,after send done(green light) receive the packet, decode the packet and set led accordingly as (set blue) broadcast the packet after coding, send done (set led green) receive packet, decode it and…
Swetha.P
  • 81
  • 2
  • 8
0
votes
1 answer

TinyOS periodic Bcast AMSend not received

I want to send messages periodically through this program, the messages are broadcasted fine and I get a sendDone message. The problem is that these messages are not received well. I would really appreciate any help to find out where the problem…
ali seoud
  • 1
  • 2
-1
votes
2 answers

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 there a way to get it?
Arjun Vasudevan
  • 792
  • 4
  • 13
  • 33
-1
votes
1 answer

What's the exact meaning of uint8_t in TinyOS?

everyone! I'm trying to become familiar with TinyOS. I'd like to know the difference between uint8_t and uint16_t. Thank you in advance :-)
rick87
  • 51
  • 9
-1
votes
2 answers

TinyOS 2.1.2 installation failure

I am trying to install TinyOS 2.1.2 in Ubuntu Virtual Machine. During the execution of the following command I am facing the error mentioned. $sudo apt-get install nesc tinyos-tools msp430-46 avr-tinyos Reading package lists... Done Building…
-1
votes
1 answer

TinyOS interrupts handlling

Please give me an advice for this: I want to get the time when a signal is sent from a mote(I was thinking to generate a interruption when the SFD pin gets from 1 to 0) I didn't find a solution for that, but I found this component: Component:…
Gigg
  • 1,019
  • 3
  • 11
  • 20
-1
votes
1 answer

Xacml in tinyOS

I have to implement an rbac in mica motes. I've read that Xacml helps in implementation of rbac. But I searched tutorials and google and I'm not able to find anything relevant.Can some one please explain how it should be done or any lead to…
1 2 3
8
9