Re: [riot-devel] Energy Consumption on samr21_xpro

2015-10-27 Thread Ilias Seitanidis
10-23 11:37 GMT+02:00 Peter Kietzmann > >> <peter.kietzm...@haw-hamburg.de>: > >>> > >>> Hi Ilias, > >>> > >>> I'd love to have such possibility, but from my knowledge there is no > >>> coulomb > >>> count

Re: [riot-devel] Energy Consumption on samr21_xpro

2015-10-28 Thread Ilias Seitanidis
Is it possible to guide me on porting it to r21? Thank you! 2015-10-28 12:46 GMT+01:00 Kaspar Schleiser <kas...@schleiser.de>: > Hey, > > On 10/28/15 12:28, Ilias Seitanidis wrote: > > Did anyone tried Battery gas gauge: Linear Technology LTC4150 Coulomb > > Counter o

Re: [riot-devel] Energy Consumption on samr21_xpro

2015-10-28 Thread Ilias Seitanidis
Hi again! Did anyone tried Battery gas gauge: Linear Technology LTC4150 Coulomb Counter on R21 board or at any other board? Thank you! 2015-10-27 11:13 GMT+01:00 Ilias Seitanidis <iliasseitani...@gmail.com>: > Thank you all for your replies!!! :) > @Hauke Is there a way to measure

[riot-devel] CoAP

2015-10-29 Thread Ilias Seitanidis
Hi ! To use CoAP in my R21 boards should I rite the code of socket programming (open a udp port ,etc) or just use the coap library and it takes care about the socket? Thank you in advance!!! ___ devel mailing list devel@riot-os.org

Re: [riot-devel] CoAP

2015-10-29 Thread Ilias Seitanidis
2015-10-29 15:32 GMT+01:00 Baptiste Clenet : > Hi Lennart, > > >Also, you'd probably have to port it to RIOT first > Just to let you know, libcoap has already been ported to RIOT (as a > pkg as microcoap) [1] > Yes it does network registering automatically but I don't if this

Re: [riot-devel] CoAP

2015-10-29 Thread Ilias Seitanidis
I am used to testing, It would be my pleasure. Debugging since 2013 on android :) 2015-10-29 15:34 GMT+01:00 Ilias Seitanidis <iliasseitani...@gmail.com>: > > > 2015-10-29 15:32 GMT+01:00 Baptiste Clenet <bapcle...@gmail.com>: > >> Hi Lennart, >> >> >

Re: [riot-devel] Guide to add Ethernet 1 Xpro support to RIOT

2015-10-30 Thread Ilias Seitanidis
Does anyone have used the encx24j600? 2015-10-30 10:42 GMT+01:00 Ilias Seitanidis <iliasseitani...@gmail.com>: > Hello, I would like to add support for Ethernet 1 Xpro module on Riot, > what should I consider?Should I follow the encx24j600 driver?

[riot-devel] RIOT RELEASE 2015.12

2016-01-13 Thread Ilias Seitanidis
Dear all, I would like to know if the IEEE 802.15.4e is supported in the RIOT RELEASE 2015.12. Thank you in advance! ___ devel mailing list devel@riot-os.org https://lists.riot-os.org/mailman/listinfo/devel

Re: [riot-devel] RIOT RELEASE 2015.12

2016-01-13 Thread Ilias Seitanidis
Thank you very much Oleg! 2016-01-13 12:40 GMT+01:00 Oleg Hahm <oliver.h...@inria.fr>: > Dear Ilias! > > On Wed, Jan 13, 2016 at 11:39:56AM +0100, Ilias Seitanidis wrote: > > I would like to know if the IEEE 802.15.4e is supported in the RIOT > RELEASE > >

[riot-devel] Tunslip6 in BR

