Re: [riot-devel] NFC & Atmel AT86RF232B

2015-03-19 Thread Simone Pecora
Hi all,
I'm a telecommunication engineer student and I'm working on pn532 driver
for my thesis project. It works wired to a sam3x via spi communication.
The library works correctly for the authentication, read, format and write
mifare cards but i want to make a pairing with tho wsn riot nodes via nfc.
It doesn't work completely but it's almost done. In a couple of days i'll
probably finish and I'll release a PR.

Best regards,

Simone
___
devel mailing list
devel@riot-os.org
http://lists.riot-os.org/mailman/listinfo/devel


Re: [riot-devel] NFC & Atmel AT86RF232B

2015-03-19 Thread Joel Chotard
Hi Thomas,

Thanks for your informations.
I'm checking the NXP NFC components and need a feedback from the NXP supplier 
for the best version. It's seems the NTAG I2C has interested functions.
When we will get the complet datasheet we will check the job we have to do.
Joël

-Message d'origine-
De : devel [mailto:devel-boun...@riot-os.org] De la part de Thomas Eichinger
Envoyé : jeudi 19 mars 2015 10:51
À : RIOT OS kernel developers
Objet : Re: [riot-devel] NFC & Atmel AT86RF232B

Hi Joël,

ad NFC:
I got me some NXP pn532 modules some time ago as I heard there is work on 
specifying 6LoWPAN over ISO 14443 (which NFC is part of). Beside this there are 
a lot of interesting applications you could build in combination with 
constraint networks.
Sadly, I didn’t come too far with the driver, as it includes a (more) complex 
communication with the module, at least for the pn532, and it was kind of a 
private side project. My initial work can be found in [1].

ad rf212b:
As Joakim stated, the existing at86rf231 driver supports the rf212b as the main 
functionality is the same for all current Atmel radio devices.
I’m also currently refactoring the driver, providing the ability to extend the 
common functionality by very device specific features without writing it from 
scratch. I have it running for the rf231 already but need some more time to 
debug and entangle it correctly with all the other new network stack work. I 
will open a WIP PR for this today.

Best, Thomas


> On 18 Mar 2015, at 22:04, Joël Chotard  wrote:
> 
> Hi all,
> 
> Does somebody is working on a RIOT NFC device driver ? and the ATMEL sub-G 
> AT86RF212B driver ?
> 
> Joël
> ___
> devel mailing list
> devel@riot-os.org
> http://lists.riot-os.org/mailman/listinfo/devel

___
devel mailing list
devel@riot-os.org
http://lists.riot-os.org/mailman/listinfo/devel

___
devel mailing list
devel@riot-os.org
http://lists.riot-os.org/mailman/listinfo/devel


Re: [riot-devel] NFC & Atmel AT86RF232B

2015-03-19 Thread Thomas Eichinger
Hi,

> On 19 Mar 2015, at 10:54, Oleg Hahm  wrote:
> 
>> 
>> Sadly, I didn’t come too far with the driver, as it includes a (more) complex
>> communication with the module, at least for the pn532, and it was kind of a
>> private side project. My initial work can be found in [1].
> 
> Link was missing. ;)

Of course, sorry about that.

[1] https://github.com/thomaseichinger/RIOT/tree/pn532

___
devel mailing list
devel@riot-os.org
http://lists.riot-os.org/mailman/listinfo/devel


Re: [riot-devel] NFC & Atmel AT86RF232B

2015-03-19 Thread Oleg Hahm
Hi Thomas!

> I got me some NXP pn532 modules some time ago as I heard there is work
> on specifying 6LoWPAN over ISO 14443 (which NFC is part of). 

Indeed, there is. See https://tools.ietf.org/html/draft-ietf-6lo-nfc-00

> Sadly, I didn’t come too far with the driver, as it includes a (more) complex
> communication with the module, at least for the pn532, and it was kind of a
> private side project. My initial work can be found in [1].

Link was missing. ;)

Cheers,
Oleg
-- 
The worst part about token ring jokes is that if someone starts telling one
while you are telling yours, all joking stops.


pgpwNwstUxK_7.pgp
Description: PGP signature
___
devel mailing list
devel@riot-os.org
http://lists.riot-os.org/mailman/listinfo/devel


Re: [riot-devel] NFC & Atmel AT86RF232B

2015-03-19 Thread Thomas Eichinger
Hi Joël,

