[Tinyos-help] Any new development for the Atmega128RFA1?

2010-11-08 Thread Anderson Jr Nascimento
Hello all, Recently there have been (at least) two development boards come out for the new Atmega128RFA1. One is sold by Sparkfun ( http://www.sparkfun.com/commerce/product_info.php?products_id=9734) and the other is sold by a German company Dresden Elektronik (

[Tinyos-help] Consecutive ADC readings with TempC and VoltageC

2010-04-02 Thread Anderson Jr Nascimento
Hello, I'm using an Iris mote with the latest tinyos-2.x sources from cvs. I have a 5 ms timer, which when fired does the following: { Read TempC (from mda100bc sensorboard) Read VoltageC (the internal voltage reference of the micro) Send values over serial port } NOTE: please ignore the fact

Re: [Tinyos-help] Consecutive ADC readings with TempC and VoltageC

2010-04-02 Thread Anderson Jr Nascimento
Thanks Phil, for looking into this. I did, however try Michael's approach, but it didn't help. I ended up with similar results. It seems that it has something to do with the top level arbitration used by TempC. I made some modifications to the TempC files as to remove the top level arbitration,