Re: [riot-devel] Radio duty cycling

2015-03-18 Thread Jonas Remmert
Hi Joakim, What is the current state of radio duty cycling in RIOT? I know that radio drivers implement on and off functions for the chip, but how do we make the best use of them? ​In order to reduce power consumption it will be necessary to duty cycle the radio​ I would agree with Martine:

Re: [riot-devel] Benchmarks

2015-03-18 Thread Oleg Hahm
Hi Ludwig! I think our only m0+/802.15.4 board is the samr21-xpro and there are problems with the current/old network stack because of its memory demands. I haven't followed the discussion about RPL and UDP on the SAMR21 lately, but doesn't these memory problems only exist when using with RPL

Re: [riot-devel] Google Summer of Code 2015

2015-03-18 Thread Peter Kietzmann
Hi Dinal, thanks for your interest and welcome to RIOT! You can start with RIOT by scrolling through the wiki pages and picking up one (or more) issues from the issue tracker [1] which are marked as Newbie-Task-Candidate. Also there will be a virtual meeting today @ 14:00 CET. Please follow

[riot-devel] BLE stack

2015-03-18 Thread Kausthub Naarayan
Hi , This is the basic architecture layer which I have found out : Host side we have : GAP and GATT protocol interact with the Security manager (SM) and the attribute protocol (ATT) Which interacts with the L2CAP protocol to send the data to the controller . Controller side we have the

Re: [riot-devel] Virtual GSOC Meeting

2015-03-18 Thread Peter Kietzmann
Hi, which one should I join now :-) ? Hear you, Peter Am 18.03.2015 um 14:01 schrieb Hauke Petersen: Hi everyone, as promised we will have a dedicated GSOC meeting now. To join please follow this link: http://placecam.de/call.php?c=lmakKMrDG8a35aIBNqLBvOnApExkKFntj9xXawGNgTc- Look at

Re: [riot-devel] Virtual GSOC Meeting

2015-03-18 Thread Oleg Hahm
Oops, synchronization problem I guess. We'll use this link then! Am Wed, Mar 18, 2015 at 02:01:57PM +0100 schrieb Hauke Petersen: Hi everyone, as promised we will have a dedicated GSOC meeting now. To join please follow this link:

Re: [riot-devel] Virtual GSOC Meeting

2015-03-18 Thread Hauke Petersen
Hi everyone, we had a synchronization issue. Please connect to this link: http://placecam.de/call.php?c=lmakKMrDG8a35aIBNqLBvOnApExkKFntj9xXawGNgTc- Cheers, Hauke On 16.03.2015 21:03, Hauke Petersen wrote: Dear RIOTers, there is a lot of interest in our GSOC projects (which is great!). As

Re: [riot-devel] Virtual GSOC Meeting

2015-03-18 Thread Hauke Petersen
Hi everyone, as promised we will have a dedicated GSOC meeting now. To join please follow this link: http://placecam.de/call.php?c=lmakKMrDG8a35aIBNqLBvOnApExkKFntj9xXawGNgTc- Look at this wiki page [1] for further information on PlaceCam. @RIOT maintainer: Please make sure you don't login

Re: [riot-devel] Virtual GSOC Meeting

2015-03-18 Thread Oleg Hahm
Dear GSOC participants and mentors, please join the meeting at http://placecam.de/call.php?c=VBYEpXi43MZ2MOrV~pegsMm6Z7woUbw.VRY0Qxal2pE- (see https://github.com/RIOT-OS/RIOT/wiki/Instructions-for-remote-participation for instructions how to use PlaceCam) Cheers, Oleg Am Mon, Mar 16, 2015 at

Re: [riot-devel] Virtual GSOC Meeting

2015-03-18 Thread Oleg Hahm
Dear GSOC enthusiasts, please find the minutes from our meeting at http://pad.spline.de/Ouide7Nzd8 Cheers, Oleg -- panic(If this is a 64-bit machine, please try a 64-bit kernel.\n); linux-2.6.6/arch/parisc/kernel/inventory.c pgpYdZZJZK5WD.pgp Description: PGP signature

[riot-devel] Hello_RIOT

2015-03-18 Thread Otmane El Mouaatamid
Hello RIOT, my name is Otmane EL MOUATAMID , i have 26 years i from Morocco , i'm PhD student , my research axes : - IoT-A, - ad-hoc - MANet, - VANet, - WSN, - M2M, - RFID, - NFC. i'm interested to work in RIoT, Project N2: Implementation of LwM2M. but i'm new n the summer code and RIOT, i'm

Re: [riot-devel] [GSOC] Introduction

2015-03-18 Thread Francesco Ermini
Thanks for the Xbee driver,I'll wait the PR for testing! The security aspect is about including in RIOT the possibility to dynamically insert a set of encryption keys at run time through an external channel (I have a collegue working on NFC driver on RIOT). Basically,the keys I want to exchange

[riot-devel] More convenient access to the IoT-LAB from a RIOT application

2015-03-18 Thread Oleg Hahm
Dear rewewing IoTlers, I just opened a pull request in RIOT that should ease the work with RIOT applications on the IoT-LAB testbed a little bit: https://github.com/RIOT-OS/RIOT/pull/2640 Including the proposed Makefile like include $(RIOTBASE)/dist/Makefile.iot-lab in an application's

[riot-devel] Regarding Project A2

2015-03-18 Thread Dinuka Salwathura
Hello RIOT community, I am Dinuka Sawlathura from University of Moratuwa, Sri Lanka. I am doing Computer Science Engineering(Integrated Computer Engineering). I like to work on following project, Project A2: Intelligently Interacting Light Switches I would like to know whether for what

[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

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 joel.chot...@xsoen.com wrote: Hi

Re: [riot-devel] Benchmarks

2015-03-18 Thread Ludwig Ortmann
Hi, I think our only m0+/802.15.4 board is the samr21-xpro and there are problems with the current/old network stack because of its memory demands. That said: which protocol on top of IP are you interested in? I assume you want to ignore RPL and any other side-tasks for this evaluation?