Re: [Tinyos-help] Need help with event Receive (STILL NOT WORKING)

2010-02-24 Thread Arik Sapojnik
gt; > > > --- On *Wed, 2/24/10, Arik Sapojnik * wrote: > > > From: Arik Sapojnik > Subject: Re: [Tinyos-help] Need help with event Receive > To: "Kartik Siddhabathula" > Cc: "TinyoS help" > Date: Wednesday, February 24, 2010, 1:13 AM > > H

Re: [Tinyos-help] Need help with event Receive (STILL NOT WORKING)

2010-02-24 Thread Kartik Siddhabathula
. Kartik --- On Wed, 2/24/10, Arik Sapojnik wrote: From: Arik Sapojnik Subject: Re: [Tinyos-help] Need help with event Receive (STILL NOT WORKING) To: "Kartik Siddhabathula" Cc: "TinyoS help" Date: Wednesday, February 24, 2010, 11:06 AM Kartik, I have noticed that in t

Re: [Tinyos-help] Need help with event Receive (STILL NOT WORKING)

2010-02-24 Thread Kartik Siddhabathula
Thanks Arik, I will change the size. --- On Wed, 2/24/10, Arik Sapojnik wrote: From: Arik Sapojnik Subject: Re: [Tinyos-help] Need help with event Receive (STILL NOT WORKING) To: "Kartik Siddhabathula" Cc: "TinyoS help" Date: Wednesday, February 24, 2010, 11:50 AM Gr

Re: [Tinyos-help] Need help with event Receive (STILL NOT WORKING)

2010-02-24 Thread Arik Sapojnik
ik > > --- On *Wed, 2/24/10, Arik Sapojnik * wrote: > > > From: Arik Sapojnik > Subject: Re: [Tinyos-help] Need help with event Receive (STILL NOT WORKING) > > To: "Kartik Siddhabathula" > Cc: "TinyoS help" > Date: Wednesday, February 24, 20

[Tinyos-help] need help in implementation of a Hello Floods attack

2012-10-12 Thread fares mezrag
Hi, i am working in secure routing in wsn, i hope to find an implementation of Hello Floods attak Best regards___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] Need help to know : how to use TOSSIM

2013-03-26 Thread Gustavo Zanatta Bruno
The main tutorial is this... http://docs.tinyos.net/tinywiki/index.php/TOSSIM 2013/3/27 Pratik Ranjan : > Respected Sir, > > I am a final year student of Master of Technology in Computer Science and > Information Security and doing research on WSN Security. > I am currently working on the key issu

Re: [Tinyos-help] Need help to know : how to use TOSSIM

2013-04-11 Thread Fatma Hendaoui
Ranjan À : tinyos-help@millennium.berkeley.edu Envoyé le : Mercredi 27 mars 2013 4h25 Objet : [Tinyos-help] Need help to know : how to use TOSSIM Respected Sir, I am a final year student of Master of Technology in Computer Science and Information Security and doing research on WSN Security. I

[Tinyos-help] need help for developing a protocol based on CSMA

2007-08-28 Thread flyingb5000
Currently, I am developing a Body Sensor Network(BSN) plantform which is quite similar to Telos platform. It requires to develop a program based on the CSMA/CA protocol. The hardware configuration is shown as follows: CPU: TI MSP430F149 Radio Transceiver:Chipcon CC2420  I am not sure whether Tin

Re: [Tinyos-help] Need Help with Temp in Tinyos-1.x

2007-11-28 Thread Michael Schippling
You might try putting the sendData() in a separate task. I think fired() runs in an interrupt context and send... may take a while to run. Also try it with a fixed and small Timer count value, you may be setting things in correctly with the Random calculation. MS Chao Sun wrote: Hi, I'm writing

Re: [Tinyos-help] need help with serial communication of peripheral devices..

