[Tinyos-help] problem on turn on telosb chip radio

2010-10-18 Thread Davide Molteni
Hi to everybody, I'm sorry for my English... I have a problem on start radio on telosb platform with TinyOs 2.1.0. I find this message: http://www.mail-archive.com/tinyos-help@millennium.berkeley.edu/msg29889.html but there isn't a solution. I use a LPL, not the default one but a modified one

Re: [Tinyos-help] packet can not be senddone

2010-11-10 Thread Davide Molteni
Hi, I found this problem, I use LPL and telosb platform, the send command return SUCCESS. I investigated the problem and I found, in my case, is correlated to an incorrect turn on operation of the chip radio. The problem that I found is the turn on fail and the LPL components go in an inconsist

[Tinyos-help] error using mig

2011-05-03 Thread Davide Molteni
Hi, I want check the version of the tool nesc use because I found a problem with them. I'm working with TinyOS 2.0.2 and TinyOS 2.1.0 on a ArchLinux machine. Yesterday I updates my system and something goes wrong with mig. In particular when I use it it returns me the error: two source files spe

Re: [Tinyos-help] Arch Linux

2011-11-04 Thread Davide Molteni
Hi, I work on ArchLinux and telosb/tmote like platform. I successful use aur package for TinyOs (nescc 1.3.3-1, tinyos 2.1.1-3, tinyos-tools 1.4.0-3). To compile for msp430 I extract and manually install file from rpm package downloaded from TinyOs site. Davide Nella citazione in data ven 04

[Tinyos-help] tos-bsl and invertedRST

2013-04-24 Thread Davide Molteni
Hi to all, I'm update tinyos tools to 1.4.2-2 today and I find a problem using tos-bsl with custom platform. Until today I use a old version, before 1.4.0 I don't know exactly which one, without problem. The command I used was : tos-bsl --invert-test -c /dev/ttyUSB0 -r -e -I -p build/telosb/mai

Re: [Tinyos-help] Asking for MIG help

2013-10-11 Thread Davide Molteni
Hi, the error you report in your mail is not abaut MIG but about the connection between the pc and node. command you run don't specify how the program have to connect to the ote so by deafult use a serialForwarder on same machine and port 9002 (sf@localhost:9002). If the your telosb is conn

Re: [Tinyos-help] Efficient ways to dump LogStorage

2014-09-01 Thread Davide Molteni
Hi, I use the approach suggested by Ugo. I can dump the entire tmote memory with no problem using SerialActiveMessage, following this loop: 1) read from flash in a buffer (size of buffer is a for a log record) 2) send usign SerialAMSender 3) on sendDone event call again number 1, On pc side I

[Tinyos-help] problem with timer on long-term

2014-09-09 Thread Davide Molteni
Hi to all, I have a problem that I can not figure out how to investigate. I have an application in TinyOS 2.1.2 that have to work for a long time (like a year) in a deployment, the application is based on a main timer (TimerMilliC components) that have to fire every second: this increment a tim

Re: [Tinyos-help] Micaz Sim

2015-04-13 Thread Davide Molteni
Hi, how do you get tinyos? Automatic Installation? Manual using rpm? or installed by source? Il 13/04/2015 11:58, sercan vançin ha scritto: i found ncc folder in 'opt/tinyos-2.x/tools/tinyos/ncc ' and when i type 'which ncc' command , it returns nothing and it dosnt errror,too. ---