Re: [riot-devel] Save data in ROM

2015-08-27 Thread Frank Holtz
Hello, first we need an interface to read and write data to flash. An specification can be found in RIOT/drivers/include/flashrom.h or another specification in my pull request https://github.com/RIOT-OS/RIOT/pull/2239 At the moment i'm on the way to port http://bitlash.net/ to RIOT. For full

[riot-devel] LPM idle_thread

2015-05-09 Thread Frank Holtz
Hello, why is LPM_SLEEP or LPM_POWERDOWN is commented out? kernel_init.c: --- static void *idle_thread(void *arg) { (void) arg; while (1) { if (lpm_prevent_sleep) { lpm_set(LPM_IDLE); } else {

Re: [riot-devel] [i...@meetup.com: Invitation: Internet of Things Meetup 12 – Intel Edison]

2015-01-29 Thread Frank Holtz
Hi, i have joined this meeting. Frank Am 29.01.2015 11:48, schrieb Hauke Petersen: Hi, sounds interesting, I think I will go. Anyone joining in? Cheers, Hauke On 28.01.2015 13:28, Oleg Hahm wrote: Dear rhyming IoTlers (from the Berlin region), this might be interesting for folks with

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 something

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 -