2008-07-28 Thread Michael Schippling
You probably need to use the lower level UART modules, e.g., UARTM.nc in T1, but I don't know what they are called in T2. Search this list for many questions, mostly unanswered, about using raw UART comm... MS Varun Jain wrote: > Hi, > > I am trying to implement a network of 20 synchronous clock

Re: [Tinyos-help] Need help about the Mote-PC serial communication

2009-03-31 Thread Urs Hunkeler
Hi Wendy, On the MIB510 there is an on/off switch. This switch has to be in the off position (when it is on, the mote cannot send data to the PC). Maybe this solves your problem. Cheers, Urs wendy guo wrote: > Dear All, > I have encountered the following problems. > Once I typed in "$java net

[Tinyos-help] need help!S-MAC folder for micaz?tinyos1.x

2006-09-05 Thread Munaretto, Daniel
Dear all, i'm working on micaz motes in tinyos 1.x. I tried to use the S-MAC folder under tinyos1.x/contrib in my application including the makesmac makefile in mine, but i found that for micaz i cannot compile and run it. Because it is specific only for mica, mica2, mica2dot, etc.. If i add m

Re: [Tinyos-help] Need help in running BcastInject.java from Lesson 7

2006-10-24 Thread Michael Schippling
I believe the missing files are generated by "mig" from TOS header files. Try building the whole tools/java tree from the top makefile. If that doesn't work I would then search for the file names in the app dirs and makefiles to see if I could figure out how to run mig by hand. MS cruz emilda w

[Tinyos-help] need help for serial-to-usb converter for mib510

2006-06-06 Thread Zhengsu Gao
Hi, all: I am using mib510 board and a serial-to-usb converter. Now I can programing mica2 with mib510. but I cannot receive the raw data from uart (I am using xlisten). I found some doc said "Some USB to DB9 serial port adapters cannot run at 115 kbaud". But I checked the driver, it seems

Re: [Tinyos-help] need help in running simple blink application in tossim

2009-07-07 Thread Michael Schippling
If it's in the build/micaz directory it wasn't made for the simulator. That's the directory where a real mote compile would end up. Look up instructions on building for the simulator...in T1 it's something like make pc but different in T2. MS Mayank Kothiya wrote: > When i tried to use follo

Re: [Tinyos-help] need help in running simple blink application in tossim

2009-07-08 Thread Pelli Francesco
> instructions on building for the simulator...in T1 it's something like > make pc > but different in T2. > MS make sim currently TOSSIM supports only micaz so you can specify only this platform in the make command. To run the simulation you have also to write a driver that initialize net

[Tinyos-help] need help regarding compiling tutorial 2 of mote-mote communication

2009-09-07 Thread Mayank Kothiya
i got following error while compiling tutorial 2 of mote to mote communication; can anybody please tell me how to remove it? [r...@localhost BlinkToRadio]# make micaz mkdir -p build/micaz     compiling BlinkToRadioC to a micaz binary ncc -o build/micaz/main.exe  -Os -Wall -Wshadow -Wnesc-all -targ

Re: [Tinyos-help] Need help porting tinyos1.x code to tinyos2.x

2010-02-21 Thread bharat naik
> Hi All, > I don't have much idea about tinyos-2.x. I want to port my tinyos-1.x code > to tinyos-2.x. In the component wiring file, I am getting an error that it > cannot find "Boot", "AMSend" and "Receive". > Also what are the valid instantiation arguments for the components > AMSenderC and

[Tinyos-help] Need help with recording the time difference between 2 events

2010-04-29 Thread Kartik Siddhabathula
Hi All, I am using tinyos-2.x and telosb motes. I am looking to record the time difference between two events. Can I use moteclockp.nc to get the difference? LocalTimeMilliC is not giving accurate results. Am having a lot of trouble with it. Please help. Thanks in advance, Kartik ___

[Tinyos-help] Need help on using MIG to generating multiple packet object

