Re: [riot-devel] [PROJECT][RIOT-OS][STM32-L152RE]

2015-02-24 Thread Jan Wagner
Hi Tara, how was the lib.a created? - maybe you can use " arm-none-linux-gnueabi-readelf" to get more info about the library. to understand your problem better - so you used the mbed export to gcc functionality and now you get errors like in this post fe. (different cpu etc) http://developer.mbed

Re: [riot-devel] Switch to BSD?

2015-02-25 Thread Jan Wagner
argh - license madness - lets add some complexity fe. tri-licensed like jruby :) https://github.com/jruby/jruby/blob/master/COPYING let riot stay as independet and open as possible please - thats my only concern. i see the websites of iot-ubuntu, iot-"mbed'a likes, iot-eclipse, and for my persona

[riot-devel] Feedback from emworld and future plans (partnerships AND licensing)

2015-02-25 Thread Jan Wagner
Hi devs, you have read that many of you are currently at embedded world meeting with representatives and "unbrella" corps. I did not understand the future plans for the RIOT-OS yet. Its not even clear to me why and for what in details RIOT needs business support. I mean we all have freedom incl t

Re: [riot-devel] RIOT/tests/vtimer_msg/main.c Failure after 1 hour 5 minutes an 32 seconds

2015-02-26 Thread Jan Wagner
Hi, maybe I am not gettting the problem right - but if you read the source: https://github.com/RIOT-OS/RIOT/blob/master/tests/vtimer_msg/main.c lines 123 - 126 show while (1) { vtimer_sleep(sleep); msg_try_send(&m, pid2); } that this is regular behavior :) https://

Re: [riot-devel] RIOT/tests/vtimer_msg/main.c Failure after 1 hour 5 minutes an 32 seconds

2015-02-26 Thread Jan Wagner
Ok. got it wrong - the SERIAL STOPS! is important. hm sorry - hm what happens if you modify sleep value? (lower fe.) how many output ? differnt behavoir? greets Jan ps sorry for the missunderstanding > Jan Wagner hat am 26. Februar 2015 um 09:40 geschrieben: > > > Hi, &g

Re: [riot-devel] Feedback from emworld and future plans (partnerships AND licensing)

2015-02-26 Thread Jan Wagner
FSF or Eclipse Foundation also relates to point 1. > Opportunities for "matchmaking" with other communities and/or companies > relates to point 2. > > Is the big picture clearer fo you? > > Best, > > Emmanuel > > > > > &g

[riot-devel] RFDuino Board -> add to Wiki please (and more)

2015-01-12 Thread Jan Wagner
hi devs! I recently discovered riot OS. I hope to support the project in my freetime. low power rf sensors will be everywhere around us in the next years. Now the time is perfect to make sure these tiny boards and sensors are running the right open OS - or can be re-flashed to use one. 1 .RFDui

Re: [riot-devel] ESP8266 WIFI transceiver

2015-01-12 Thread Jan Wagner
Hi Cenk! I did not know about the chip before. i only know these crazy expensive 60$+ wireless spi like wlan-"adapters". Thanks for pointing this out. lets see how long the delivery takes - wlan dead cheap. lets hope the board works bettter than it looks hehe ps. if its relevant for anyone real

Re: [riot-devel] RFDuino Board -> add to Wiki please (and more)

2015-01-12 Thread Jan Wagner
Hi * Hi Frank! Thanks for all your information! > i work currently with nRF51 MCU. I have try'd to port RFDuino to plain > nRF51 chips and found this working and more complete project. yes but I dont like the idea of this binary firmware u dont get any source code for. I horrible realized m

Re: [riot-devel] RFDuino Board -> add to Wiki please (and more)

2015-01-13 Thread Jan Wagner
en: > > > Am 12.01.2015 um 18:58 schrieb Jan Wagner: > > hi devs! > > > > I recently discovered riot OS. I hope to support the project in my freetime. > > low > > power rf sensors will be everywhere > > around us in the next years. Now the time is pe

Re: [riot-devel] Network Stack Task Force

2015-01-16 Thread Jan Wagner
Hi! I also would like to join this virtual room. I don't have deep knowledge about the riot network stack(s)... yet :) hf Jan > Hauke Petersen hat am 16. Januar 2015 um 19:08 > geschrieben: > > > Dear RIOTers, > > we recently came up with the idea to create task forces around special > topics

[riot-devel] NRF51 unable to poweron RNG (is it a bug or is it me?)

2015-01-17 Thread Jan Wagner
good morning devs, i wanted to dev some crypto stuff last nigth and therefore my first focus on rng stuff. to make it short, i dont get any random numbers out ... the rng test from tests dir simply returns zeros. I want make sure its not a problem between mouse and keyboard :) sooo can anyone tell

Re: [riot-devel] NRF51 unable to poweron RNG (is it a bug or is it me?)

