[riot-devel] Network Stack for BLE devices WAS: RFDuino Board -> add to Wiki please (and more)

2015-01-12 Thread Frank Holtz
Hello, Am 12.01.2015 21:10, schrieb Jan Wagner: In general - I am also not deeply interrested in using the common BLE standad. My idea is to "research" if it would be possible to create mesh like networks between sensons/boards staying at around 2.4ghz. So BLE, ANT. WLAN etc. and yes I

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

2015-01-12 Thread Frank Holtz
Hello Jan, https://github.com/RIOT-OS/RIOT/pull/1417/files <<- in general I wanted to start the BLE work based on this pull - i sadly got closed/merged with silently dropping the "BLE poc" support that a least reads like it could work :) Do u know if this code is actualy "sending somethin

Re: [riot-devel] ESP8266 WIFI transceiver

2015-01-12 Thread Ludwig Ortmann
Hi, I've got two of those and they appear to be working ;) I can bring them to the university if you are interested in first hand experience. Cheers, Ludwig Am 12. Januar 2015 19:38:02 MEZ, schrieb "Cenk Gündogan" : >Hi *, > >Does anyone has any experience with this cheap WiFi transceiver >(ES

Re: [riot-devel] ESP8266 WIFI transceiver

2015-01-12 Thread David Lyon
On 2015-01-13 05:38, Cenk Gündogan wrote: Hi *, Does anyone has any experience with this cheap WiFi transceiver (ESP8266)? I've tried them. They are pretty cool. This is what I've done with them so far: - http://clixx.io/esp8266-01.html ___ dev

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] Flashing the Samr21 xpro

2015-01-12 Thread Baptiste Clenet
Flashing is slow for us too, how do you get the speed? 2015-01-12 11:13 GMT+01:00 Lucas Jenß : > Hi Thomas, > > verification was much faster as 0.4KiB/s, I think around 10 or so for me. > I checked out OpenOCD on the 9th. I’m also running Linux inside VMware > though, so maybe it’s just caused by

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 Frank Holtz
Hello Jan, 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. 1 .RFDuino: https://github.com/rfswarm/Board-RFduino/wiki/Board:-RFduino (cpu/nrf51822/startup.c: LED_RED_TOGGLE undeclared -> comment out -> shou

[riot-devel] ESP8266 WIFI transceiver

2015-01-12 Thread Cenk Gündogan
Hi *, Does anyone has any experience with this cheap WiFi transceiver (ESP8266)? May be of interest to some of you, too. http://www.ebay.de/itm/ESP8266-Serial-WIFI-Wireless-TransceiveR-Module-SPI-Send-Receive-LWIP-Arduino-/171530595640?pt=Wissenschaftliche_Ger%C3%A4te&hash=item27f0052d38 Cheer

[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] thread is not working

2015-01-12 Thread Hauke Petersen
Hi Shishir, when RIOT initially starts up, the CPU is normally running in interrupt mode (using the interrupt mode stack). After creating the stacks for the main and the idle threads, the CPU must be put into thread-mode. This means the main threads initial context needs to put into the CPUs

[riot-devel] thread is not working

2015-01-12 Thread shishir tiwari
Hey Everyone, I have been porting RIOT OS to new processor(ARC) and i had compilied hello world program successfully. When i debug the helloworld.elf in kernel_init function the thread_create() function has execute successfully.But the thread "idle_thread" "and main_trampoline" function is not bee

Re: [riot-devel] Flashing the Samr21 xpro

2015-01-12 Thread Lucas Jenß
Hi Thomas, verification was much faster as 0.4KiB/s, I think around 10 or so for me. I checked out OpenOCD on the 9th. I’m also running Linux inside VMware though, so maybe it’s just caused by the virtualization. I’ll see how fast it is on the host. Cheers, Lucas A couple of days ago. On 12 Ja

Re: [riot-devel] Flashing the Samr21 xpro

2015-01-12 Thread Akshay Mishra
We get about 2KiB/s on the SAMD21 which is the same MCU. -Akshay On 12 January 2015 at 15:30, Thomas Eichinger wrote: > Hi Lucas, > > I was playing with the openocd configuration a bit, mainly > `adapter_speed`, back when support for this was added without > any significant outcome. > Problem i

Re: [riot-devel] Flashing the Samr21 xpro

2015-01-12 Thread Thomas Eichinger
Hi Lucas, I was playing with the openocd configuration a bit, mainly `adapter_speed`, back when support for this was added without any significant outcome. Problem is, the EDBG chip, on the bottom of the board, handling communication with the MCU is specified to run on 1MHz and the openocd docs m