2016-02-05 Thread Ilias Seitanidis
Dear all, I followed the [1]{a} . But I get the following error: tunslip6: serial_to_tun: write: Invalid argument ifconfig tu323 down netstat -nr | awk '{ if ($2 == "tu323") print "route delete -net "$1; }' | sh then after a small search I found this on Contiki page(Given that is ported by

Re: [riot-devel] Atmel R21

2016-02-04 Thread Ilias Seitanidis
ej Ilias, > > you could have a look at this wiki page [1] and adapt it accordingly. Hope > that helps! > > Cheers, > Hauke > > [1] > https://github.com/RIOT-OS/RIOT/wiki/Howto:-Slip-border-router-with-Raspberry-Pi-and-samr21-xpro > > > On 02.02.2016 15:55, Il

Re: [riot-devel] Tunslip6 in BR

2016-02-05 Thread Ilias Seitanidis
u use? > * Can you verify after calling the tunslip6 tool that the tun interface > was created successfully? >You can verify by typing `ifconfig` or `ip a`. > > Best, > Cenk > > On 05.02.2016 10:59, Ilias Seitanidis wrote: > > > Dear all, > > I f

Re: [riot-devel] Atmel R21

2016-02-02 Thread Ilias Seitanidis
details > here [2]. > > Best, > > Francisco. > > [1] https://github.com/RIOT-OS/RIOT/pull/4725 > [2] > https://github.com/RIOT-OS/RIOT/tree/master/examples/gnrc_border_router > > > On Tue, 2016-02-02 at 10:13 +0100, Ilias Seitanidis wrote: > > Dear all! > >

[riot-devel] Atmel R21

2016-02-02 Thread Ilias Seitanidis
Dear all! After following all the tutorials on the net for Atmel R21 as BR in Riot ,with serial connection , I cannot ping the Inteface 6 of the BR, which is the interface from both linux and R21.Any suggestions? Thank you in advance! ___ devel mailing

[riot-devel] ADC

2016-02-24 Thread Ilias Seitanidis
Dear all , I want to test adc with R21 board, something already done by many people. The repository I use is [1]. After having tried almost all adc examples I get the following output. /home/RIOT/examples/gnrc_networking/sensor.c: In function 'r21_sensor_init':

Re: [riot-devel] ADC

2016-02-24 Thread Ilias Seitanidis
Dear Ilias, > > without looking into this in any detail: are you sure you have included > "periph/adc.h"? > > Cheers, > Oleg > > On Wed, Feb 24, 2016 at 04:19:19PM +0100, Ilias Seitanidis wrote: > > Dear all , > > I want to test adc with R21 board,

Re: [riot-devel] 6LOWPAN RIOT

2016-02-27 Thread Ilias Seitanidis
Hi, You can : 1)add an ethernet shield to the parent samr21 2)Add a record to your computer connected to your parent samr21 to route traffic between your riot network anf the external world 3) use an 802.15.4 compatible adapter to your computer and do the(2) On Feb 27, 2016 7:20 AM, "Giritharan"

[riot-devel] SamR21 Not using the build in radio

2016-01-25 Thread Ilias Seitanidis
Dear all, I want to use the sam R21 Xpro with a GPRS plugin (Some friends from the electronics department will take care of the hardware connectivity). What changes should I perform to the Riot code? Thank you in advance! ___ devel mailing list

Re: [riot-devel] SamR21 Not using the build in radio

2016-01-26 Thread Ilias Seitanidis
t; use your GPRS device (something like `USEMODULE=your_driver_name`) and add > auto-initialization code for your device to sys/auto-init/netif/. > > Cheers, > Hauke > > > > > On 25.01.2016 14:50, Ilias Seitanidis wrote: > > Dear all, > I want to use the sam R21 Xpro w

[riot-devel] drivers/SAUL

2016-01-19 Thread Ilias Seitanidis
Dear all , I would like to ask you if there is any example of the drivers/saul . Thank you in advance! ___ devel mailing list devel@riot-os.org https://lists.riot-os.org/mailman/listinfo/devel

Re: [riot-devel] 6LOWPAN FOR SAMR21-xpro

2016-02-17 Thread Ilias Seitanidis
Hi, You can use the gnrc_networking example for regular nodes and the gnrc_border_router with ethos_br_hack from [1]. Best, Ilias [1] https://github.com/kaspar030/RIOT/tree/ethos_br_hack 2016-02-17 9:23 GMT+01:00 Giri Sugu : > Hi, > > I want to test 6lowpan in

Re: [riot-devel] PWM Driver

2017-01-27 Thread Ilias Seitanidis
tting started with > git and you don't know how to contribute code, you can find help by > searching 'git' and 'Development procedures' in our wiki. > > Best regards > Peter > > > > Am 23.01.2017 um 12:15 schrieb Ilias Seitanidis: > > Hi Peter, > > Thank you very

[riot-devel] Removed Driver

2017-02-20 Thread Ilias Seitanidis
regards, Ilias Seitanidis ___ devel mailing list devel@riot-os.org https://lists.riot-os.org/mailman/listinfo/devel

Re: [riot-devel] Removed Driver

