Re: [Tinyos-help] WSN testbeds

2012-09-18 Thread Roman Lim
There is for instance FlockLab @ http://www.flocklab.ethz.ch/ Cheers Roman On 09/18/2012 09:58 AM, wasif masood wrote: Hi All, I am looking for some online testbeds to test run my application on the real telosb motes. I know about Indirya and Harvard Motelab, are there any other such

Re: [Tinyos-help] Problems make tinynode / tinyos-1.x / invalid target / platform

2009-09-16 Thread Roman Lim
try setting the TOSMAKE_PATH environment variable to /opt/tinyos-1.x/contrib/shockfish/tools/make David Guillen Jimenez wrote: Hello everybody! I have some troubles when I do make tinynode in TinyOS-1.x. It doesn't recognize my platform tinynode. I already install the extra packets from

Re: [Tinyos-help] does the pc acknowledge?

2009-06-09 Thread Roman Lim
if you use the tinyos-2.x serial code, your node always sends messages without acknowledge request. however, the pc side implementations (at least java, cpp) will send acknowledges, if it is requested by the node. Nahr Elk wrote: Hi all! does the pc acknowledge a received message from the

Re: [Tinyos-help] Low power listening and multi-hop routing

2008-08-11 Thread Roman Lim
Hello Tim You could give this demo app in the t2 contrib repository a try: /tinyos-2.x-contrib/ethz/snpk/apps/Harvester/ it runs on tmotes (telosb) and tinyos-2.x and uses the collection tree protocol for routing packets to the sink(s) and has a modified LPL mac layer protocol. Roman Timothy

Re: [Tinyos-help] Uart Radio TelosB

2008-05-06 Thread Roman Lim
olly yuen wrote: Hi all, I am a college student working on a design project, I am currently trying to modify the Blink program such that upon receiving radio packets, I will write data to the UART0 pins. I have a few questions because my code doesn't seem to be working right: I am

Re: [Tinyos-help] Verifying power down mode on a telos mote

2008-03-31 Thread Roman Lim
Anthony O'Shaughnessy wrote: Hi, I am just wondering is there any other way of verifying that a mote has entered a power down state e.g. LPM3, other than measuring the current across the power terminals? you could run a debugger via jtag, set a breakpoint in the McuSleepC component and find

Re: [Tinyos-help] Verifying power down mode on a telos mote

2008-03-31 Thread Roman Lim
if you use gdb and eclipse, you can follow the description on this page under How use GDB with Eclipse and Tmote Sky: http://www.btnode.ethz.ch/Projects/TinyOS2 Anthony O'Shaughnessy wrote: Thanks for that Roman. Have you used a debugger via the JTAG before? Is there any info you could point

Re: [Tinyos-help] sensirion tmote sensor issue

2008-02-28 Thread Roman Lim
are your motes usb- or battery-powered? in the usb-powered scenario, a voltage regulator heats up the pcb and you get slightly higher temperature measurements roman Frédéric JOSEPH wrote: Hi, My project consists in the development of a wireless sensor network based on Tmote Sky. I have

Re: [Tinyos-help] LPL syncronization

2008-02-20 Thread Roman Lim
the sensor network platform kit (SNPK) has a synchronous LPL implementation for CC2420. you can download it at http://tinyos.cvs.sourceforge.net/tinyos/tinyos-2.x-contrib/ethz/snpk/tos/chips/cc2420/ it is based on the most recent tos2 cc2420 radio stack its actually developed for tmotes, micaz

Re: [Tinyos-help] LPL syncronization

2008-02-20 Thread Roman Lim
know every detail about this implementation). in the current state, information propagates in ascending node id order. this was done for testing reasons, and since then, we didn't change this code. Cheers Roman Regards, Ben -Original Message- From: Roman Lim [mailto:[EMAIL

Re: [Tinyos-help] LPL syncronization

2008-02-20 Thread Roman Lim
Murray, Ben wrote: as an aside... am I correct in thinking that Radiotimestamping.transmittedSFD timestamps (or updates the timestamp field for ) each successive LPL (re)transmission during the CC2420 preamble? async event void RadioTimeStamping.transmittedSFD(uint16_t time, message_t *p_msg)

[Tinyos-help] Re: Measure Telosb Help

