[Tinyos-help] Make telosb error

2011-11-30 Thread Adeel Javed
Hi gurus, I have seen a same problem in the installation problem thread on 1 oct, 2010 but i have not found any solution. The problem is i have installed tinyos-2.0.2 and when i try to make telosb after setting environment variable, i find following errors.

Re: [Tinyos-help] IRIS support on current Blip Version

2011-11-30 Thread Miklos Maroti
Hi Johny, I have looked briefly at your patch. There are a lot of changes, and it will take time to sort out all these to my satisfaction. What we could do is the following, if you are willing to go along: I will create a new branch on my git repository, this is going to be based on the current

[Tinyos-help] Multi-hop application

2011-11-30 Thread Prasanth P
Hi all, I am following tinyos wiki page and now i want to do one multi hop application using telosb mote ( Simple one: One router between sensing node and base station ). Can i do it with the Base station apllication itself or have to do router program separately. Any suggestion will be

Re: [Tinyos-help] Problems with Atmel128 I2C-Components (iris) with slow I2C sensors

2011-11-30 Thread Sebastian Dölker
Hallo, unfortunately I wasn’t successfully in reading out the i2c_status.. I successfully included the dbgmsg-components but on the pc-side I can’t receive dbg-messages. (I use blip‘s ipbasestation ..does it work together?) If you want to reconstruct the i2c error you can manually pull scl

Re: [Tinyos-help] Problems with Atmel128 I2C-Components (iris) with slow I2C sensors

2011-11-30 Thread András Bíró
Hello, On Wed, Nov 30, 2011 at 1:20 PM, Sebastian Dölker sebastiandoel...@gmx.de wrote: Hallo, unfortunately I wasn’t successfully in reading out the i2c_status.. I successfully included the dbgmsg-components but on the pc-side I can’t receive dbg-messages. (I use blip‘s ipbasestation

Re: [Tinyos-help] Problems with Atmel128 I2C-Components (iris) with slow I2C sensors

2011-11-30 Thread András Bíró
One more thing: DiagMsg doesn't start the radio or the serial stack by itself, you should do it manually. Andris On Wed, Nov 30, 2011 at 4:14 PM, András Bíró bband...@gmail.com wrote: Hello, On Wed, Nov 30, 2011 at 1:20 PM, Sebastian Dölker sebastiandoel...@gmx.de wrote: Hallo,

[Tinyos-help] How to store data collected by a telosb network in a db?

2011-11-30 Thread Geo Gkolfin
Hello! I have a telosb network that sends data periodically to a telosb basestation connected with a pc (via usb). I need to store the data that the basestation receives in a database. So far, I simply use printf in order to see the received data. I have mysql installed, and I could create a

Re: [Tinyos-help] How to store data collected by a telosb network in a db?

2011-11-30 Thread Michael Schippling
By printf() I guess you're using C, here's the first hit I got for mysql C api: http://dev.mysql.com/doc/refman/5.0/en/c.html If your TOS interface is in Java, look into JDBC. MS Geo Gkolfin wrote: Hello! I have a telosb network that sends data periodically to a telosb basestation

Re: [Tinyos-help] How to store data collected by a telosb network in a db?

2011-11-30 Thread Geo Gkolfin
No,my bad, I meant java.tools.printfClient. I do not know how to make the data received by the basestation visible from other applications, so I could handle them with a eg C program! On Wed, Nov 30, 2011 at 7:23 PM, Michael Schippling sc...@santafe.eduwrote: By printf() I guess you're using C,

Re: [Tinyos-help] How to store data collected by a telosb network in a db?

2011-11-30 Thread András Bíró
Hi Georgia, First of all, you should use SerialAMSender/SerialAMReceiver components for serial communication on the mote (printf converts the data to string on the mote, and you will need it as a number on the pc). Then, if you're familiar with java, check the apps/test/TestSerial application,

[Tinyos-help] TinyOS for TI CC430F5137

2011-11-30 Thread Andres Vahter
Hi, I guess CC430F5137 is not yet supported in current tinyos-main trunk. Some time ago there was PeoplePower repository for their Surf platform, but now it seems to be gone. Also there is no OpenOSIAN.net webpage anymore. Could you tell me where can I find most up to date tinyos repository

Re: [Tinyos-help] Change adc prescaler for accelerometer sampling operation

2011-11-30 Thread Kushal Sarkara
Michael, Thank you for your response. In keeping with the topic of our original conversation, I am still trying to implement the ReadStream interface to sample the MicaZ accelerometer. After sampling at the prescaler setting that guarantees full precision (which is ATM128_ADC_PRESCALE_64 for the

Re: [Tinyos-help] IMB400 imote's audio driver for imote2 under T2?

2011-11-30 Thread Mashb
Hi All,How are you?. I need urgent help about the imote2 audio driver(WM8940) for tinyos-2.1.1, please i hope anyone knows anything about this reply for me ,and tell -if possible- how i can get it. I am waiting for your reply,thank you in advance.:clap: Carlos Gil Soriano wrote: Hi,

Re: [Tinyos-help] IRIS support on current Blip Version

2011-11-30 Thread Johny Mattsson
On Wed, Nov 30, 2011 at 10:33 PM, Miklos Maroti mmar...@math.u-szeged.huwrote: I have looked briefly at your patch. There are a lot of changes, and it will take time to sort out all these to my satisfaction. Quite understandable. I'd be worried if you were willing to just grab what I sent and

[Tinyos-help] deluge T2 problem

2011-11-30 Thread sadun silva
hi all, i'm trying to get deluge to work. i installed the base station program in /tests/deluge/BaseStation using make telosb install,0 bsl,/dev/ttyUSB0 this mote id is 0 it is connected to the USB after that i tried to execute tos-deluge serial@/dev/ttyUSB0:115200 -p 0 just to ping the

Re: [Tinyos-help] deluge T2 problem

2011-11-30 Thread Razvan Musaloiu-E.
Quick question: is the latest SVN? If not, can you try that? :-) -- Razvan ME On Wed, Nov 30, 2011 at 4:19 PM, sadun silva silva.sa...@gmail.com wrote: hi all, i'm trying to get deluge to work. i installed the base station program in /tests/deluge/BaseStation using make telosb install,0