Re: [riot-devel] RIOT-ESP8622

2016-04-03 Thread Nguyễn Quốc Đính
The esp32 has 2 core inside, and seems that RiOT don't support more than one core? On Mon, Apr 4, 2016 at 5:07 AM Stefan Bochow wrote: > You mean ESP8266 (Tensilica L106) right? > > I would concentrate my power to the upcomming ESP32 (DC L108) with BLE and > 416 kb RAM. > https://www.sparkfun.co

Re: [riot-devel] Low-power WAN

2015-12-11 Thread Nguyễn Quốc Đính
Hello, I used to play around with subghz soc ADUCRF101 from Analog device, which gives much longer range compare to 2.4Ghz. For me, this SoC shows value in some area, say, farm. It actually does not belong to some protocols listed in article cited by Prof Emmanuel, it can run conventional 6lo

Re: [riot-devel] cpuid for atmega2560

2015-12-10 Thread Nguyễn Quốc Đính
idea of the interface is to abstract mcu peripherals - so if a > peripheral does not exist, we should not try to emulate it on this level. > So let higher levels (e.g. UUID generation) worry about this... > > Cheers, > Hauke > > > > On 10.12.2015 05:18, Nguyễn Quốc Đính wro

[riot-devel] cpuid for atmega2560

2015-12-09 Thread Nguyễn Quốc Đính
Hello RIOT developers, I am new to the group, then please forgive me for the innocence. I am doing the cpuid for atmega2560, to finish some part of https://github.com/RIOT-OS/RIOT/issues/1511. Some cpus have unique id/or usb id, some don't. Atmega2560 belongs to the later (please correct me if I