2013-12-19 Thread Qiao Xiang
Hi All, I am trying to use MIG to generate java class to listen to packets in serial commuincation. I follow the tutorial in the following link http://tinyos.stanford.edu/tinyos -wiki/index.php/Mote-PC_serial_communication_and_SerialForwarder#MIG:_generating_packet_objects and everything works o

[Tinyos-help] Need help on receiving multiple messages in tinyos-2.x

2007-06-08 Thread Murtuza
Hello friends, I have 2 different questions. 1. I wanted to know how can I receive messages of different payload format i.e the payload are of different sizes and structures from different motes to a common mote. I have seen the code for BaseStation. It does a similar thing. But the doubt which

[Tinyos-help] Need help on receiving multiple messages in tinyos-2.x

2007-06-24 Thread Murtuza
Hi Steve Thanks for ur reply...and i apologize for replying late I want to elaborate on these sentences of mine in the previous mail Two packets coming from different kinds of motes running different applications can be distinguished using AM types. Am I right ? [This was your reply] I'm not

[Tinyos-help] Need help with running Deluge simulation with Tossim for MicaZ

2008-08-26 Thread Ning "Martin" Xu
Hi all, I wonder if there's any support for external flash memory content simulation with Tossim for MicaZ motes in TinyOS 2.x. Would somebody give me some instructions on this? Thank you. Martin ___ Tinyos-help mailing list Tinyos-help@millennium.berke

[Tinyos-help] Need help: install error happened at step of tinyos-tools

2007-04-21 Thread Fangming Zhang
Hi, I installed tinyOs2.0. There is an error at Step 4: install tinyos toochain. When I did like following: rpm -Uvh nesc-1.2.8a-1.cygwin.i386.rmp //it's OK rmp -Uvh tinyos-tools-1.2.3-1.cygwin.i386.rpm //there is an error as: nesc =1.2.7 is needed by tinyos-tools-1.2.3-1 Then I change an

[Tinyos-help] Need help in working my own directory other than apps

2005-12-16 Thread muralikrishna chowdary
Hai , I created my own directory ( sample) .Now when I run my program by using "make " I am getting an error saying that "No file / directory for make rules" Plz give a solution to my problem.So that I can work in my own directroy rather than in app directory.Does I need

Re: [Tinyos-help] need help for serial-to-usb converter for mib510

2006-06-06 Thread Michael Schippling
If you can program the mica2 but not receive data you probably have the silly little switch on the mib510 board in the wrong position. The a slide switch on the opposite edge from the serial connector, next to the reset push button, should be in the OFF position. Please don't ask me what the swit

[Tinyos-help] need help for simulating tutorial 2 mote- mote communication in tossim

2009-09-08 Thread Mayank Kothiya
i am facing error of import tossim in python interface : [r...@localhost BlinkToRadio]# python Python 2.5.1 (r251:54863, Oct 30 2007, 13:54:11) [GCC 4.1.2 20070925 (Red Hat 4.1.2-33)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from TOSSIM import * Tracebac

Re: [Tinyos-help] Need help with recording the time difference between 2 events

2010-04-29 Thread Eric Decker
I've used localtime with out trouble. What kind of problems have you had with it? Keep in mind that its resolution is a mis (binary millisecond, 1/1024 second). For higher resolution timing I just grab the value of TAR the timer register which is set up for 1uis ticks. 1/(1024*1024) seconds.

Re: [Tinyos-help] Need help with recording the time difference between 2 events

2010-04-29 Thread Kartik Siddhabathula
is hardly 10/15 secs. So, am not convinced with the results. Please advice. Thanks in advance,Kartik --- On Thu, 4/29/10, Eric Decker wrote:   From: Eric Decker Subject: Re: [Tinyos-help] Need help with recording the time difference between 2 events To: "Kartik Siddhabathula" C

Re: [Tinyos-help] Need help with recording the time difference between 2 events