ad NFC:
I got me some NXP pn532 modules some time ago as I heard there is work
on specifying 6LoWPAN over ISO 14443 (which NFC is part of). Beside this
there are a lot of interesting applications you could build in combination
with constraint networks.
Sadly, I didn’t come too far with the driver, as it includes a (more) complex
communication with the module, at least for the pn532, and it was kind of a
private side project. My initial work can be found in [1].

ad rf212b:
As Joakim stated, the existing at86rf231 driver supports the rf212b as the 
main functionality is the same for all current Atmel radio devices.
I’m also currently refactoring the driver, providing the ability to extend
the common functionality by very device specific features without writing
it from scratch. I have it running for the rf231 already but need some more
time to debug and entangle it correctly with all the other new network stack
work. I will open a WIP PR for this today.

Best, Thomas


> On 18 Mar 2015, at 22:04, Joël Chotard  wrote:
> 
> Hi all,
> 
> Does somebody is working on a RIOT NFC device driver ? and the ATMEL sub-G 
> AT86RF212B driver ?
> 
> Joël
> ___
> devel mailing list
> devel@riot-os.org
> http://lists.riot-os.org/mailman/listinfo/devel

___
devel mailing list
devel@riot-os.org
http://lists.riot-os.org/mailman/listinfo/devel


Re: [riot-devel] NFC & Atmel AT86RF232B

2015-03-19 Thread Akshay Mishra
My colleague Nidhya should be posting on this. Expect EoD India time.

Akshay

On Thursday, 19 March 2015, Baptiste Clenet  wrote:

> Hello,
>
> I'm also interesting in AT86RF212B driver.
> Ashkay has already done some improvements with this driver.
> Does anybody have a WIP branch to try this driver?
>
> Cheers,
>
> 2015-03-18 22:14 GMT+01:00 Joakim Gebart  >:
>
>> Hello,
>>
>> On Wed, Mar 18, 2015 at 10:08 PM, Craig Younkins > > wrote:
>> > I think the at86rf231 driver works with the 212B or will otherwise
>> require
>> > minimal changes. I have not tested it but anticipate using it. In the
>> linux
>> > kernel they are both supported in the same file.
>>
>> Yes, the AT86RF212B works with the at86rf231 driver. The driver is
>> undergoing some work right now, see
>> https://github.com/RIOT-OS/RIOT/pull/2562 and
>> http://lists.riot-os.org/pipermail/devel/2015-March/002247.html
>>
>> I have seen a memory corruption bug with the driver but not had the
>> time to pinpoint it exactly, it seems to happen randomly, but in the
>> vicinity of the radio RX code. I will open a PR when I find a solution
>> unless someone else beats me to it.
>>
>> Best regards,
>> Joakim
>> www.eistec.se
>>
>> >
>> > Craig Younkins
>> >
>> > On Wed, Mar 18, 2015 at 5:04 PM, Joël Chotard > >
>> > wrote:
>> >>
>> >> Hi all,
>> >>
>> >> Does somebody is working on a RIOT NFC device driver ? and the ATMEL
>> sub-G
>> >> AT86RF212B driver ?
>> >>
>> >> Joël
>> >> ___
>> >> devel mailing list
>> >> devel@riot-os.org 
>> >> http://lists.riot-os.org/mailman/listinfo/devel
>> >
>> >
>> >
>> > ___
>> > devel mailing list
>> > devel@riot-os.org 
>> > http://lists.riot-os.org/mailman/listinfo/devel
>> >
>> ___
>> devel mailing list
>> devel@riot-os.org 
>> http://lists.riot-os.org/mailman/listinfo/devel
>>
>
>
>
> --
>
> *Clenet BaptisteFR: +33 6 29 73 05 39 <%2B33%206%2029%2073%2005%2039>*
>
>
___
devel mailing list
devel@riot-os.org
http://lists.riot-os.org/mailman/listinfo/devel


Re: [riot-devel] NFC & Atmel AT86RF232B

2015-03-19 Thread Baptiste Clenet
Hello,

I'm also interesting in AT86RF212B driver.
Ashkay has already done some improvements with this driver.
Does anybody have a WIP branch to try this driver?

Cheers,

2015-03-18 22:14 GMT+01:00 Joakim Gebart :

