Re: [Tinyos-help] TinyOS support for Atmel chips on newer ZigBit modules (ATZB)

2014-08-17 Thread Ugo Maria Colesanti
Actually it was more simple than expected, after having implemented the Counter and Compare component based on RTC everything built-up quite quickly up to the TimerMilli. Now Blink is compiling and working correctly. Ugo 2014-08-17 11:23 GMT+02:00 Ugo Maria Colesanti : > Hi all, > it is just to

Re: [Tinyos-help] TinyOS support for Atmel chips on newer ZigBit modules (ATZB)

2014-08-17 Thread Ugo Maria Colesanti
Hi all, it is just to inform that I started the port of the Atmel SamR21Xplained board. The board has the SamR21 which is a bundle of the SamD21 (cortex m0+) and AT86RF233 transceiver. I'm using the Linaro gcc 4.8.3 patched following instructions for the Opal (Sam3u) port ( https://github.com/csiro

Re: [Tinyos-help] TinyOS support for Atmel chips on newer ZigBit modules (ATZB)

2014-04-24 Thread Eric Decker
I started with the Sam code for the CC2520 and ended up chucking the lot and started from scratch. I have a well tested CC2520 and CC2520/2591 driver off in the tinyprod code. On Wed, Apr 23, 2014 at 9:50 AM, András Bíró wrote: > That's intresting, we tried to use the SAM3U code on a prototyp

Re: [Tinyos-help] TinyOS support for Atmel chips on newer ZigBit modules (ATZB)

2014-04-23 Thread Thomas Schmid
l 23, 2014 18:41 > > To: Thomas Schmid > > Cc: Tinyos-Help > > Subject: Re: [Tinyos-help] TinyOS support for Atmel chips on newer > > ZigBit modules (ATZB) > > > > On Apr 23, 2014, at 7:26 AM, Thomas Schmid > > wrote: > > > > > It really is all ab

Re: [Tinyos-help] TinyOS support for Atmel chips on newer ZigBit modules (ATZB)

2014-04-23 Thread Michiel Konstapel
y, April 23, 2014 18:41 > To: Thomas Schmid > Cc: Tinyos-Help > Subject: Re: [Tinyos-help] TinyOS support for Atmel chips on newer > ZigBit modules (ATZB) > > On Apr 23, 2014, at 7:26 AM, Thomas Schmid > wrote: > > > It really is all about writing drivers for thos

Re: [Tinyos-help] TinyOS support for Atmel chips on newer ZigBit modules (ATZB)

2014-04-23 Thread Ugo Colesanti
Talking with Philipp Sommer last year, he told me that the opal mote (cortex m3u) was working with the tinyos distribution, despite it has not been tested for long periods. Have a look to its github: https://github.com/csiro-wsn/tinyos-csiro-opal , maybe it could help. Ugo On 04/23/2014 06:50

Re: [Tinyos-help] TinyOS support for Atmel chips on newer ZigBit modules (ATZB)

2014-04-23 Thread András Bíró
That's intresting, we tried to use the SAM3U code on a prototype board, but almost nothing worked. No uart, one of the spi bus was broken, no sd card. Maybe our SAM3U has different peripherials than yours? I don't have much information on this, a colleage of mine worked on it, I just heard him comp

Re: [Tinyos-help] TinyOS support for Atmel chips on newer ZigBit modules (ATZB)

2014-04-23 Thread Philip Levis
On Apr 23, 2014, at 7:26 AM, Thomas Schmid wrote: > It really is all about writing drivers for those chips. The port for the > SAM3U and SAM3S are pretty good, though they lack a little bit in low-power > features (e.g. turning peripherals properly on and off). I'm definitely interested to hea

Re: [Tinyos-help] TinyOS support for Atmel chips on newer ZigBit modules (ATZB)

2014-04-23 Thread Thomas Schmid
The ARM toolchain doesn't need anything extra for TinyOS. I would suggest not to use the Atmel specific one, but the one from launchpad ( https://launchpad.net/gcc-arm-embedded). I moved away from the CodeBench one after they got acquired by Mentor. It really is all about writing drivers for those

Re: [Tinyos-help] TinyOS support for Atmel chips on newer ZigBit modules (ATZB)

2014-04-23 Thread András Bíró
On Wed, Apr 23, 2014 at 1:08 AM, Thomas Schmid wrote: > The rf233 driver has been modified and tested, not just renamed. But I am > not 100% sure if we did all the mods mentioned in that app note. > On Apr 22, 2014 4:48 PM, "Martin Cerveny" wrote: > >> Hello. >> >> Thanks for answers. >> >> On T

Re: [Tinyos-help] TinyOS support for Atmel chips on newer ZigBit modules (ATZB)

2014-04-22 Thread Martin Cerveny
Hello. Thanks for answers. On Tue, 22 Apr 2014, András Bíró wrote: Is there some progress or stable/final/tested code for Atmel newer RF chips on ZigBit (ATZB) modules ? We used the ATZB900 and ATZB24 modules without a problem, with a new platform of course. We dropped the atzb24 in fav

Re: [Tinyos-help] TinyOS support for Atmel chips on newer ZigBit modules (ATZB)

2014-04-22 Thread András Bíró
Hi Martin, On Sun, Apr 20, 2014 at 6:09 PM, Martin Cerveny wrote: > Hello. > > Is there some progress or stable/final/tested code for Atmel newer RF > chips on ZigBit (ATZB) modules ? > We used the ATZB900 and ATZB24 modules without a problem, with a new platform of course. We dropped the atzb

Re: [Tinyos-help] TinyOS support for Atmel chips on newer ZigBit modules (ATZB)

2014-04-20 Thread Philip Levis
I'm very interested in incorporating support for the newer Atmel chips in the main tree. Cortex M3 is also a priority, but given the diversity of chips I want to take a look at the space and figure out which we should focus on. Phil On Apr 20, 2014, at 11:44 AM, Ugo Colesanti wrote: > On 0

Re: [Tinyos-help] TinyOS support for Atmel chips on newer ZigBit modules (ATZB)

2014-04-20 Thread Ugo Colesanti
On 04/20/2014 06:09 PM, Martin Cerveny wrote: > Hello. > > Is there some progress or stable/final/tested code for Atmel newer RF chips > on ZigBit (ATZB) modules ? > Did someone check/test compatibility with previous chip generations ? > Is there some TinyOS implementation with XMega CPU (ATxmegax

[Tinyos-help] TinyOS support for Atmel chips on newer ZigBit modules (ATZB)

2014-04-20 Thread Martin Cerveny
Hello. Is there some progress or stable/final/tested code for Atmel newer RF chips on ZigBit (ATZB) modules ? Did someone check/test compatibility with previous chip generations ? Is there some TinyOS implementation with XMega CPU (ATxmegaxxx) ? And what about ARM Cortex-M0+ CPU (ATSAMR21xxx, ht