[riot-devel] ESP8266 - Easy tcp/ip support

2015-03-16 Thread David Lyon
Hello Ludwig, Lately, I've been putting a lot of time into the ESP8266 wifi modules, and learning how to get them to work. How is the unified network driver system going? Here's my conclusion on the ESP8266. If Riot has a unified network driver system, it might be worth looking at trying to

Re: [riot-devel] GSoC 15 Introduction

2015-03-16 Thread Hiesgen, Raphael
Hi Khawaja, welcome to RIOT! Maybe I can offer some insight on Project A2. I hope the basic idea is clear, so I will focus on the software / hardware side here. The idea is to use the C++ Actor Framework for programming. It is an implementation of the actor model [1] and can be found on Github

Re: [riot-devel] GSoC 2015 Introduction - N1 BLE Project

2015-03-16 Thread Ludwig Ortmann
Hi Alexis, You don't necessarily need to implement everything from scratch. Maybe you can find parts of the BLE stack implemented under a compatible license somewhere. Cheers, Ludwig Am 16. März 2015 10:13:15 MEZ, schrieb Alexis DUQUE : >HI RIOT Developers ! > >I'm Alexis, from Lyon, France, stu

[riot-devel] Virtual GSOC Meeting

2015-03-16 Thread Hauke Petersen
Dear RIOTers, there is a lot of interest in our GSOC projects (which is great!). As the next developer meeting is still some time away and the official application period is just starting, we will have a dedicated virtual meeting to discuss the proposed projects, the application procedure and

Re: [riot-devel] GSoC 2015 Introduction - N1 BLE Project

2015-03-16 Thread Oleg Hahm
Hi Alexis! Welcome to RIOT! > I'm Alexis, from Lyon, France, student in Telecom Engineering. > I'm fond of IoT, embedded development, FOS Projects, and > I'm currently doing a master thesis in Barcelona, wich focus on Thread ( > http://www.threadgroup.org/) protocols stack. May I ask you what

Re: [riot-devel] GSoC: Application for participation

2015-03-16 Thread Hauke Petersen
Hi Batov, welcome to RIOT! To get started on the project, I would suggest that you spend some initial thoughts on a high-level architecture for your BLE implementation and share this with the community. This architecture should help you to plan your project and will get you some feedback earl

[riot-devel] GSoC: Application for participation

2015-03-16 Thread Никита Батов
Hello, I would like to participate in GSoC at your project (RIOT OS). Idea: Project N1: Support for Bluetooth Low Energy aka Bluetooth Smart About me: - Student of SPBU (Russia, Saint-Petersburg), Software Engineering - Developer with sufficient experience for Pro

Re: [riot-devel] Build issue on Windows (8.1)

2015-03-16 Thread Oleg Hahm
Hi! > well written guide :) Thanks for the effort! Yes, indeed. Thanks a lot. I added a link to it to the wiki start page. Cheers, Oleg -- printk(KERN_WARNING "Hey who turned the DMA off?\n"); linux-2.6.6/drivers/net/wan/z85230.c pgpKbBav5Lv7z.pgp Description: PGP signature __

Re: [riot-devel] [GSoC 2015] Question about project idea

2015-03-16 Thread Hauke Petersen
Hi Dimitrii, welcome to RIOT! I think generally support for HTTP/2 is something that could be very interesting to RIOT. Although I think that HTTP/2 is probably only an option for the upper scale of devices in terms of memory and processing power, there might be quite some use cases where sup

Re: [riot-devel] [GSOC] Introduction

2015-03-16 Thread Hauke Petersen
Hi Francesco, welcome to RIOT first of all. Cool that you are working with the UDOO boards! BLE development with these boards would indeed be a little difficult, as I don't know any shields without fully integrated network stack, that would allow for access to the BLE link layer. Porting th

Re: [riot-devel] board-specific development

2015-03-16 Thread Oleg Hahm
Hi Ralph! > I don't think I see redbee-econotag listed as a supported board on the wiki > home page. Is it no longer actively supported? I think the support for the econotag in RIOT has always been rather poor. I'm not aware that support for it was dropped "officially", but considering the state

[riot-devel] [GSoC 2015] Question about project idea

2015-03-16 Thread Dmitrii Petukhov
Hi everyone, My name is Dmitrii Petukhov. I am a 3rd year student at the Saint-Petersburg State University, majoring in Software Engineering. I've been successfully participated on GSoC 2014 with Banshee project. I'd like to add support for HTTP/2 in RIOT-OS. Is it suitable for IoT oriented OS? A

Re: [riot-devel] Need help about RIOT radio communicate example

2015-03-16 Thread Oleg Hahm
Hi Chen! > I connect 2 telosb to 2 USB port and used 2 terminal to "make term" to each > telosb board. I guess you're using the default example, right? > Then I use one board to txtsnd to other board address. But there is no > reaction from the other board. (For native mode, the other should sho

Re: [riot-devel] GSOC-2015 Application

2015-03-16 Thread Hauke Petersen
Hi Shrenik, welcome to the RIOT community! The best way to get started with RIOT is to cruise around our wiki pages [1]. Here you find information on how to contribute [2] and our general development procedures [3]. The best way to start contributing is to look at the list of open issues in R