2010-04-29 Thread Eric Decker
divided by 1024 whereas the difference between the two events is hardly > 10/15 secs. So, am not convinced with the results. > Please advice. > > Thanks in advance, > Kartik > > --- On *Thu, 4/29/10, Eric Decker * wrote: > > > From: Eric Decker > Subject: Re: [

Re: [Tinyos-help] Need help with recording the time difference between 2 events

2010-04-29 Thread Andreas Weigel
> From: Eric Decker > Subject: Re: [Tinyos-help] Need help with recording the time > difference between 2 events > To: "Kartik Siddhabathula" > Cc: "TinyoS help" > Date: Thursday, April 29, 2010, 11:53 PM > > I've used

Re: [Tinyos-help] Need help with recording the time difference between 2 events

2010-04-30 Thread Kartik Siddhabathula
: [Tinyos-help] Need help with recording the time difference between 2 events To: "Kartik Siddhabathula" Cc: "TinyoS help" Date: Friday, April 30, 2010, 1:15 AM Well try subtracting in the other order.  You are seeing numbers like 63 because they are negative.   You rea

Re: [Tinyos-help] Need help with recording the time difference between 2 events

2010-04-30 Thread Eric Decker
t thing. When I tried to subtract the other way I was > getting 002d something like that. That makes it 45 in decimal and when > divided by 1024 it is 0.04 which is incorrect. > > Kartik. > > > --- On *Fri, 4/30/10, Eric Decker * wrote: > > > From: Eric Decker

Re: [Tinyos-help] Need help with recording the time difference between 2 events

2010-04-30 Thread Kartik Siddhabathula
not able to. Kartik --- On Fri, 4/30/10, Eric Decker wrote: From: Eric Decker Subject: Re: [Tinyos-help] Need help with recording the time difference between 2 events To: "Kartik Siddhabathula" Cc: "TinyoS help" Date: Friday, April 30, 2010, 1:18 PM What are you measur

[Tinyos-help] need help about installing and checking JAVA for Mote-PC communication !

2012-02-06 Thread Mashal al-shboul
Hi All, I need help about checking Java installation in UBUTNU for communication between the PC and iMote2 sensor mote. i have the directory tinyos-2.1.1/support/sdk/java correctly,should i compile it?. However when i compile it (by make intelmote2), i get make: *** No rule to make target `

[Tinyos-help] [Need help] Shimmer sensor: weird Bluetooth behavior or I am guilty

2012-11-27 Thread Dang Thi Hai Ha
Hi all, I've been trying to test the Bluetooth connection with my shimmer mote but I failed to make it run the Bluetooth test program downloaded from http://tinyos.cvs.sourceforge.net/viewvc/tinyos/tinyos-2.x-contrib/shimmer/swtest/Bluetooth/ . My steps (on Ubuntu 12.04): 1. Download and compile

[Tinyos-help] Need help for resolving ImportError of import tossim in python interface

2013-04-15 Thread Kiran Kumar Puram
Hi, I am getting the following error when trying to import TOSSIM with python interface: Python 2.7.3 (default, Sep 26 2012, 21:53:58) [GCC 4.7.2] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from TOSSIM import* Traceback (most recent call last): File "",

Re: [Tinyos-help] Need help on using MIG to generating multiple packet object

2013-12-19 Thread xiangq27
Hi All, Just letting you guys know that I figured this out just now. I didn't wire a new Packet interface for the new packet object. After I added that, my code can log two packet objects on Indriya now. Best Qiao -- View this message in context: http://tinyos-help.10906.n7.nabble.com/Need-h

Re: [Tinyos-help] Need help on receiving multiple messages in tinyos-2.x

2007-06-14 Thread Bernardo Avila Pires
I think it would be easier to deal with defining a struct for a message and then manipulating it as in BlinkToRadio... 2007/6/8, Murtuza <[EMAIL PROTECTED]>: Hello friends, I have 2 different questions. 1. I wanted to know how can I receive messages of different payload format i.e the payload

Re: [Tinyos-help] Need help on receiving multiple messages in tinyos-2.x

2007-06-14 Thread Steve McKown
On Friday 08 June 2007 13:58, Murtuza wrote: > Hello friends, > > I have 2 different questions. > > 1. I wanted to know how can I receive messages of different payload format > i.e the payload are of different sizes and structures from different motes > to a common mote. I have seen the code for Ba

Re: [Tinyos-help] Need help on receiving multiple messages in tinyos-2.x

2007-06-24 Thread Murtuza
Hi Steve Thanks for ur reply...and i apologize for replying late Two packets coming from different kinds of motes running different applications can be distinguished using AM types. Am I right ? [This was your reply] I'm not sure I understand this question. Can you share what are you trying

Re: [Tinyos-help] Need help on receiving multiple messages in tinyos-2.x

2007-06-25 Thread Bernardo Avila Pires
2007/6/25, Murtuza <[EMAIL PROTECTED]>: Hi Steve Thanks for ur reply...and i apologize for replying late I want to elaborate on these sentences of mine in the previous mail > Two packets coming from different kinds of motes running different > applications can be distinguished using AM typ

Re: [Tinyos-help] Need help on receiving multiple messages in tinyos-2.x

2007-06-25 Thread Bernardo Avila Pires
Yes, you can. ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] Need help on receiving multiple messages in tinyos-2.x

2007-06-26 Thread Steve McKown
On Monday 25 June 2007 12:05:37 am Murtuza wrote: > Hi Steve > > Thanks for ur reply...and i apologize for replying late > > > Two packets coming from different kinds of motes running different > > applications can be distinguished using AM types. Am I right ? > > [This was your reply] > I'm not su

Re: [Tinyos-help] Need help with running Deluge simulation with Tossim for MicaZ

2008-08-27 Thread Razvan Musaloiu-E.
Hi! On Tue, 26 Aug 2008, Ning "Martin" Xu wrote: > Hi all, > > I wonder if there's any support for external flash memory content > simulation with Tossim for MicaZ motes in TinyOS 2.x. Would somebody > give me some instructions on this? Thank you. I'm not aware of any Tossim support for storage

Re: [Tinyos-help] Need help with running Deluge simulation with Tossim for MicaZ

2009-03-18 Thread Yee Wei Law
Hi Razvan, Continuing this thread from last year, I have spent some time finding a way to simulate DelugeT2 on TOSSIM. My understanding is there are two main difficulties: (1) the storage, (2) the radio. The following summarizes my (unsuccessful) experience so far: *The storage* The make rule for

Re: [Tinyos-help] Need help with running Deluge simulation with Tossim for MicaZ

2009-03-19 Thread Chieh-Jan (Mike) Liang
The TOSSIM I have in my GIT repository might be helpful to you. Here is what I sent to the mailing list a while ago, http://mail.millennium.berkeley.edu/pipermail/tinyos-help/2008-December/037688.html Mike On Mar 18, 2009, at 10:49 PM, Yee Wei Law wrote: > Hi Razvan, > > Continuing this threa

Re: [Tinyos-help] Need help with running Deluge simulation with Tossim for MicaZ

2009-03-22 Thread Yee Wei Law
Hi Mike, Thanks very much for your help. I have downloaded the code from your git repository. Although the application Block *(apps/tests/storage/Block*) compiles successfully, I am still having several problems with Blink * (apps/tests/deluge/Blink)*. The most serious problem of all is the follow

Re: [Tinyos-help] Need help with running Deluge simulation with Tossim for MicaZ

2009-03-23 Thread Yee Wei Law
I found the root of the problem. 1. /opt/tinyos-2.x/tos/lib/net/Deluge/extra/mica2/NetProg_platform.h calls the hardware specific function wdt_enable() directly. 2. /opt/tinyos-2.x/tos/lib/net/Deluge/extra/avr/InternalFlashC.nc calls the hardware specific functions eeprom_is_read(), ee

Re: [Tinyos-help] Need help with running Deluge simulation with Tossim for MicaZ

2009-03-23 Thread Chieh-Jan (Mike) Liang
It depends on what you really want to simulate. Deluge is a combination of two components: A network protocol that disseminate objects, and a bootloader that loads the received objects. The internal flash is needed by the bootloader, but not necessarily the network protocol. Mike On Mar 2

Re: [Tinyos-help] Need help with running Deluge simulation with Tossim for MicaZ

2009-03-24 Thread Yee Wei Law
You are right, Mike. Following your advice, I have successfully compiled the test application "Blink" for Deluge. Just sharing with the community, here is what I did: 1. Clone the git repository using command "git clone git:// hinrg.cs.jhu.edu/git/mike/tinyos-2.x.git" (I failed to get this

[Tinyos-help] Need help in running the tutorial lesson Packet injection in TOSSIM

2006-11-22 Thread Cruz Emilda
Hi all, I need help in running BcastInject(java/net/tinyos/tools) with serial forwarder.. I have the following problem.. I did the following steps to run the program with SimpleCmd I tried to run the SimpleCmd(tinyos-1.x/apps)program in TOSSIM. I did the following steps.. (1)I

[Tinyos-help] Need help on update tinyos from 1.x to 2.x

2007-04-18 Thread Fangming Zhang
Hi, There is a warning as following: --> WARNING: CLASSPATH may not include {TOSROOT}/tinyos-1.x/tools/java. Please add the {TOSROOT}/tinyos-1.x/tools/java directory to your CLASSPATH or you may ex perience configuration problems How can I do? ___ Tiny

Re: [Tinyos-help] Need help: install error happened at step of tinyos-tools

2007-04-22 Thread Pedro Almeida
Hi, I've had the same problem. Check my thread here: http://mail.millennium.berkeley.edu/pipermail/tinyos-help/2007-March/023530.html I think i eventually ignored that error... everything works for me now (Fedora 6). I used a guide to install it on Fedora, i just followed it with care and no pro

Re: [Tinyos-help] Need help in working my own directory other than apps

2005-12-16 Thread Volker Simon
Hi, >I created my own directory ( sample) .Now when I run my program > by using "make " I am getting an error saying that "No file / > directory for make rules" you have to set in the Makefile script: "include ../../Makerules" instead of "../Makerules" Regards, Volker _

Re: [Tinyos-help] Need help in working my own directory other than apps

2005-12-16 Thread Dave Tucker
> >I created my own directory ( sample) .Now when I run my program > > by using "make " I am getting an error saying that "No file / > > directory for make rules" > > you have to set in the Makefile script: "include ../../Makerules" > instead of "../Makerules" I think the preferred meth

[Tinyos-help] Need help, I have some question about mote's location in TinyViz

2006-01-05 Thread Saran Jenjaturong
Hello, My name is Saran.I'm a new beginner in wireless sensor network.I have started to research in topic about coverage problem in wireless sensor network a few months ago.I try to build some TinyOS application and have found some question. I want to get location (coordinate x and y) from display

[Tinyos-help] Need help, I have some question about mote's location in TinyViz

2006-01-05 Thread Saran Jenjaturong
-- Forwarded message --From: Saran Jenjaturong <[EMAIL PROTECTED]>Date: Jan 5, 2006 2:51 AM Subject: Need help, I have some question about mote's location in TinyVizTo: tinyos-help@millennium.berkeley.eduHello, My name is Saran.I'm a new beginner in wireless sensor network. I have s

Re: [Tinyos-help] need help about installing and checking JAVA for Mote-PC communication !

2012-02-06 Thread Michael Schippling
Just try "make" without the intelmote2 part. I don't think there is any platform specific code in the Java tools. MS Mashal al-shboul wrote: > > Hi All, > > I need help about checking Java installation in UBUTNU for communication > between the PC and iMote2 sensor mote. > > i have the directo

Re: [Tinyos-help] need help for simulating tutorial 2 mote- mote communication in tossim

2012-08-11 Thread Ankush Shah
I am facing the same issue. Were you able to solve it? Mayank Kothiya wrote: > > i am facing error of import tossim in python interface : > [root@localhost BlinkToRadio]# python > Python 2.5.1 (r251:54863, Oct 30 2007, 13:54:11) > [GCC 4.1.2 20070925 (Red Hat 4.1.2-33)] on linux2 > Type "help"

Re: [Tinyos-help] [Need help] Shimmer sensor: weird Bluetooth behavior or I am guilty

2012-11-28 Thread mike healy
Hi, As a sanity check I've just tested the Bluetooth test app that you point to, built with the latest TinyOS main tree from googlecode, and connecting to it using minicom, and it works as expected for me. When you say you test the same shimmer with the BoilerPlate app and ShimmerConnect, are you

Re: [Tinyos-help] [Need help] Shimmer sensor: weird Bluetooth behavior or I am guilty

2012-11-28 Thread Dang Thi Hai Ha
Hi, Thanks Mike pour your reply. > As a sanity check I've just tested the Bluetooth test app that you point > to, built with the latest TinyOS main tree from googlecode, and > connecting to it using minicom, and it works as expected for me. > That's why I said "it's weird that it does not work

Re: [Tinyos-help] [Need help] Shimmer sensor: weird Bluetooth behavior or I am guilty

2012-11-28 Thread mike healy
Hi, >From your last mail I get the impression that you used the "Shimmer Windows Bootstrap Loader" Windows based application to load the BoilerPlate image on your shimmer. Have you tried building and installing BoilerPlate from source to see if that works (to test your build environment). >From t

Re: [Tinyos-help] [Need help] Shimmer sensor: weird Bluetooth behavior or I am guilty

2012-11-28 Thread Dang Thi Hai Ha
Hi, On Wed, Nov 28, 2012 at 11:36 AM, mike healy wrote: > Hi, > > From your last mail I get the impression that you used the "Shimmer > Windows Bootstrap Loader" Windows based application to load the BoilerPlate > image on your shimmer. Have you tried building and installing BoilerPlate > from s

Re: [Tinyos-help] [Need help] Shimmer sensor: weird Bluetooth behavior or I am guilty

2012-11-28 Thread mike healy
It definitely sounds like your development environment is the problem so. I don't know why you would have a problem building for shimmer2r if shimmer2 works. You just need to make sure that you are working off a relatively recent copy of the tinyos-main tree from googlecode svn ( http://code.googl

Re: [Tinyos-help] [Need help] Shimmer sensor: weird Bluetooth behavior or I am guilty

2012-11-28 Thread Dang Thi Hai Ha
Hi, I made it works!!! :D What i did is that: for whatever interfaces and components missing in shimmer2 platform, I manually copy them from other platforms (shimmer and shimmer2r) until the compilation successes. So now I have Bluetooth working for me ;-), time for the next step :D And thank y

Re: [Tinyos-help] Need help for resolving ImportError of import tossim in python interface

2013-04-15 Thread Srikanth Nori
The sim_mote_set_start_time should get compiled into the code automatically when you choose to compile for TOSSIM. What are you compiling and how do you compile for TOSSIM? Do other modules compile, or is it just one that's failing? On Mon, Apr 15, 2013 at 11:30 AM, Kiran Kumar Puram wrote: > Hi

Re: [Tinyos-help] Need help, I have some question about mote's location in TinyViz

2006-01-05 Thread Ixent Galpin
Hi Saran This is probably not a satisfactory solution - but as a newbie, the only one I have found. If you click and drag a mote to a new location, the status bar on the bottom right-hand panel informs you of the co-oridnates of the mote's new location. Cheers Ixent Saran Jenjaturong wrote

<    1   2   3