> Hello,
>
> On Wed, Mar 18, 2015 at 10:08 PM, Craig Younkins 
> wrote:
> > I think the at86rf231 driver works with the 212B or will otherwise
> require
> > minimal changes. I have not tested it but anticipate using it. In the
> linux
> > kernel they are both supported in the same file.
>
> Yes, the AT86RF212B works with the at86rf231 driver. The driver is
> undergoing some work right now, see
> https://github.com/RIOT-OS/RIOT/pull/2562 and
> http://lists.riot-os.org/pipermail/devel/2015-March/002247.html
>
> I have seen a memory corruption bug with the driver but not had the
> time to pinpoint it exactly, it seems to happen randomly, but in the
> vicinity of the radio RX code. I will open a PR when I find a solution
> unless someone else beats me to it.
>
> Best regards,
> Joakim
> www.eistec.se
>
> >
> > Craig Younkins
> >
> > On Wed, Mar 18, 2015 at 5:04 PM, Joël Chotard 
> > wrote:
> >>
> >> Hi all,
> >>
> >> Does somebody is working on a RIOT NFC device driver ? and the ATMEL
> sub-G
> >> AT86RF212B driver ?
> >>
> >> Joël
> >> ___
> >> devel mailing list
> >> devel@riot-os.org
> >> http://lists.riot-os.org/mailman/listinfo/devel
> >
> >
> >
> > ___
> > devel mailing list
> > devel@riot-os.org
> > http://lists.riot-os.org/mailman/listinfo/devel
> >
> ___
> devel mailing list
> devel@riot-os.org
> http://lists.riot-os.org/mailman/listinfo/devel
>



-- 

*Clenet BaptisteFR: +33 6 29 73 05 39 <%2B33%206%2029%2073%2005%2039>*
___
devel mailing list
devel@riot-os.org
http://lists.riot-os.org/mailman/listinfo/devel


Re: [riot-devel] NFC & Atmel AT86RF232B

2015-03-18 Thread Joakim Gebart
Hello,

On Wed, Mar 18, 2015 at 10:08 PM, Craig Younkins  wrote:
> I think the at86rf231 driver works with the 212B or will otherwise require
> minimal changes. I have not tested it but anticipate using it. In the linux
> kernel they are both supported in the same file.

Yes, the AT86RF212B works with the at86rf231 driver. The driver is
undergoing some work right now, see
https://github.com/RIOT-OS/RIOT/pull/2562 and
http://lists.riot-os.org/pipermail/devel/2015-March/002247.html

I have seen a memory corruption bug with the driver but not had the
time to pinpoint it exactly, it seems to happen randomly, but in the
vicinity of the radio RX code. I will open a PR when I find a solution
unless someone else beats me to it.

Best regards,
Joakim
www.eistec.se

>
> Craig Younkins
>
> On Wed, Mar 18, 2015 at 5:04 PM, Joël Chotard 
> wrote:
>>
>> Hi all,
>>
>> Does somebody is working on a RIOT NFC device driver ? and the ATMEL sub-G
>> AT86RF212B driver ?
>>
>> Joël
>> ___
>> devel mailing list
>> devel@riot-os.org
>> http://lists.riot-os.org/mailman/listinfo/devel
>
>
>
> ___
> devel mailing list
> devel@riot-os.org
> http://lists.riot-os.org/mailman/listinfo/devel
>
___
devel mailing list
devel@riot-os.org
http://lists.riot-os.org/mailman/listinfo/devel


Re: [riot-devel] NFC & Atmel AT86RF232B

2015-03-18 Thread Craig Younkins
I think the at86rf231 driver works with the 212B or will otherwise require
minimal changes. I have not tested it but anticipate using it. In the linux
kernel they are both supported in the same file.

Craig Younkins

On Wed, Mar 18, 2015 at 5:04 PM, Joël Chotard 
wrote:

> Hi all,
>
> Does somebody is working on a RIOT NFC device driver ? and the ATMEL sub-G
> AT86RF212B driver ?
>
> Joël
> ___
> devel mailing list
> devel@riot-os.org
> http://lists.riot-os.org/mailman/listinfo/devel
>
___
devel mailing list
devel@riot-os.org
http://lists.riot-os.org/mailman/listinfo/devel


[riot-devel] NFC & Atmel AT86RF232B

2015-03-18 Thread Joël Chotard
Hi all,

Does somebody is working on a RIOT NFC device driver ? and the ATMEL sub-G 
AT86RF212B driver ?

Joël
___
devel mailing list
devel@riot-os.org
http://lists.riot-os.org/mailman/listinfo/devel