Re: [riot-devel] At86rf2xx ACK frame

2017-06-13 Thread Baptiste Clenet
2017-06-13 14:45 GMT+02:00 Oleg : > Hi Baptiste! > > On 2017-06-13 12:30, Baptiste Clenet wrote: >> >> On netdev event: NETDEV_EVENT_TX_COMPLETE (after >> AT86RF2XX_TRX_STATE__TRAC_SUCCESS state), how may I get the ACK frame >> received by at86rf2xx? > > > The ACK frame is

Re: [riot-devel] CPU clock on kinetis boards

2017-06-13 Thread Francisco Javier Acosta Padilla
Hi Joakim! Thanks for the hints. Your proposed approach at a first sight it seemed to work, then I rebased on your PRs and it didn’t work anymore. But more strange, I reverted your commits and it doesn’t work either… However, with the clock configuration that I proposed before it still works,

Re: [riot-devel] At86rf2xx ACK frame

2017-06-13 Thread Oleg
Hi Baptiste! On 2017-06-13 12:30, Baptiste Clenet wrote: On netdev event: NETDEV_EVENT_TX_COMPLETE (after AT86RF2XX_TRX_STATE__TRAC_SUCCESS state), how may I get the ACK frame received by at86rf2xx? The ACK frame is processed automatically by the transceiver. There is no way to access it

Re: [riot-devel] Minimal MCU clock speed for using it as a border-router.

2017-06-13 Thread Oleg Artamonov
Hi We have 6LoWPAN border routers running on Contiki OS and TI CC1310 @ 48 MHz — RAM is the main issue, 20k is enough for up to ~100 nodes in the network. No heavy traffic, though — except OTA fw updates, but we perform them one by one, not simultaneously. I believe RIOT should have

[riot-devel] At86rf2xx ACK frame

2017-06-13 Thread Baptiste Clenet
Hi, On netdev event: NETDEV_EVENT_TX_COMPLETE (after AT86RF2XX_TRX_STATE__TRAC_SUCCESS state), how may I get the ACK frame received by at86rf2xx? @Thomas, @Hauke ? Cheers, -- Baptiste ___ devel mailing list devel@riot-os.org