[Tinyos-help] tmp275 temp sensor and APDS 9300 light sensor

2010-05-18 Thread vinit agrawal
has anyone worked on tmp275 sensor ,its a successor of tmp175 whose components are already their in the tos/chips folder. APDS 9300 is a light sensor working on I2C to give full luminosity value in Lux that is lite on it. I am working on micaz platform and trying to get it working, if anyone has

[Tinyos-help] TelosB and Spartan 3

2010-05-18 Thread Sorornejad, Paimon CSC
Hi folks; I am looking to integrate the use of a TelosB board with a FPGA that houses a Spartan3 microprocessor (Basys2). My goal is to essentially use a telosb connected to a PC, to send messages over the radio to another telosb that is connected to this fpga, which will parse the address tha

Re: [Tinyos-help] Etx

2010-05-18 Thread Yusnaidi Md Yusof
I see. Thank you. Yusnaidi On Tue, May 18, 2010 at 4:23 AM, Omprakash Gnawali wrote: > On Fri, May 14, 2010 at 4:37 PM, Yusnaidi Md Yusof > wrote: > > Hi Omprakash, > > > > Thanks a lot. Thus, I guess the CtpInfo.getEtx() will return a routing > cost > > from transmitters to root; and the CtpPa

Re: [Tinyos-help] CTP

2010-05-18 Thread ranal fernando
i got it thank you very much ranal > From: gnaw...@cs.stanford.edu > Date: Mon, 17 May 2010 20:20:42 -0700 > Subject: Re: [Tinyos-help] CTP > To: ranalferna...@live.com > CC: tinyos-help@millennium.berkeley.edu > > On Thu, May 13, 2010 at 3:50 PM, ranal fernando > wrote: > > Dear all, > > > >

Re: [Tinyos-help] types

2010-05-18 Thread Michael Schippling
In common TOS usage a structure with "Msg" in it is the payload portion of a TOS_Msg or message_t structure that is transmitted over the radio, or serial UART between the base-station and host. Usually you can imagine the Msg being overlaid on the TOS_Msg.data[] array set aside for user payload. T

Re: [Tinyos-help] Using TinyOS mspgcc toolchain for building MSP430 MCU-s

2010-05-18 Thread Michael Schippling
You can find most everything anyone knows about mspgcc at: mspgcc.sourceforge.net/ MS Andres Vahter wrote: > Hi, > > I have mspgcc toolcain installed and it is working well with telosb. > How can I use it for building and uploading a simple example program > from TI webpage: MSP430F22x2,

Re: [Tinyos-help] [tinyos-help] Help with I2CPacket.nc

2010-05-18 Thread Michael Schippling
If the T2 impl is like the T1 version there are four bits you can send to I2C read/write, which are conveniently not defined or described anywhere: /* ** I2CPacket read/write command flags, ** defined in I2CPacketM.nc but not in a header file... */ #define STOP_FLAG 0x01 //send stop/end com

Re: [Tinyos-help] tinyld

2010-05-18 Thread sadun silva
Thanks Mike for the quick reply. But when i ran tosthreads-gen-dynamic-app it says command not found but i changed it by just giving tosthreads-dynamic-app but when i gave that it says that it is expecting what should i do to get the Blink.tos binary file? Because i see only a Blink.c file i

Re: [Tinyos-help] Help with TOSSIM.

2010-05-18 Thread Philip Levis
On May 17, 2010, at 11:20 PM, praneeth goud wrote: > /opt/tinyos-2.1.1/tos/lib/tossim/tossim_wrap.cxx: In function ‘void > SWIG_Python_AddErrorMsg(const char*)’: > /opt/tinyos-2.1.1/tos/lib/tossim/tossim_wrap.cxx:880: warning: format not a > string literal and no format arguments I just updat

Re: [Tinyos-help] basestation data receive ratio help

2010-05-18 Thread Janos Sallai
Add PFLAGS+=-DTASKLET_IS_TASK to the Makefile. Please look at apps/BaseStation/Makefile for reference. Janos On Tue, May 18, 2010 at 10:30 AM, 徐经纬 wrote: > I use 10 IRIS motes and one IRIS mote as Basestation.  packet send in every > 0.2s.  So 10 IRIS motes send 20 packets in every second. I use

Re: [Tinyos-help] Hi

2010-05-18 Thread Chieh-Jan (Mike) Liang
Have you checked out "tinyos-2.x/apps/tosthreads/apps/BaseStation" and "tinyos-2.x/apps/tosthreads/capps/BaseStation"? Do they do what you want? Thanks Mike On May 18, 2010, at 11:41 AM, swayanti das wrote: > Hello everyone > > Does anyone has the code for BaseStation using threads. > Please

[Tinyos-help] Hi

2010-05-18 Thread swayanti das
Hello everyone Does anyone has the code for BaseStation using threads. Please help me with this. Thanks Swayanti ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] basestation data receive ratio help

2010-05-18 Thread 徐经纬
I use 10 IRIS motes and one IRIS mote as Basestation. packet send in every 0.2s. So 10 IRIS motes send 20 packets in every second. I use One basestation mote+mib520 receive data from radio and send it via usb to my PC. But the Basestation will break down after few minutes it started. The Basesta

Re: [Tinyos-help] Packet transmission time

2010-05-18 Thread Yusnaidi Md Yusof
Hi Brano, Thanks very much. I got it. I can compile it now. However, when I issue a 'make micaz sim' command, I got error messages such as follows: In component `AppC': AppC.nc:33: no match make: *** [sim-exe] Error 1 This is what I have in the module file: use

[Tinyos-help] Any Sniffer working?

2010-05-18 Thread Joaquim Oller
Hi! I was trying to get working the "tub" app in tinyos-2.x-contrib but I think it does not follow the new cc2420 driver anymore so it has been outdated. I would like some sniffer working in tinyos-2.x, but BaseStation15.4 does not work when changing the CC2420_DEF_CHANNEL from 26 to the one I wa

Re: [Tinyos-help] TOSSIM and CTP

2010-05-18 Thread Newlyn Erratt
I'm using the meyer noise data. I tried adding a one shot after I setup ctp for 1 millis and bumped up the simulation to run for 10 cycles and now the client gives the parent message before it tries to send but still sits in the no route loop for the entire simulation. Any ideas? I'm goin

[Tinyos-help] types

2010-05-18 Thread raoudha baklouti
Spam detection software, running on the system "mail.Millennium.Berkeley.EDU", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator

[Tinyos-help] Can't stop Radio on Meshbean (MeshNetics Zigbit)

2010-05-18 Thread C L
Hello I'm testing some of my TOS applications (which works on TelosB successfully) on the Meshbean platform. I access my radio through SplitControl and I get success for RadioControl.start() the first time. However, I can't stop: RadioControl.stop() returns an error. So, I have to keep my radio c

[Tinyos-help] Using TinyOS mspgcc toolchain for building MSP430 MCU-s

2010-05-18 Thread Andres Vahter
Hi, I have mspgcc toolcain installed and it is working well with telosb. How can I use it for building and uploading a simple example program from TI webpage: MSP430F22x2, MSP430F22x4? These example programs consist of only single .c file. Could someone provide example how Makefile should look