[riot-devel] Next from Arduino

2016-09-30 Thread Emmanuel Baccelli
Hi everyone, I just stumbled across this. Seems Arduino is going for easier hardware modularity and cloudification. https://techcrunch.com/2016/09/29/arduino-unleashes-a-serious-internet-of-things-system-for-hardware-hackers/ Emmanuel ___ devel

Re: [riot-devel] Support for SODAQ Autonomo was added

2016-09-30 Thread Alexandre Abadie
Hi, - Mail original - > Hello! > Congrats! Looking forward for the complete support on your board, thanks and > I think we’ll see soon the Arduino Zero on the list ;) It should arrive soon... 2016-09-30 12:48:03,162 - INFO # main(): This is RIOT! (Version:

[riot-devel] RIOT and Peripherals

2016-09-30 Thread Ilias Seitanidis
Hello Rioters, I am using a samr21 and I want to connect some peripheral devices (one motion sensor, its connected to the pin_17 and if there is motion I will get an 1 as input, and a speaker, I will create a frequence with the osciloscope and then send it to the speaker). Is there any library

Re: [riot-devel] Byte array should be uint8_t, not char

2016-09-30 Thread Kees Bakker
Hi Joakim, I've done a PR for SPI. https://github.com/RIOT-OS/RIOT/pull/5901 If you have a chance, can you have a look at it/ What this set of changes shows is that several developers have been inserting casts to be able to get SPI code compile without errors. These casts (from uint8_t to