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] 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 authmille...@gmail.com: Hi, I don't know how much expertise Martin has on the microcoap

[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

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

Re: [riot-devel] BLE stack gsoc

2015-03-16 Thread Kausthub Naarayan
help ! Thanks in advance Regards Kausthub Naarayan -- next part -- An HTML attachment was scrubbed... URL: http://lists.riot-os.org/pipermail/devel/attachments/20150316/febf7724/attachment-0001.html -- Message: 3 Date: Mon, 16 Mar

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 ma...@binarylemon.com: 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

[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] 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

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

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

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 show

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

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 of

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 alexis...@gmail.com: HI RIOT Developers ! I'm Alexis, from

[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] Project N2- BLE stack - GSoc 2015

2015-03-16 Thread Ludwig Ortmann
Hi Kausthub, What exactly do you want to know? Cheers, Ludwig Am 16. März 2015 02:31:04 MEZ, schrieb Kausthub Naarayan kausthubnaara...@gmail.com: Hi all, I am currently trying for the network project that is : implementing BLE stack for RIOT . After doing a bit of searching a found out that I

Re: [riot-devel] GSoC'15 project

2015-03-16 Thread Ludwig Ortmann
Hi Prudhvee, What kind of help do you need? The specifications of both technologies are open, so you can get familiar with those. The RIOT sources are open and documented as well. The wiki and issue tracker contain information about current work on the network stack (look out for network stack

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

2015-03-16 Thread Ludwig Ortmann
Hi Chen, How exactly does the example not work? Or the other way around: what does work? Cheers, Ludwig Am 12. März 2015 16:31:55 MEZ, schrieb Chen Xie xcmic...@gmail.com: Hi, I'm a USC(University of Southern California) student. and I'm new to RIOT and I have a project based on RIOT.

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

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 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

[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 http://eng.spbu.ru/ (Russia, Saint-Petersburg), Software Engineering - Developer with sufficient experience for

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

[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