Re: [riot-devel] GSoC 2015: N1: BLE Stack

2015-03-16 Thread Hauke Petersen
Hi Gokul, welcome to RIOT! As of now, there is no part of the BLE stack implemented in RIOT, so you are right that both link layer and controller IF have to be implemented. To get started I would highly recommend to draft a first architecture of the stack and share this with the communitiy.

Re: [riot-devel] BLE stack gsoc

2015-03-16 Thread Hauke Petersen
Hi Kausthub, so far we no parts of the BLE stack are implemented in RIOT, so neither GAP, GATT, nor the link layers are implemented. For the project you have to basically start from scratch. The only thing that is already implemented, is the platform support for the suggested Nordic NRF51822

Re: [riot-devel] Help need

2015-03-16 Thread Hauke Petersen
Hi and welcome to RIOT! To get started I would recommend looking around in the RIOT wiki [1] for starters. Especially the wiki pages on development procedures [2] and contribution guidelines [3] might be most interesting. As next step we encourage everyone to start out with small pull requests

Re: [riot-devel] GSOC 2015 Project N2: Implementation of LwM2M

2015-03-16 Thread Hauke Petersen
Hi Vaneet, welcome to RIOT! To get familiar with RIOT, I would recommend to prepare one or two small pull requests and try to get them merged. Have a look at the contributing and development guidelines in our wiki [1][2]. The easiest to get started is to look at the list of issues labeled wit

Re: [riot-devel] Contributing to RIOT

2015-03-16 Thread Hauke Petersen
Hi Nasrin, sorry that joining the RIOT dev-meeting last week didn't work, we had some unexpected technical issues with our conferencing SW that day... Do you have already a project in mind, that might be interesting for you to work at during GSoC? And do you have any specific questions for yo

Re: [riot-devel] GSoC 2015 - Porject S2: RIOT as an RPython module

2015-03-16 Thread Hauke Petersen
Hi Damián, welcome to RIOT (and sorry for the late reply...). If you are still interested, the next step for you would be to prepare a short application [1][2]. The main part of the application consists of your proposed (high-level) project plan. Maybe have also a look at our last dev-meeting

[riot-devel] GSOC Project Proposal

2015-03-16 Thread David Reinert
Hello all, I am having a little trouble forming my project proposal for the N2 project. I have found an implementation of the lwM2M protocol but I'm too sure what to do with it and I was hoping someone could shed some light on it for me so I can get a starting point for the project

Re: [riot-devel] microcoap app

2015-03-16 Thread Baptiste Clenet
Sorry, I forgot the "e", I wanted to mention you. I tried the "make distclean" and it works! I will thinbk about this command next time! Thank you Martine. 2015-03-16 14:21 GMT+01:00 Martine Lenders : > Hi, > I don't know how much expertise Martin has on the microcoap application, > but I tried

Re: [riot-devel] microcoap app

2015-03-16 Thread Martine Lenders
Hi, I don't know how much expertise Martin has on the microcoap application, but I tried to compile it against current master and it worked. Did you try a `make distclean` before `make`? Sometimes the checkout points for the pkg repositories get a little deprecated. Cheers, Martine 2015-03-16 10:

Re: [riot-devel] BLE stack gsoc

2015-03-16 Thread Kausthub Naarayan
> From: Kausthub Naarayan > To: devel@riot-os.org > Subject: [riot-devel] Project N2- BLE stack - GSoc 2015 > Message-ID: > e...@mail.gmail.com> > Content-Type: text/plain; charset="utf-8" > > Hi all, > I am curren

Re: [riot-devel] kinetis common - differences between families

2015-03-16 Thread Johann Fischer
Am Sat, 14 Mar 2015 13:59:06 +0100 schrieb Jozef Maslik : Hi Jozef, > Some example with major differences: > SPI has min 3 variants: DSPI (K family), SPI (L, M family), SPI(L0x > family) UART has min 3 variants: 1. K, M family, 2. L family, 3. L0x > family low power UART is in L families (except

[riot-devel] microcoap app

2015-03-16 Thread Baptiste Clenet
Hello, I'm trying to build the microcoap app on Native. Here is what I get: workspace/applications-master/microcoap$ make ... gcc: error: workspace/applications-master/microcoap/bin/native/microcoap.a: Aucun fichier ou dossier de ce type make: *** [all] Erreur 1 RIOT folder is in workspace as w

[riot-devel] GSoC 2015 Introduction - N1 BLE Project

2015-03-16 Thread Alexis DUQUE
HI RIOT Developers ! I'm Alexis, from Lyon, France, student in Telecom Engineering. I'm fond of IoT, embedded development, FOS Projects, and I'm currently doing a master thesis in Barcelona, wich focus on Thread ( http://www.threadgroup.org/) protocols stack. I will be really interested to take

Re: [riot-devel] Need help about RIOT radio communicate example

2015-03-16 Thread Chen Xie
Thank you for replying. I connect 2 telosb to 2 USB port and used 2 terminal to "make term" to each telosb board. Then I set addr to each board and the same chan & pan to them. Then I use one board to txtsnd to other board address. But there is no reaction from the other board. (For native mode, t