Re: [Tinyos-help] Question For TinyOS I2C. Please Help

2013-04-14 Thread He Dajiang (I2R)
Can you try call I2CPacket.read(I2C_START | I2C_STOP, 0x3B, 1, reg_value); to read? Institute for Infocomm Research disclaimer: This email is confidential and may be privileged. If you are not the intended recipient, please delete it and notify us immediately. Please do not copy or use it

[Tinyos-help] Question For TinyOS I2C. Please Help.

2013-04-13 Thread hakusama1024
://tinyos-help.10906.n7.nabble.com/Question-For-TinyOS-I2C-Please-Help-tp23026.html Sent from the TinyOS - Help mailing list archive at Nabble.com. ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin

[Tinyos-help] Question About TinyOS CC2420 Layers Mismatch (Lpl and Unique) in CC2420RadioC.nc

2011-11-14 Thread Zainan Victor Zhou
Dear Tinyos Community/Core Working Group, My name is Zainan Victor Zhou, from JHU HiNRG Group. As I am TAing Network Embedded System/Sensor I found that the layers in CC2420RadioC.nc are mismatched between Lpl and Unique as shown below: SENDING PART|RECEIVING PART

[Tinyos-help] Question for TinyOS 2.x Acknowledgement Process

2010-12-26 Thread 이현철
Hi All I'm using Telosb motes with the TinyOS 2.1.x and MultihopOscilloscope App. aka, TinyOs's Ack process is 1. A sender call PacketAcknowledgements.requestAck(). 2. A sender send packet to a receiver. 3. The sender check ack using by call PacketAcknowledgements.wasAcked() but, this is the

[Tinyos-help] Question regarding tinyos unicast communication

2010-10-05 Thread Sriram Sankaran
Hello, I am using tinyos-2.x and tossim to unicast a packet from source node 1 to destination node 2. I am following the tutorial Mote-Mote radio communication in the tinyos website. This tutorial mentions about nodes broadcasting packets using the broadcast address. But, I wanted to do unicast

[Tinyos-help] Question about TinyOS App.(Rfm - Cfm)

2009-06-15 Thread Tae-Young Kim
Hi~ My name is Tae-Young Kim. I'm a University Student in Korea, I am not good at English. ^^ These days, I have developing tiny USN system. I have hmote2420. I don't know if you know this model. I installed 'RfmToLeds CfmToLedsAndRfm' program. After, the mote which was installed Cfm~ was

[Tinyos-help] Question about tinyos-2.x/apps/tests/cc2420/RssiToSerial

2007-10-30 Thread sergio mena doce
Hello. I'm a telecommunications engineering degree student from Barcelona (Spain). I'm working with tinyos-2.x under Linux. I have a question executing the RssiToSerial application. As you would can know, RssiToSerial shows by console strings like the following:

Re: [Tinyos-help] Question on TinyOS - Telosb

2007-09-29 Thread Kevin Klues
First Question: I started some months ago modifying the Oscilloscope application, i set the motes to read from the embedded ADC . I discovered that it's a 8bit ADC but i need a more accurate one, how can i connect an external ADC? Its actually a 12 bit ADC, but you can connect an external

Re: [Tinyos-help] Question on TinyOS?

2006-05-12 Thread Michael Schippling
If you mean loaded code size, it varies with the app because only the relevant components are included in the compile. At the end of a make you should see something like: compiled Robot to build/mica2/main.exe 14980 bytes in ROM 527 bytes in RAM For Lines'o'Code in

[Tinyos-help] Question on TinyOS?

2006-05-11 Thread nandy jones
Hi , I was wondering whats the size of TinyOS...i know its kind of wiered Q but i searched everywhere but didnt get any answeri would appreciate if someone could answer and also where/in which document can i find much about the previous versions of this particular embedded operating system.