2007-12-11 Thread Roman Lim
/nesdoc/telosb/ or in your doc directory -teps (for instance tep 117 for io at http://www.tinyos.net/tinyos-2.x/doc/html/tep117.html) Roman migueltsilva schrieb: Hello Roman Lim, I'm from Portugal and writing my thesis. The subject is a protocol convergecast that saves energy by tunning

Re: [Tinyos-help] Problem with communicating with PC using UART0 on telos ver.B for tinyos 2.x

2007-10-08 Thread Roman Lim
do you use a levelshifter on your crossover cable? the voltage level for pc communication is +/-5v if i remember it correctly. in http://tinyos.cvs.sourceforge.net/tinyos/tinyos-2.x-contrib/ethz/snpk/tos/lib/dsn/ you can find a working tos2 implementation of a uart0 communication with tmote.

Re: [Tinyos-help] JTAG

2007-09-12 Thread Roman Lim
hi i used the JTAG interface with tmotes and the eclipse framework. here you can find some description on this: http://www.btnode.ethz.ch/Projects/TinyOS2 I don't think its possible to measure power consumption with JTAG. roman Mona.baher wrote: HI All, I am wondering if anyone has tested the

Re: [Tinyos-help] Again!!!! Low-power CC2420 multihop in TinyOS2.x question????

2007-08-03 Thread Roman Lim
Hi In order to use lpl with ctp you could modify the ctpforwarding engine and add the lpl information for transmission. I added an interface where you can tell the ctp layer to use a default rx sleep interval for forwarded packets. roman Ravi Prasad wrote: Dear Philip, Thank you for your

Re: [Tinyos-help] Again!!!! Low-power CC2420 multihop in TinyOS2.x question????

2007-08-03 Thread Roman Lim
routing protocol over CC2420 LPL?? Regards Ravi --- Roman Lim [EMAIL PROTECTED] wrote: Hi In order to use lpl with ctp you could modify the ctpforwarding engine and add the lpl information for transmission. I added an interface where you can tell the ctp layer to use a default rx

[Tinyos-help] Re: Seeking help with Tmotes

2007-06-27 Thread Roman Lim
understanding the time value obtained from the event RadioTimeStamping.transmittedSFD. Can you please explain what does the time value denote? It is great to know that you will be putting the code in CVS. I am sure many people like me will benefit from it. Thanks ! --Mehedi On 6/27/07, * Roman

Re: [Tinyos-help] Error in motelist

2007-04-20 Thread Roman Lim
Hi I had the same problem and solved it with removing brltty, according to this bugreport: https://bugs.launchpad.net/ubuntu/+source/brltty/+bug/90172 roman Rafael Marin Perez schrieb: Hi all, I have changed from Ubuntu 6.10 to New Ubuntu 7.04. The problem is I can not now compile

Re: [Tinyos-help] tinyos2 cc2420lpl locked-up node, SPI with DMA problem

2007-04-13 Thread Roman Lim
is stopped. other suggestions? Roman Roman Lim wrote: Hi David I've got now a version of the stack that does not crash in my test application (at least i did not observed any crashes). With the attached changes of CC2420SpiImplP.nc, it worked fine, but only without dma support. I added some

Re: [Tinyos-help] tinyos2 cc2420lpl locked-up node

2007-04-12 Thread Roman Lim
observations are definitely valuable in solving this problem. On my end, I'm kind of swamped until the middle of next week. After that point, duplicating and resolving this issue will be one of the top todo's on my list. Thanks again, -David -Original Message- From: Roman Lim [mailto

Re: [Tinyos-help] Help Uart0 connection

2007-04-11 Thread Roman Lim
Hi Msp430Uart0C would be the right component. in order to configure the uart, you need to wire a configuration via the Msp430UartConfigure interface. maybe the dsn components in /tinyos-2.x-contrib/ethz/snpk/lib/dsn are helpful. they're ment to print out and read in text via one of the two

Re: [Tinyos-help] tinyos2 cc2420lpl locked-up node

2007-03-14 Thread Roman Lim
the w/DMA spi bus versions did not crash David Moss wrote: Hi Roman, Thanks for taking the time to test that out. By until now do you mean the w/DMA spi bus versions *did* crash, or did not? -David -Original Message- From: Roman Lim [mailto:[EMAIL PROTECTED] Sent: Tuesday, March

Re: [Tinyos-help] tinyos2 cc2420lpl locked-up node

2007-03-13 Thread Roman Lim
. -David -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Roman Lim Sent: Monday, March 12, 2007 10:41 AM To: tinyos-help@Millennium.Berkeley.EDU Subject: [Tinyos-help] tinyos2 cc2420lpl locked-up node Hello, I used the cc2420lpl stack (the one in tinyos

[Tinyos-help] tinyos2 cc2420lpl locked-up node

2007-03-12 Thread Roman Lim
Hello, I used the cc2420lpl stack (the one in tinyos-2.x-contrib/rincon) together with the multihop-oscilloscope. My nodes (Tmote sky) run fine for a cupple of minutes, then some nodes stop working. Here are some parameters of my network () : 5 nodes, limited tx-power to 2 8s sampling period

Re: [Tinyos-help] Bug in NesC or a simple error.........???

2007-01-26 Thread Roman Lim
hi it think the warning should disappear when you declare the constant as 65535UL roman Miguel Pereira wrote: Hi, I already figure out what is the problem but there is something wrong with nesC compiler. The problem is the number 65535. When I put this number in one variable uint16_t,

[Tinyos-help] Debian packages (msp-gcc tinyos toolchain)

2007-01-25 Thread Roman Lim
If somebody is interested in Debian packages for the TinyOS-toolchain (MSP based platforms), they can be found at: http://www.btnode.ethz.ch/static_docs/tinyos2/debianpackages/ It worked for me on kubuntu (6.10) an with the TinyOS 2.x CVS source tree Roman

Re: [Tinyos-help] Restart/Reboot Tmotes

2007-01-25 Thread Roman Lim
you could use tos-bsl --telosb -r -c /dev/ttyUSB0 if your mote is on /dev/ttyUSB0 Sumit Gupta wrote: Hi, I am wondering if it is possible to reboot/restart T-mote(s) which are connected to the computer through USB connection(s) and running TinyOS on them by giving some command. If so, then

Re: [Tinyos-help] Tmote Sky, clock frequency of the MCU

2007-01-11 Thread Roman Lim
hi you have to tell the msp to use the external resistor (rosc) for the DCO when running at a different frequency, you should also change the diver for the SMCLK so that it runs at 1MHz, as the rest of the tinyos expects this clock to have that speed. Roman mAp wrote: Hi, I have a question

[Tinyos-help] tmote sky fcc certification

2006-07-20 Thread Roman Lim
Hi all what are the differences between tmote sky without fcc certification and those tmote sky with certification. obvious is the shielded cc2420 chip, but are there any (minor) other things? regards roman lim ___ Tinyos-help mailing list Tinyos

Re: [Tinyos-help] tmote sky: lowpowermode in McuSleepC.nc when Radio stopped (tinyos 2.0)

2006-06-22 Thread Roman Lim
yes, I am running beta1 sorry for answering so late Roman Philip Levis wrote: On Jun 20, 2006, at 4:40 AM, Roman Lim wrote: In this case the CC2420 code does not release the resource before going into stop mode? (after a bit of discussion with Jonathan and Vlado) It sounds like you're

Re: [Tinyos-help] tmote sky: lowpowermode in McuSleepC.nc when Radio stopped (tinyos 2.0)

2006-06-20 Thread Roman Lim
In this case the CC2420 code does not release the resource before going into stop mode? Vlado Handziski wrote: On 6/16/06, *Roman Lim* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Hello I noticed that the calculated lowpowermode in McuSleepC.nc is 1, when

[Tinyos-help] tmote sky: lowpowermode in McuSleepC.nc when Radio stopped (tinyos 2.0)

2006-06-16 Thread Roman Lim
)) Is it necessary to keep the uart running when the radio is set to sleep mode? I tried to force the OS to go to lowpower mode 3, even if the uart0 is configured for radio. In this setup it was no problem to stop and start the CC2420 and send packets. Regards Roman Lim

Re: [Tinyos-help] Current consumption of a tmote sky

2006-05-23 Thread Roman Lim
tell me, what's the difference between these two designs? are there more changes, and why could this lead to such different values when current is measured? Roman Roman Lim wrote: Thanks for the answer. I overlooked the indication on the datasheet, that 10uA is the max value. I would

Re: [Tinyos-help] Current consumption of a tmote sky

2006-05-19 Thread Roman Lim
to the flash and measure it yourself :) -Joe On 5/18/06, Roman Lim [EMAIL PROTECTED] wrote: Hello I've just done a few current measurements and compared them to the datasheet from moteiv (http://www.moteiv.com/products/docs/tmote-sky-datasheet.pdf) I can't find out, why my numbers for MCU standby

[Tinyos-help] Current consumption of a tmote sky

2006-05-18 Thread Roman Lim
Hello I've just done a few current measurements and compared them to the datasheet from moteiv (http://www.moteiv.com/products/docs/tmote-sky-datasheet.pdf) I can't find out, why my numbers for MCU standby are so far away from the one in the datasheet (that says 5.1 μA avg., 21μA max.):

Re: [Tinyos-help] turning on/off telosb

2006-05-18 Thread Roman Lim
is LPM3. With the radio off I have personally and recently measured this at 6uA. Deep sleep means LPM4 wich can only be woke from an external reset, which is even lower power. Cory On 5/18/06, Roman Lim [EMAIL PROTECTED] wrote: Hi Cory You described this mode as deep sleep. I

[Tinyos-help] nesdoc for tinyos 2.x (cvs)

2006-05-10 Thread Roman Lim
hello I'm wondering how to create a documentation like this with nesdoc http://www.tinyos.net/tinyos-2.x/doc/html/nesdoc/telosb/ for the most recent version of tinyos 2.x (fetched from cvs) regards roman lim ___ Tinyos-help mailing list Tinyos-help