2015-01-17 Thread Jan Wagner
hello frank sh... - oh great if you find time maybe you can tell me more about the POWER reg/address. I read the man and power section etc. but still dont know how to calculate POWER 0x0ffc. ps. my dk should arrive in some hours... so i have an alternative board(s) - test performed on

Re: [riot-devel] NRF51 unable to poweron RNG (is it a bug or is it me?)

2015-01-17 Thread Jan Wagner
s of things that work on one stepping but do > > > not > > > work on another... I took my for example quite some time to find out, > > > that my > > > NRF bords have their timers fixed to 24-bit width (as opposed to the > > > description

Re: [riot-devel] Nordic's 6LoWPAN over Bluetooth Low Energy

2015-01-19 Thread Jan Wagner
HI, am very very sceptical about this softdevice and its licensing... (or the licensing in future). for me it would be important to have an option to run riot without it. I currently have a nordic chip that does not seem to override the softdevice any more (there are some rumors that you can onl

[riot-devel] Why RIOT is partner of Ubuntu? (technical cosequences?)

2015-01-26 Thread Jan Wagner
Hi devs, dont know if this is right the list - but are there any technical consequences? What does RIOT want from Ubuntu? Are there any technnical plans of cooperation and how should Ubuntu help with that? What is the plan of Ubuntu? - 'market positionig' ? - "just a act pure love?" Beside th

Re: [riot-devel] Why RIOT is partner of Ubuntu? (technical cosequences?)

2015-01-26 Thread Jan Wagner
t; PS: this is not an official statement, just my personal view on things. > > Am 26. Januar 2015 10:42:39 MEZ, schrieb Jan Wagner : > >Hi devs, > > > >dont know if this is right the list - but are there any technical > >consequences? > > > >What does

Re: [riot-devel] Adding new Wifi hardware support in RIoT

2015-02-03 Thread Jan Wagner
Hi, hm from my impression "RIOT/drivers/include/netdev" is the place to implement the driver/stack. I think even without exact documentation the "structure" is easy to understand. f.e. if you take a look at the implementation of RIOT/drivers/include/cc110x/* -> netdev. I just took a quick look at

[riot-devel] git howto for a correct pulls

2015-02-04 Thread Jan Wagner
hi devs, i still had some troubles with git, and create correctly branched pulls. this is the best command line based tutorial I found - and now even I seem to understand :) https://www.atlassian.com/git/tutorials/making-a-pull-request/example i still did not find the correct way to add TAGS

Re: [riot-devel] Network Stack Task Force

2015-02-04 Thread Jan Wagner
hi hauke i just installed placecam, do you send out the meeting link to this mailing list or person based emails?. i would like to join tomorrow and if needed would request that link. ps. do i need a cam or is audiio only ok? greets jan > Hauke Petersen hat am 4. Februar 2015 um 18:57 > gesc

Re: [riot-devel] Network Stack Task Force

2015-02-04 Thread Jan Wagner
NICE slides btw. some of the technical pages of course have far to mutch text on the slided but I think it's ok if you do not use a beamer at all or a tiny room. Perfect for reading as PDF. thanks! > Hauke Petersen hat am 4. Februar 2015 um 18:57 > geschrieben: > > > Hello again, > > Mart

Re: [riot-devel] git howto for a correct pulls

2015-02-04 Thread Jan Wagner
t I just want to add my c code that it. thanks for ur help but i realy starting to hate it > Martine Lenders hat am 4. Februar 2015 um 20:59 > geschrieben: > > Hello Jan, > > 2015-02-04 19:58 GMT+01:00 Jan Wagner <mailto:m...@jwagner.eu> >: >> >hi dev

Re: [riot-devel] git howto for a correct pulls

2015-02-04 Thread Jan Wagner
edit the files anymore. so I just want to do it right and not beeing able to ... grrr :] > Martine Lenders hat am 4. Februar 2015 um 21:37 > geschrieben: > > Hi Jan, > > 2015-02-04 21:18 GMT+01:00 Jan Wagner <mailto:m...@jwagner.eu> >: >> > why i a

Re: [riot-devel] git howto for a correct pulls

2015-02-04 Thread Jan Wagner
ers hat am 4. Februar 2015 um 22:00 > geschrieben: > > Hi, > > 2015-02-04 21:55 GMT+01:00 Jan Wagner <mailto:m...@jwagner.eu> >: >> >and dont get me worng - i did some pulls requests already - I think >> > I > >did a misstake by del

Re: [riot-devel] Network Stack Task Force

2015-02-05 Thread Jan Wagner
How-To use it? > > https://github.com/RIOT-OS/RIOT/wiki/Instructions-for-remote-participation > > > >Cheers, > >Martine > > > >2015-02-04 22:32 GMT+01:00 Matthias Waehlisch > <mailto:m.waehli...@fu-berlin.de> >: > > > >