Hi Guys, I had the misfortune to use TelosA motes. The main difference is in the reset circuit (schematics: http://www.tinyos.net/scoop/special/hardware). TelosA resets if a certain high/low combination is on the hw flow control pins, and TelosB resets if a certain high/low combination sequence is on the hw flow control pins (basicly it's a bit-banged i2c switch).
While I never had problems with programming the TelosA motes, your problem could indeed caused by this stupid reset circuit. It's also a known problem that tinyos.jar doesn't like TelosA motes, see this thread: http://mail.millennium.berkeley.edu/pipermail/tinyos-help/2011-October/052713.html I have a patch for that, but it didn't reached tinyos-main. I will send it to a commiter again. Andris On Sun, Oct 21, 2012 at 10:40 PM, Eric Decker <[email protected]> wrote: > > Are you sure you have a revA? I've never seen a revA and haven't heard > anything about them in years and years. > > I don't know where anyone would get one. So I question whether you have > one or not. > > Tmotes I beleive are the same as telosb. > > > > doing "make telos" is the same as doing make telosa according to > support/make/telos.target. > > > It would be more helpful if you included the error message. > > You message is like calling up techsupport and when they ask you what's > wrong you answer "its broken". > > Think it through. If someone asked you to help fix something, what would > you need. > > > On Sun, Oct 21, 2012 at 6:02 AM, Nhuanthong <[email protected]> wrote: >> >> Dear Helps, >> >> I have two kinds of Telos sensor- Tmote and Telos. For Tmote Sky and Telos >> RevB, I use the command "make telosb install,x" and It's okay. However, for >> the Telos RevA, I write command "make telos install,x" and get error! Could >> you please tell me which command I have to write for compiling Telos RevA? >> >> Best regards, >> >> Huy Do. >> >> _______________________________________________ >> Tinyos-help mailing list >> [email protected] >> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help > > > > > -- > Eric B. Decker > Senior (over 50 :-) Researcher > > > > _______________________________________________ > Tinyos-help mailing list > [email protected] > https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
