2009/12/23 <[email protected]> > Send Tinyos-help mailing list submissions to > [email protected] > > To subscribe or unsubscribe via the World Wide Web, visit > > https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help > > or, via email, send a message with subject or body 'help' to > [email protected] > > You can reach the person managing the list at > [email protected] > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Tinyos-help digest..." > > > Today's Topics: > > 1. A lot of errors after 'make telosb' (_-) > 2. can't run Tinyviz from cygwin (Rachel Bernard) > 3. can not run Tinyviz with Tinyos 2.1 (Rachel Bernard) > 4. Re: Transmitter problem in Micaz (Paul Johnson) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Wed, 23 Dec 2009 04:16:39 -0800 (PST) > From: _- <[email protected]> > Subject: [Tinyos-help] A lot of errors after 'make telosb' > To: [email protected] > Message-ID: <[email protected]> > Content-Type: text/plain; charset="iso-8859-1" > > Hello, > > When I try 'make telosb', it appears a lot of error messages such as the > components are not implemented, syntax errors, etc. > > How can I fix the problem? or what can be the cause of this errors? > > ?????? > ???????????????? from /opt/tinyos-2.1.0/tos/system/TimerMilliC.nc:40, > ???????????????? from BlinkAppC.nc:46: > In component `VirtualizeTimerC': > /opt/tinyos-2.1.0/tos/lib/timer/VirtualizeTimerC.nc:37: syntax error before > `uint8_t' > /opt/tinyos-2.1.0/tos/lib/timer/VirtualizeTimerC.nc:50: syntax error before > `uint32_t' > /opt/tinyos-2.1.0/tos/lib/timer/VirtualizeTimerC.nc:50: warning: no > semicolon at end of struct or union > /opt/tinyos-2.1.0/tos/lib/timer/VirtualizeTimerC.nc:51: syntax error before > `dt' > /opt/tinyos-2.1.0/tos/lib/timer/VirtualizeTimerC.nc:52: syntax error before > `isoneshot' > /opt/tinyos-2.1.0/tos/lib/timer/VirtualizeTimerC.nc:53: syntax error before > `isrunning' > /opt/tinyos-2.1.0/tos/lib/timer/VirtualizeTimerC.nc:54: syntax error before > `_reserved' > VirtualizeTimerC: `TimerFrom.fired' not implemented > VirtualizeTimerC: `Timer.startPeriodicAt' not implemented > VirtualizeTimerC: `Timer.startOneShotAt' not implemented > VirtualizeTimerC: `Timer.startPeriodic' not implemented > VirtualizeTimerC: `Timer.startOneShot' not implemented > VirtualizeTimerC: `Timer.stop' not implemented > In file included from > /opt/tinyos-2.1.0/tos/chips/msp430/timer/HilTimerMilliC.nc:43, > ???????????????? from /opt/tinyos-2.1.0/tos/system/TimerMilliP.nc:41, > ???????????????? from /opt/tinyos-2.1.0/tos/system/TimerMilliC.nc:40, > ???????????????? from BlinkAppC.nc:46: > In component `CounterToLocalTimeC': > /opt/tinyos-2.1.0/tos/lib/timer/CounterToLocalTimeC.nc:38: syntax error > before `uint32_t' > /opt/tinyos-2.1.0/tos/lib/timer/CounterToLocalTimeC.nc:42: syntax error > before `LocalTime' > In component `HilTimerMilliC': > /opt/tinyos-2.1.0/tos/chips/msp430/timer/HilTimerMilliC.nc:47: no match > /opt/tinyos-2.1.0/tos/chips/msp430/timer/HilTimerMilliC.nc:48: no match > /opt/tinyos-2.1.0/tos/chips/msp430/timer/HilTimerMilliC.nc:50: cannot find > `TimerFrom' > /opt/tinyos-2.1.0/tos/chips/msp430/timer/HilTimerMilliC.nc:51: cannot find > `Alarm' > /opt/tinyos-2.1.0/tos/chips/msp430/timer/HilTimerMilliC.nc:52: cannot find > `Counter' > In component `TimerMilliC': > /opt/tinyos-2.1.0/tos/system/TimerMilliC.nc:44: too many arguments > make: *** [exe0] Error 1 >
Hola, Probablemente las primeras lineas de error muestran que uno de los archivos de cabecera no se encuentra, el stddef.h o el inttypes.h, si esto es cierto, es porque los directorios por defecto donde tinyos busca los archivos de cabecera, no estan bien configurados... que tipo de ubuntu usas? que version de tinyos? > > > > > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > https://www.millennium.berkeley.edu/pipermail/tinyos-help/attachments/20091223/b64dd865/attachment-0001.htm > > ------------------------------ > > Message: 2 > Date: Wed, 23 Dec 2009 12:29:19 +0000 > From: Rachel Bernard <[email protected]> > Subject: [Tinyos-help] can't run Tinyviz from cygwin > To: Tinyos-help <[email protected]> > Message-ID: <[email protected]> > Content-Type: text/plain; charset="iso-8859-1" > > > I am using tinyos 2.1 on winXp with cygwinI want to use TinyViz for > stimulating the sensors. In the directory > /opt/tinyos-2.1.0/support/sdk/java/net/tinyos/sim/, there is > only 3 files, Makefile, package.html and Linklayer..... There is no > SimDriver.jar file to install tinyviz. I tried the instructions on lesson > 5but cygwin indicated that tinyviz and build are commands not found !!!Can > anyone suggest me some solution to run TinyViz? > or is it true that tinyviz does not work with tinyos 2.x ???i really need > your help regards, Rachel Bernard > > > _________________________________________________________________ > Messenger d?barque dans Hotmail ! Essayez-le ! > http://www.windowslive.fr/hotmail/web-messenger/ > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > https://www.millennium.berkeley.edu/pipermail/tinyos-help/attachments/20091223/0aa57572/attachment-0001.htm > > ------------------------------ > > Message: 3 > Date: Wed, 23 Dec 2009 12:47:27 +0000 > From: Rachel Bernard <[email protected]> > Subject: [Tinyos-help] can not run Tinyviz with Tinyos 2.1 > To: Tinyos-help <[email protected]> > Message-ID: <[email protected]> > Content-Type: text/plain; charset="iso-8859-1" > > > Hi all, > I am using tinyos 2.1 on winXp with cygwinI want to use TinyViz for > stimulating the sensors. In the directory > /opt/tinyos-2.1.0/support/sdk/java/net/tinyos/sim/, there isonly 3 files, > Makefile, package.html and Linklayer..... There is no > SimDriver.jar file to install tinyviz. I tried the instructions on lesson > 5but cygwin indicated that tinyviz and build are commands not found !!!Can > anyone suggest me some solution to run TinyViz? > or is it true that tinyviz does not work with tinyos 2.x ???i really need > your help regards, Rachel Bernard > _________________________________________________________________ > A la recherche de bons plans pour une rentr?e pas ch?re ? Bing ! Trouvez ! > http://www.bing.com/search?q=bons+plans+rentr%C3%A9e&form=MVDE6 > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > https://www.millennium.berkeley.edu/pipermail/tinyos-help/attachments/20091223/2334d428/attachment-0001.htm > > ------------------------------ > > Message: 4 > Date: Wed, 23 Dec 2009 11:24:54 -0600 > From: Paul Johnson <[email protected]> > Subject: Re: [Tinyos-help] Transmitter problem in Micaz > To: "Mohammad S. Hashemian" <[email protected]> > Cc: [email protected] > Message-ID: <[email protected]> > Content-Type: text/plain; charset="iso-8859-1" > > Mohammad, > > Yes, I believe the problem is with the actual connector that is MMCX > adapter soldered to the board, i've had problems with them coming > completely off the board and taking the PCB lines with them. I would > first try re-soldering that piece first. If this doesn't work, then an > alternative solution would be to use the through-hole connectors for the > antenna. It should be located near the MMCX connector. > > Using the through-hole connectors may be a little bit tricky since the > antennas have an MMCX connector attached to the end. You may want to > try making a very simple dipole(you won't get as good of a performance > as the actual antenna because of impedance mis-matching) using a wire of > the appropriate length, or you can use one of the female MMCX connectors > to interface with the through-hole connector and the existing antenna. > > Let me know what happens, > -Paul > > On 12/22/2009 10:23 PM, Mohammad S. Hashemian wrote: > > Thanks Paul, you're right, most likely the problem is with the > > antenna. But the point is that as you know for Micaz, the antenna is a > > 2.4 ghz pcb antenna! how can I re-solder it? by now I've cut the > > antenna of one of the motes totally and re-soldered it, but it didn't > > work and also I resolder another mote (without cutting the antenna > > first, just by adding more solder to it board), but it didn't work > > either! any suggestions how can I do it? > > > > And also do you think if the problem is with the connection between > > MMCX female part and board or the female part itself is damaged? (the > > antenna should be fine, I tested it by changing a new mote's antenna > > with a damaged one, and it still was working fine)! > > > > thanks again for your help, > > Mohammad > > > > 2009/12/22 Paul Johnson <[email protected] <mailto:[email protected]>> > > > > Mohammad, > > > > One thing you may want to check out is the antenna connection to > > the micaz board. The board-mounted connector can be pretty > > fragile and can be easily broken off if the antenna catches on > > anything, or you attempt to remove the antenna by pulling at an > > angle. What I would do is try to re-solder the antenna one one of > > the boards that are malfunctioning and see what happens. > > > > 10cm is about the range I've seen micaz/mica2 nodes work w/out an > > antenna connected at all, so the antenna is likely the cause of > > this problem. > > > > Hopefully re-soldering the connections fixes this and you don't > > have to buy new boards, > > -Paul > > > > > > On 12/22/2009 4:53 PM, Mohammad S. Hashemian wrote: > >> Hi All > >> > >> We have run a project using micaz modules. In this project there > >> are 8 nodes which are fixed in a certain locations and 40 nodes > >> which are carried by different people (some of these motes are in > >> XBow boxes and some other are just in small pouches). There are 3 > >> motes which are used as base stations through the environment. > >> > >> The problem we have now is that the transmitter of the mobile > >> motes gets damaged after a while. For example we pick a new mote > >> out of the pack, program it, and give it to one of the people, > >> after a while (sometimes even after 3 days!!!) the transmitter > >> (either sender or receiver) stops working. > >> > >> I realize the transmitter of a mote has stopped working when I > >> don't receive any signal from it for a couple of days. In this > >> case I test the mote with CountSend and CountReceive (shipped > >> with XBow MoteWorks) against another new mote. Usually the result > >> is that either the sender part or receiver part of the mote has > >> become so weak that the packet can be transferred only if the > >> motes are less than 10 cm away!!! further than that the packet > >> either can not be sent or be received. I've called the company > >> regarding this issue and they told me if the mote doesn't work > >> with CountSend and CountReceive, you should send them back here > >> for diagnosis and because by now they are out of warranty, it > >> costs 100$ per each for diagnosis (The motes have been bought > >> more than a year ago, but they haven't been used at all). > >> > >> On possibility was that the motes that we got have been produced > >> using a bad batch in the manufacture for transmitter, and that's > >> why they keep dying in work. But it's not very likely because the > >> problem is just exist with the mobile ones, not with the base > >> stations or with the fixed motes. Also the currently used motes > >> have been purchased in two separate orders, and probably two > >> separate manufacturing series. > >> > >> The other possibility is that they die because of the static > >> electricity (people are supposed to change the mote's battery > >> every couple of days). Can it be a reason? But this even happens > >> for the mobile motes with XBow boxes which they look safe for > >> this. and if it's the reason, why just the transmitter gets > >> damaged and no other part in the mote? > >> > >> By now we have lost more than 30 micaz motes this way and if it > >> wants to continue we will much more. Does anyone has any idea > >> what can be the reason and how we can stop it? Any idea is highly > >> appreciated. > >> > >> Thanks, > >> > >> > >> -- > >> Mohammad S. Hashemian > >> Research Scholar/DISCUS Lab > >> Department of Computer Science > >> 254.2 Thorvaldson Building > >> University of Saskatchewan > >> (306)966-1947 > >> > >> > >> _______________________________________________ > >> Tinyos-help mailing list > >> [email protected] > >> <mailto:[email protected]> > >> > https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help > > > > _______________________________________________ > > Tinyos-help mailing list > > [email protected] > > <mailto:[email protected]> > > > https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help > > > > > > > > > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > https://www.millennium.berkeley.edu/pipermail/tinyos-help/attachments/20091223/03d5be14/attachment.htm > > ------------------------------ > > _______________________________________________ > Tinyos-help mailing list > [email protected] > https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help > > End of Tinyos-help Digest, Vol 80, Issue 73 > ******************************************* >
_______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
