[Tinyos-help] Can't find neither _parjtag nor ctypes. No JTAG backend available.

SANG Junjun crabhit at gmail.com
Sat Jan 20 00:58:20 PST 2007


hi
I tried to install TinyOS2.x to a node by "make install XXX jtag"
this problem comes :

Traceback (most recent call last):
  File "/opt/msp430/bin/msp430-jtag", line 16, in ?
    from msp430 import memory, jtag
  File "/opt/msp430/lib/python2.3/site-packages/msp430/jtag.py", line 44, in
?
    raise ImportError("Can't find neither _parjtag nor ctypes. No JTAG
backend available.")
ImportError: Can't find neither _parjtag nor ctypes. No JTAG backend
available.

Anyone can help me ?

On 1/20/07, tinyos-help-request at millennium.berkeley.edu <
tinyos-help-request at millennium.berkeley.edu> wrote:
>
> Send Tinyos-help mailing list submissions to
>         tinyos-help at Millennium.Berkeley.EDU
>
> To subscribe or unsubscribe via the World Wide Web, visit
>
> https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
>
> or, via email, send a message with subject or body 'help' to
>         tinyos-help-request at Millennium.Berkeley.EDU
>
> You can reach the person managing the list at
>         tinyos-help-owner at Millennium.Berkeley.EDU
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Tinyos-help digest..."
>
>
> Today's Topics:
>
>    1. MoteView -> Changing voltage levels on the fly? (Conard, Andrew)
>    2. Re: Any help with computing the energy of the sensors!
>       (Michael Schippling)
>    3. Debug messages directly from mote? (Thomas Badura)
>    4. Re: UQ_COLLECTION_CLIENT  (Philip Levis)
>    5. RE: MoteView -> Changing voltage levels on the fly? (Giri Baleri)
>    6. Re: Any help with computing the energy of the sensors!
>       (Sarfraz Nawaz)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Fri, 19 Jan 2007 13:50:29 -0500
> From: "Conard, Andrew" <adconard at uncc.edu>
> Subject: [Tinyos-help] MoteView -> Changing voltage levels on the fly?
> To: <tinyos-help at millennium.berkeley.edu>
> Message-ID:
>         <9F8EDD0EEBEC3C4D813AB66626997D314A4969 at EXEVS07.its.uncc.edu>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hi,
>
> First of all I am sort of new to MoteView and its capabilities, so bear
> with me...
>
> I am supposed to set-up a MoteView demo for high school students. One
> thing I would like to show is how the voltage levels of the motes can affect
> the network topology (because if one or more motes' voltage levels drop too
> far, then they will go down). I would like to be able to show this rather
> than turning off one mote to see how the rest of the topology develops, etc.
>
> Thanks!
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> http://mail.millennium.berkeley.edu/pipermail/tinyos-help/attachments/20070119/b57db056/attachment-0001.htm
>
> ------------------------------
>
> Message: 2
> Date: Fri, 19 Jan 2007 12:24:11 -0700
> From: Michael Schippling <schip at santafe.edu>
> Subject: Re: [Tinyos-help] Any help with computing the energy of the
>         sensors!
> To: Jacob Sorber <jacob.sorber at gmail.com>
> Cc: tinyos-help at millennium.berkeley.edu
> Message-ID: <45B11ADB.30908 at santafe.edu>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> I didn't know about that chip...pretty cool, but will still only
> approximate things based on some set of 'ideal' conditions. I'm
> sure we've all had the low-battery warning on some device happen
> at seemingly random times before full failure...
>
> But there is a nice app-note on using voltage as a charge indicator:
> http://www.maxim-ic.com/appnotes.cfm/appnote_number/121
>
> thanks
> MS
>
> Jacob Sorber wrote:
> > If you aren't afraid of a little hardware work, you can also use a fuel
> > guage IC like the DS2770 from Maxim/Dallas.  That will give you better
> > accuracy, if you really need it.  If you approximate battery energy
> > using voltage, just keep in mind that it is not linear and that it is
> > different for each battery.  You should either check the battery specs,
> > or estimate the curve experimentally.
> >
> > Jacob Sorber
> >
> > On 1/18/07, *Michael Schippling* <schip at santafe.edu
> > <mailto:schip at santafe.edu>> wrote:
> >
> >     If you mean battery energy, you probably can't because there is no
> >     provision for measuring current draw. You can approximate it with
> >     the battery voltage and knowledge of the discharge characteristics.
> >     I also recently suggested measuring the voltage before/during doing
> >     something that draws a lot of current.
> >
> >     MS
> >
> >
> >     paul jhon wrote:
> >      > Hello,
> >      >
> >      > I need to compute the initial energy of the sensors
> >      > and its remaining energy at every moment.
> >      >
> >      > Can you please tell me how to do this in TinyOS2.x?
> >      >
> >      > thank you so much for your answer.
> >      > Paul
> >      >
> >     _______________________________________________
> >     Tinyos-help mailing list
> >     Tinyos-help at Millennium.Berkeley.EDU
> >     <mailto:Tinyos-help at Millennium.Berkeley.EDU>
> >
> https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
> >
> >
>
>
> ------------------------------
>
> Message: 3
> Date: Fri, 19 Jan 2007 23:08:19 +0100
> From: "Thomas Badura" <thomas.badura at gmx.net>
> Subject: [Tinyos-help] Debug messages directly from mote?
> To: <tinyos-help at Millennium.Berkeley.EDU>
> Message-ID: <000101c73c16$543ab870$17b2a8c0 at tomsterhomepc>
> Content-Type: text/plain; charset="us-ascii"
>
> Hi all,
>
> Is there a possibility or a tool to display debug messages directly from
> the
> mote, when the mote is connected to the pc and an application is running?
> For example just like a tossim simulation, outputs debug messages. The
> tools
> "Listen" or "ListenRaw" just display "raw" bytes, when a packet is send to
> the serial port. Has somebody an idea?
> I use the Boomerang 2.0.4 distribution with some Tmote Sky.
>
> Thanks,
> Thomas
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> http://mail.millennium.berkeley.edu/pipermail/tinyos-help/attachments/20070119/136092b6/attachment.html
>
> ------------------------------
>
> Message: 4
> Date: Fri, 19 Jan 2007 14:09:49 -0800
> From: Philip Levis <pal at cs.stanford.edu>
> Subject: Re: [Tinyos-help] UQ_COLLECTION_CLIENT
> To: Mohamed Ahmed <mohamed7ahmed at yahoo.com>
> Cc: tinyos-help at millennium.berkeley.edu
> Message-ID: <240506F2-ACDA-42AA-91B1-FD942DA22D20 at cs.stanford.edu>
> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed
>
> On Jan 18, 2007, at 10:27 PM, Mohamed Ahmed wrote:
>
> > Hi,
> >
> > Could someone tell me about the meaning of
> >   enum {
> >     CLIENT_COUNT = uniqueCount (UQ_COLLECTION_CLIENT)
> >   };
> >
> > which is declared in ForwardingEngineP.nc ?
> >
> > #define UQ_COLLECTION_CLIENT "CollectionSenderC.Send"
> >
> > is declared in TreeCollection.h
> >
>
> The TinyOS programming manual (and the nesC reference manual) explain
> unique()/uniqueCount().
>
> Phil
>
>
> ------------------------------
>
> Message: 5
> Date: Fri, 19 Jan 2007 15:08:43 -0800
> From: "Giri Baleri" <mbaleri at xbow.com>
> Subject: RE: [Tinyos-help] MoteView -> Changing voltage levels on the
>         fly?
> To: "Conard, Andrew" <adconard at uncc.edu>
> Cc: tinyos-help at Millennium.Berkeley.EDU
> Message-ID:
>         <
> A4CFDEFE63B2934FAE493E5679F23A710125B22F at FRANKLIN.internal.xbow.com>
> Content-Type: text/plain; charset="us-ascii"
>
> MoteView merely displays the data as reported by Motes.
> The voltage to the Motes is dictated by the batteries that are attached
> to the Motes and MoteView has no control over it.
> Your best bet would be to use a variable bench power supply to power the
> Motes and vary the voltage and notice any topology changes in MoteView.
>
> As long as the battery voltage is held above 2.5V, I wouldn't expect any
> topology changes.
>
> Giri
>
> ________________________________
>
> From: tinyos-help-bounces at Millennium.Berkeley.EDU
> [mailto:tinyos-help-bounces at Millennium.Berkeley.EDU] On Behalf Of
> Conard, Andrew
> Sent: Friday, January 19, 2007 10:50 AM
> To: tinyos-help at Millennium.Berkeley.EDU
> Subject: [Tinyos-help] MoteView -> Changing voltage levels on the fly?
>
>
>
> Hi,
>
> First of all I am sort of new to MoteView and its capabilities, so bear
> with me...
>
> I am supposed to set-up a MoteView demo for high school students. One
> thing I would like to show is how the voltage levels of the motes can
> affect the network topology (because if one or more motes' voltage
> levels drop too far, then they will go down). I would like to be able to
> show this rather than turning off one mote to see how the rest of the
> topology develops, etc.
>
> Thanks!
>
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> http://mail.millennium.berkeley.edu/pipermail/tinyos-help/attachments/20070119/56091b5b/attachment.htm
>
> ------------------------------
>
> Message: 6
> Date: Sat, 20 Jan 2007 14:01:25 +1100
> From: "Sarfraz Nawaz" <sarfraz at gmail.com>
> Subject: Re: [Tinyos-help] Any help with computing the energy of the
>         sensors!
> To: schip at santafe.edu
> Cc: tinyos-help at millennium.berkeley.edu
> Message-ID:
>         <8583de9a0701191901g3f0177b4qf2d4a0d6a3da26d4 at mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> And if you dont want to mess around with hardware you may use either
> PowerTossim or Avrora to estimate energy usage for each sensor node. You
> can
> later on use the hardware options to verify if you like.
>
> On 1/20/07, Michael Schippling <schip at santafe.edu> wrote:
> >
> > I didn't know about that chip...pretty cool, but will still only
> > approximate things based on some set of 'ideal' conditions. I'm
> > sure we've all had the low-battery warning on some device happen
> > at seemingly random times before full failure...
> >
> > But there is a nice app-note on using voltage as a charge indicator:
> > http://www.maxim-ic.com/appnotes.cfm/appnote_number/121
> >
> > thanks
> > MS
> >
> > Jacob Sorber wrote:
> > > If you aren't afraid of a little hardware work, you can also use a
> fuel
> > > guage IC like the DS2770 from Maxim/Dallas.  That will give you better
> > > accuracy, if you really need it.  If you approximate battery energy
> > > using voltage, just keep in mind that it is not linear and that it is
> > > different for each battery.  You should either check the battery
> specs,
> > > or estimate the curve experimentally.
> > >
> > > Jacob Sorber
> > >
> > > On 1/18/07, *Michael Schippling* <schip at santafe.edu
> > > <mailto:schip at santafe.edu>> wrote:
> > >
> > >     If you mean battery energy, you probably can't because there is no
> > >     provision for measuring current draw. You can approximate it with
> > >     the battery voltage and knowledge of the discharge
> characteristics.
> > >     I also recently suggested measuring the voltage before/during
> doing
> > >     something that draws a lot of current.
> > >
> > >     MS
> > >
> > >
> > >     paul jhon wrote:
> > >      > Hello,
> > >      >
> > >      > I need to compute the initial energy of the sensors
> > >      > and its remaining energy at every moment.
> > >      >
> > >      > Can you please tell me how to do this in TinyOS2.x?
> > >      >
> > >      > thank you so much for your answer.
> > >      > Paul
> > >      >
> > >     _______________________________________________
> > >     Tinyos-help mailing list
> > >     Tinyos-help at Millennium.Berkeley.EDU
> > >     <mailto:Tinyos-help at Millennium.Berkeley.EDU>
> > >
> >
> https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
> > >
> > >
> > _______________________________________________
> > Tinyos-help mailing list
> > Tinyos-help at Millennium.Berkeley.EDU
> >
> https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
> >
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> http://mail.millennium.berkeley.edu/pipermail/tinyos-help/attachments/20070120/953f0fe0/attachment.html
>
> ------------------------------
>
> _______________________________________________
> Tinyos-help mailing list
> Tinyos-help at Millennium.Berkeley.EDU
> https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
>
> End of Tinyos-help Digest, Vol 45, Issue 66
> *******************************************
>



-- 
Best Regards,
SANG JUNJUN
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.millennium.berkeley.edu/pipermail/tinyos-help/attachments/20070120/2a75d4b9/attachment-0001.htm


More information about the Tinyos-help mailing list