Re: [Tinyos-help] micaz voltage increasing when battery droop

2011-05-24 Thread 崔晓宗
Battery Voltage. The returned value represents the difference * between the battery voltage and V_BG (1.23V). The formula to convert * it to mV is: 1223 * 1024 / value. 2011/5/25 Michael Schippling > As I understand it, the mica platforms measure battery voltage > by taking a reading from a f

Re: [Tinyos-help] Urgent: Display Mote Data

2011-05-24 Thread daniele mattiacci
thank you and sorry again 2011/5/25 Michael Schippling > Yup. I seen both messages... > > For communication examples, look at the Listen and Oscilloscope > Java programs, and search for the MIG message generator doc. > > MS > > daniele mattiacci wrote: > >> hi all, apologize if i write here but

[Tinyos-help] Packet structure telosb and tmotesky

2011-05-24 Thread Jorge R. Beingolea G.
hi... I am using TmoteSky and Telosb with Oscilloscope aplication and need your help ... i have o next frame: 00 FF FF 00 07 1C 00 93 00 00 01 00 00 07 00 B8 0E 27 0E 28 0E 28 0E 28 0E 28 0E 28 0E 28 0E 28 0E 28 0E 23 and I do not have the description of the fields of the frame, it happens that

Re: [Tinyos-help] Microsecond Timestamping

2011-05-24 Thread Janos Sallai
Sean: You'll need to grab the _whole_ tinyos-2.x tree from google code. Updating only _some_ directories will not work. Once you have the latest tree, follow the instructions in the README file. Janos On Tue, May 24, 2011 at 11:31 PM, Xiaowei wrote: > Hi Janos, > > To test your apps/tests/rfxli

Re: [Tinyos-help] Urgent: Display Mote Data

2011-05-24 Thread Michael Schippling
Yup. I seen both messages... For communication examples, look at the Listen and Oscilloscope Java programs, and search for the MIG message generator doc. MS daniele mattiacci wrote: > hi all, > apologize if i write here but i think i have some problem, i send an > email to the tinyos-help, but

[Tinyos-help] [tinyos-help]Problem with make micaz

2011-05-24 Thread Vamsidhar Addanki
hi there when i type "make micaz" in my ubuntu vmware player, i receive a huge list of errors. I do not face such problems with "make telosb". I use tinyos 2.1.1. please help me out . . . . . In file included from /opt/tinyos-2.1.1/tos/platforms/mica/MeasureClockC.nc:12, from /

Re: [Tinyos-help] Urgent: Display Mote Data

2011-05-24 Thread daniele mattiacci
hi all, apologize if i write here but i think i have some problem, i send an email to the tinyos-help, but the email doesn't return on my email address, does anyone receive my request called blip/telosb question? 2011/5/23 Saif Ahmad > How can I display communication messages and data exchanged

[Tinyos-help] blip/telosb problem

2011-05-24 Thread daniele mattiacci
Hi all, i'm using 2 motes with blip installed:1 works like IPbasestation and he's attached to the PC, 1 has TCPEcho application running and he's attached to my PC. I'm try to develop an application in Java that send IPv6 packet to a mote.I see by console that IPBaseStation doesn't discarded the pac

Re: [Tinyos-help] Microsecond Timestamping

2011-05-24 Thread Xiaowei
Hi Janos, To test your apps/tests/rfxlink/TestPacketTimeSync, I downloaded the whole folder TestPacketTimeSync to my directory /opt/tinyos-2.1.0/apps, and cc2420x to /opt/tinyos-2.1.0/tos/chips. When I compile TestPacketTimeSync, there's always error like "no match", "cannot find***". Is it suppos

Re: [Tinyos-help] using 6lowpan on telosb tprca2400ca trp2410ca

2011-05-24 Thread daniele mattiacci
I explain better my problem if could help anybody in the answer: I have done an application that read from a serial port USB0 in ubuntu 10.4, where there's attached IPBaseStaion the output without do nothing is this: Stable Library = Native lib Version = RXTX