2017-02-20 Thread Ilias Seitanidis
of a RIOT device, which seems important on IoT. Best, Ilias 2017-02-20 14:23 GMT+01:00 Kaspar Schleiser <kas...@schleiser.de>: > Hi Ilias, > > On 02/20/2017 02:07 PM, Ilias Seitanidis wrote: > > I want to ask why the ltc4150 driver was removed( I will need to use it > > an

[riot-devel] RIOT and Peripherals

2016-09-30 Thread Ilias Seitanidis
which takes care of these staff?? Any example or any help overall will be appreciated. Thank you in advance! Your Faithfully, Ilias seitanidis ___ devel mailing list devel@riot-os.org https://lists.riot-os.org/mailman/listinfo/devel

Re: [riot-devel] BIN FILES

2016-10-07 Thread Ilias Seitanidis
3:35 PM, Oleg Hahm <oliver.h...@inria.fr> wrote: > >> Hi Ilias! >> >> On Fri, Oct 07, 2016 at 03:29:38PM +0200, Ilias Seitanidis wrote: >> > Is it possible to create a bin file, which includes everything and then >> > flash the .bin file >> > on the

[riot-devel] GNRC_NETWORKING

2016-09-21 Thread Ilias Seitanidis
Hi all, I am using the gnrc BR and I have another node running the gnrc_networking example. I did some modifications on the main.c of the gnrc_networking, I replaced the lines 44-46 [1] with the line: _netif_config(0, NULL); . After that I execute some threads. My question is why I cannot ping

Re: [riot-devel] GNRC_NETWORKING

2016-09-21 Thread Ilias Seitanidis
@ Sebastian the first one is the udp.c where I execute an interval so every 2 minutes I send a message. The second one is empty right now. ___ devel mailing list devel@riot-os.org https://lists.riot-os.org/mailman/listinfo/devel

Re: [riot-devel] GNRC_NETWORKING

2016-09-21 Thread Ilias Seitanidis
Thank you all for your replies, @Sebastian, I have the loop in the udp.c and when I use the make term I see that one of my threads is running. That's the strange thing!!! ___ devel mailing list devel@riot-os.org

Re: [riot-devel] GNRC_NETWORKING

2016-09-23 Thread Ilias Seitanidis
without problems? Thank you in advance! On Sep 21, 2016 15:56, "Ilias Seitanidis" <iliasseitani...@gmail.com> wrote: > @ Sebastian the first one is the udp.c where I execute an interval so > every 2 minutes I send a message. The second

Re: [riot-devel] Strange errors

2017-01-09 Thread Ilias Seitanidis
Dear all, thank you very much for your fast reply. Best, Ilias ___ devel mailing list devel@riot-os.org https://lists.riot-os.org/mailman/listinfo/devel

Re: [riot-devel] PWM Driver

2017-04-07 Thread Ilias Seitanidis
Hi again :) I am trying to produce two different frequencies on two different pins. When I am trying [1] as it is but only changing the FREQU and STEPS, I get the correct results.(first trial to get 19khz and second trial to get 50khz) However, when I duplicate the method pwm_init(pwm_t dev,

Re: [riot-devel] Images

2017-03-11 Thread Ilias Seitanidis
On Mar 10, 2017 15:10, "Emmanuel Baccelli" <emmanuel.bacce...@inria.fr> wrote: > Hi Ilias, > what do you mean by "image"? > what do you mean by "external module"? > If you gave a concrete example, it would help. > Best, > Emmanuel > > On Fri

Re: [riot-devel] PWM Driver

2017-04-26 Thread Ilias Seitanidis
onfigured > in which way and run independently from others. This must be reflected in > the peripheral configuration. > > Best regards > Peter > > > On 07.04.2017 15:29, Ilias Seitanidis wrote: > >> Hi again :) >> >> I am trying to produce two different

[riot-devel] Ethernet br with ipv6 to ipv4 module

2017-06-23 Thread Ilias Seitanidis
Hello everyone, I want to implement the gnrc br example for a battery powered device(openmote cc2538),without the existence of a computer , with Ethernet support. Is it possible something like this or the br example requires to initialize the br by using the start_networking.sh in the tools/ethos

[riot-devel] Border Router

2017-12-05 Thread Ilias Seitanidis
Hi all, I want to ask you if its possible and how can I use a node as a border router but not serial connected to my PC with dist/tools/ethos, but when I power it on to become a router and forward the received packets throught e.g. ethernet? Any guidelines would be really useful. Thank you in

Re: [riot-devel] Mikroelectronik lora flip and click

2017-10-20 Thread Ilias Seitanidis
Thank you very much for your reply! -- Dear all, I want to use the microlectronik lora flip and click with a samr21 xplained pro board in order to transfer the ieee802.15.4 traffic over lora to the internet. The mikrolectronika lora flip and click is based on a

[riot-devel] Mikroelectronik lora flip and click

2017-10-20 Thread Ilias Seitanidis
Dear all, I want to use the microlectronik lora flip and click with a samr21 xplained pro board in order to transfer the ieee802.15.4 traffic over lora to the internet. Has anyone tried something like this, is this possible with riot? Thank you in advance! Best regards, Ilias