Re: [riot-devel] Ceedling

2018-01-10 Thread Francisco Molina
Following up with Baptiste question. Has anyone integrated other testing tools into RIOT like Unity?. And how easily (or not) could this integration be achieved, how much tinkering with the actual build system would have to be done for this? Cheers! Francisco

[riot-devel] GNRC with sleepy nodes

2017-11-21 Thread Francisco Molina
>Issues #7743 and #7332 both discuss the problem. > >Dan I saw those issues but they only refer to the fact that xtimer doesn't run during sleep modes, is that the only issue? Cheers Francisco ___ devel mailing list devel@riot-os.org

Re: [riot-devel] Gnrc Router Solicitation Messages (Thomas C. Schmidt)

2017-10-30 Thread Francisco Molina
Hi, >why would you want to change the router solicitation interval >(RTR_SOLICITATION_INTERVAL) outside the scope foreseen by the RFC? It's not really that i wan't to change the interval. The thing is my node goes into deep sleep and to be battery efficient I need Router Solicitation Messages to

[riot-devel] Gnrc Router Solicitation Messages

2017-10-26 Thread Francisco Molina
Dear Devel's, I need to change the frequency on which router solicitation messages are sen't or manually trigger them. I've found I can do this by modifying GNRC_SIXLOWPAN_ND_RTR_SOL_INT at sys/include/net/gnrc/sixlowpan/nd.h. But since the default value is already the minimum value specified by

[riot-devel] low power api

2017-09-21 Thread Francisco Molina
Hi, I have been developing an application that sends coap packets (usign gcoap) every time a pin ISR is triggered. I have been stressing the network a lot sending packets every 10 ms. After a lot of packets (around 5000) have been transmitted I get this error from gnrc: "ipv6: error determining

[riot-devel] STM32l1xx Internal ADC Channels

2016-12-16 Thread Francisco Molina
this? a new function in the adc lib that doesn't need a GPIO assignment or implement this a a CPU function since these internal ADC channels are used to get internal voltage references and such. Best regards, Francisco Molina ___ devel mailing list devel@riot