Re: [Tinyos-help] using 6lowpan on telosb tprca2400ca trp2410ca

2011-05-24 Thread daniele mattiacci
Hi all, i'm using 2 motes with blip installed:1 works like IPbasestation and he's attached to the PC, 1 has TCPEcho application running and he's attached to my PC. I'm try to develop an application in Java that send IPv6 packet to a mote.I see by console that IPBaseStation doesn't discarded the pac

[Tinyos-help] Parsing Serial Messages

2011-05-24 Thread Saif Ahmad
How can I parse the data I read through the serial port as all of it is in hex? ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] micaz voltage increasing when battery droop

2011-05-24 Thread Michael Schippling
As I understand it, the mica platforms measure battery voltage by taking a reading from a fixed 1.23v chip. Since the ADC reference (full-scale-value) _is_ the battery itself, the reading from the chip will _increase_ as the battery droops. You may be seeing this effect, but I thought the Voltage

Re: [Tinyos-help] MICA 2 Help!!

2011-05-24 Thread Michael Schippling
The main step is to make something that works... I usually start with whatever hacked up bit of hardware poking I can find which does sort of what it should. Then I try to figure out what kind of semi-rational interface I should provide, keeping in mind that there may be other bits of hardware or

Re: [Tinyos-help] DAC on TelosB

2011-05-24 Thread Sandip Bapat
I have indeed managed to get the DAC to work on the TelosB. I will send you some test code via a separate email. Sandip ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tin

Re: [Tinyos-help] Microsecond Timestamping

2011-05-24 Thread Janos Sallai
Sean: Look at how the wiring is done in the test app in apps/tests/rfxlink/TestPacketTimeSync. TimeSyncMessageC and ActiveMessageC provide multiple PacketTimeStamp interfaces, PacketTimeStampRadio (TMicro precision on the telos/micaz) and PacketTimeStampMilli (TMilli precision). You'll need to wir

Re: [Tinyos-help] blip/telosb question

2011-05-24 Thread daniele mattiacci
I explain better my problem if could help anybody in the answer: I have done an application that read from a serial port USB0 in ubuntu 10.4, where there's attached IPBaseStaion the output without do nothing is this: Stable Library = Native lib Version = RXTX

[Tinyos-help] blip/telosb question

2011-05-24 Thread daniele mattiacci
Hi all, i'm using 2 motes with blip installed:1 works like IPbasestation and he's attached to the PC, 1 has TCPEcho application running and he's attached to my PC. I'm try to develop an application in Java that send IPv6 packet to a mote.I see by console that IPBaseStation doesn't discarded the pac

[Tinyos-help] DAC on Telosb

2011-05-24 Thread C L
Hello Has anybody managed to get the DAC working on TelosB? Or, any experience with this code from David Moss in tinyos-2.x-contrib: http://tinyos.cvs.sourceforge.net/viewvc/tinyos/tinyos-2.x-contrib/rincon/tos/chips/msp430/dac12/ I tried the code - no success. CL __

[Tinyos-help] make micaz sim:problem for Blink app

2011-05-24 Thread vinod kumar
I am working over windows using cygwin.I hve installed everything for tinyOS.I have checked for python even.It might be because of path settings. when I type: make micaz sim for the Blink app, Its running to some extent and then showing: tos-ident-flags:not found make:python-configure- 2.3 :Command

[Tinyos-help] MICA 2 Help!!

2011-05-24 Thread fabrice fothe
Hi every body,       I'm working on Mica2 for my  Bachelor thesis.I have the original node for sending and receiving i also have one Sniffer (MIB 520) like Base Station.My supervisor make a new component MICA2 using the piece from The Crossbow Technology. Now my job it to make th

[Tinyos-help] micaz voltage increasing when battery droop

2011-05-24 Thread srsini srsini
Hello, i try to compute the remaining power in the battry in micaz !! but each time i do the test i find that the power is increasing . that's strange , i don't understand the matter. PLZ any idea could help. i use this # */ module VoltageP { provides interface Atm128AdcConfig; } implementat