[Tinyos-help] BlackbookFullConnect with TinyDB

2006-07-18 Thread robycannone
Hi all, I'm trying to use BlackbookFullConnect application with TinyDB. I'm not able to compile togheter this applications. This is the changes I have made: TinyDBApp.nc : ... implementation { components Main, TupleRouter, BlackbookFullConnectC; Main.StdControl - TupleRouter;

[Tinyos-help] problems with the interfaces BareSendMsg and ReceiveMsg

2006-07-18 Thread MANUEL LOPEZ DE MIGUEL
Hello all, I'm trying to send and receive a TOS_Msg using the telosB platform and I detect transmission, reception but unfortunatelly the reception data is different that one I transmit. I have created a componend known as TestC that is the responsible to send and receive tha frames, and a

[Tinyos-help] Error when I try to use the Flash

2006-07-18 Thread lamiaimeil
Hi, I'm new in NesC and I'm trying to use the external flash (ST M25P80) of tmote sky. I use the BlockStorageC component for read and write the flash but when I compile I have this error message: In interface `BlockRead': C:/cygwin/opt/moteiv/tos/lib/Flash/BlockRead.nc:55: syntax error before

[Tinyos-help] Do BlockStorageC works?

2006-07-18 Thread lamiaimeil
Hi, I'm trying to use Flash memory (ST M25P80) of tmote sky and the component BlockStorageC (for BlockRead and BlockWrite interfaces to read and write on the flash). Unfortunately it seems not work. I have installed Moteiv Boomerang 2.0.2 and i've tryed to use all BlockRead.nc and BlockWrite.nc

Re: [Tinyos-help] Raw Temperature readings Conversion to meaningfulDegree Celcious values

2006-07-18 Thread Ole Bischoff
Hy Muddesar, as i said, the element data is a SPMessage-struct, which contains the elementuint16_t reading. So the first four bytes represents the sequence number(uint32_t seqno), the next two bytes are the sensor readings and so on. Also the data is sent by the mote in little-endian

[Tinyos-help] how to store the received data in Mate' VM

2006-07-18 Thread song guo
Hi All,Currently, I have a problem of data processing in Mate'. As we know, we can use the VMBufferReader to read the data received by the mote 0, however, if I want to do some data processing in matlab, I need to write these data to some file, but I do not know how. Could some one give me some

RE: [Tinyos-help] Do BlockStorageC works?

2006-07-18 Thread David Moss
Are you having problems compiling, sending commands, or actually writing/reading data on flash? There are two different components/demo apps that I've written that will let you interact with the mote's flash from the computer: FlashViewer, and FlashBridgeViewer. I probably should have named

[Tinyos-help] TMote Sky, my I2C module doesnt want to work with IntToRfm module

2006-07-18 Thread Nicolas Schulcz
Hi everybody This is the problem, I design an application on the Tmote Sky kit. It have to dialog with an external sensor (I2C protocol), and send values to an other Tmote. I dont find some sample on implementation of the I2C protocol, so I write it myself. When I connect it with the sample

RE: [Tinyos-help] BlackbookFullConnect with TinyDB

2006-07-18 Thread David Moss
Hi Roberto, For the compile errors that read TinyDBApp.nc: At top level: TinyDBApp.nc:47: component BlackbookFullConnectC not found TinyDBApp.nc:51: no match It sounds like your Makefile isn't including the directory to find the BlackbookFullConnectC component, which would be

Re: [Tinyos-help] how to store the received data in Mate' VM

2006-07-18 Thread Philip Levis
On Jul 18, 2006, at 6:05 AM, song guo wrote: Hi All, Currently, I have a problem of data processing in Mate'. As we know, we can use the VMBufferReader to read the data received by the mote 0, however, if I want to do some data processing in matlab, I need to write these data to some

Re: [Tinyos-help] TMote Sky, my I2C module doesnt want to work with IntToRfm module

2006-07-18 Thread Joe Polastre
If you're using Boomerang, you need to acquire the I2C resource. I think there's a few articles about this in the mailing list archives. -Joe On 7/18/06, Nicolas Schulcz [EMAIL PROTECTED] wrote: Hi everybody This is the problem, I design an application on the Tmote Sky kit. It have to dialog

Re: [Tinyos-help] Manually breaking Tmote sky execution using msp430-gdb

2006-07-18 Thread Matt Thompson
I have had the same problem, and have never found a resolution. One workaround I have been using is to set a breakpoint that is hit with the User button to break into the debugger. At least you can set additional breakpoints and continue, however it would be nice to break current execution :)

[Tinyos-help] Antenna gain on tmote

2006-07-18 Thread Matt Thompson
Hi, Does anyone know the dBi gain of the PCB antenna on the tmote sky modules?? We have layed out a board with fractus 1dBi gain antennas, and we're not getting close to the range of the tmote antennas. Trying to figure out if this is due to lack of gain, or other design/manufacturing

Re: [Tinyos-help] Manually breaking Tmote sky execution using msp430-gdb

2006-07-18 Thread Joe Polastre
There's been a lot of activity over the past few weeks getting the USB FET to work with GNU tools. See http://blog.gmane.org/gmane.comp.hardware.texas-instruments.msp430.gcc.user -Joe On 7/18/06, Matt Thompson [EMAIL PROTECTED] wrote: I have had the same problem, and have never found a

Re: [Tinyos-help] Antenna gain on tmote

2006-07-18 Thread Joe Polastre
Tmote Sky's antenna has about a 1-3dBi gain. Impedance matching is tough, and it took a few tries for us to get the right match. -Joe On 7/18/06, Matt Thompson [EMAIL PROTECTED] wrote: Hi, Does anyone know the dBi gain of the PCB antenna on the tmote sky modules?? We have layed out a board

Re: [Tinyos-help] Manually breaking Tmote sky execution using msp430-gdb

2006-07-18 Thread Joe Polastre
And to follow up, if you're running windows, just grab the most recent versions of gdbproxy and msp430-jtag from mspgcc.sf.net and you should be set using TIUSB. -Joe On 7/18/06, Joe Polastre [EMAIL PROTECTED] wrote: There's been a lot of activity over the past few weeks getting the USB FET to

Re: [Tinyos-help] make micaz sim for BaseStation application in TinyOS-2.x developement codes failed

2006-07-18 Thread Liu Haibin
On 7/15/06, Philip Levis [EMAIL PROTECTED] wrote: On Jul 14, 2006, at 2:29 AM, Liu Haibin wrote: Hi, I downloaded the development Tinyos-2.x codes. I got an error when I compiled the BaseStation application. [EMAIL PROTECTED] BaseStation]$ make micaz sim mkdir -p build/micaz placing object files

[Tinyos-help] Easy Cricket installation package available

2006-07-18 Thread Conor Todd
Since people have been asking a few questions about setting up for Cricket (Crossbow MTS450CA) development under TinyOS, I have created a collection of all the necessary files and installation instructions for them under TinyOS-1.1.15 . It's not an RPM, but it does include all the files and

Re: [Tinyos-help] TinyViz ClassNotFoundException

2006-07-18 Thread ded1717
First, thank you the reply! When I only type the command tinyviz, the same error occurs. my classpath: /usr/share/java/comm.jar:/usr/lib/java/RXTXcomm.jar:/opt/tinyos-1.x/tools/java:. my path:

[Tinyos-help] TOSSIM TINYVIZ questions

2006-07-18 Thread Jason Hemann
Dear All, I want to script some simulations using tinyviz -autorun script.autorun. I have looked at the sample script but it did not provide all of the information that I need. For example, I know I can get gridrandom and random layouts using layout gridrandom, etc, but how do I load a layout from

[Tinyos-help] starting and stopping tmotes on FC4

2006-07-18 Thread Avinash Sridharan
Hi,I am working with tinyos-2.x on tmotes on FC4. These tmotes are connected to my linux machine through a USB hub so as long as the USB interface doesn't hang it is quiet convenient to program and reprogram these motes. There are times however due to segfaults in my code or due to simulataneous

Re: [Tinyos-help] starting and stopping tmotes on FC4

2006-07-18 Thread Cory Sharp
In the Linux source tree, you can take a look at, for instance, include/linux/usbdevice_fs.h drivers/usb/core/devio.c You may notice some interesting USB specific IOCTLS, such as USBDEVFS_DISCONNECT USBDEVFS_CONNECT USBDEVFS_RESET There may be some interesting documentation in

Re: [Tinyos-help] Antenna gain on tmote

2006-07-18 Thread Chang Li
What is the maximum distance between two motes who can communicate outside by your chip antenna? Hi, Does anyone know the dBi gain of the PCB antenna on the tmote sky modules?? We have layed out a board with fractus 1dBi gain antennas, and we're not getting close to the range of the

[Tinyos-help] Uploading apps on mica2

2006-07-18 Thread jurin dan
Hi. i'm working with MIB510 and mica2 and mica2dot. presently i've some difficulties to upload an apps on my mote. when i make in micahwverify folder,make install mica2, i get flash error message. i've check the serial connection and setting which working well, the mote

Re: [Tinyos-help] Uploading apps on mica2

2006-07-18 Thread Sankar Gorthi
are you using the MIB510=COM# make mica2 install command? (replace # with com port number) Sankar. On Tue, 18 Jul 2006 17:54:18 -0500, jurin dan [EMAIL PROTECTED] wrote: Hi. i'm working with MIB510 and mica2 and mica2dot. presently i've some difficulties to upload an

[Tinyos-help] Programmer is not responding error

2006-07-18 Thread raj raj
Hi all,I searched the archive for this problem and tried all those suggestions. But still having this problem. So, please somebody help me.I have been installing different applications on my mica2 mote without any problem for quite some time. Then all of a sudden, yesterday when I tried to install

Re: [Tinyos-help] Programmer is not responding error

2006-07-18 Thread Mark Bramwell
any chance the slider switch on the side was in the wrong position? I find I have to have it in theOFF position for everything to work ok. In an effort to get consistant results, I documented the steps I took to get my Mica2 units running

Re: [Tinyos-help] Programmer is not responding error

2006-07-18 Thread Conor Todd
Are you able to use your serial port at all under Cygwin?I've found that using something like Hyperterminal to open and close the COM port under Windows before trying to use it in Cygwin clears up any problems. As for USB-Serial adapters, I haven't had any luck with them. - ConorOn 7/18/06, raj

Re: [Tinyos-help] starting and stopping tmotes on FC4

2006-07-18 Thread Philip Levis
On Jul 18, 2006, at 12:50 PM, Avinash Sridharan wrote: Hi, I am working with tinyos-2.x on tmotes on FC4. These tmotes are connected to my linux machine through a USB hub so as long as the USB interface doesn't hang it is quiet convenient to program and reprogram these motes. There

Re: [Tinyos-help] Programmer is not responding error

2006-07-18 Thread raj raj
Hi Mark,Both the switches (on the mote and MIB510) are in OFF positions. I went through the link that you mentioned. I am still having this problem. Thanks for your help, anyway.rajMark Bramwell [EMAIL PROTECTED] wrote: any chance the slider switch on the side was in the wrong position? I

[Tinyos-help] how to run different applications on different nodes in Tossim

2006-07-18 Thread Liu Haibin
Hi,Tossim only allows to run the same application on all the nodes. Are there any tricks to play so that different nodes can run different applications in Tossim? Thanks.Regards,Haibin ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU