Hi, I am trying to build and run IoTivity example apps client_zephyr.c and server_zephyr.c on nrf52_pca10040 platform. I'm use "fresh" Zephyr from master branch of https://gerrit.zephyrproject.org/r/zephyr.
My prj.conf file for iotivity project consists: CONFIG_NETWORKING=y CONFIG_NETWORKING_WITH_LOGGING=y CONFIG_NETWORKING_WITH_BT=y CONFIG_IP_BUF_RX_SIZE=5 CONFIG_IP_BUF_TX_SIZE=3 CONFIG_NANO_TIMEOUTS=y CONFIG_NETWORKING_WITH_6LOWPAN=y CONFIG_6LOWPAN_COMPRESSION_IPHC=y # CONFIG_6LOWPAN_COMPRESSION_IPV6 is not set CONFIG_MINIMAL_LIBC_EXTENDED=y CONFIG_STDOUT_CONSOLE=y Both examples (client_zephyr.c and server_zephyr.c) compile and run correctly. But Bluetooth Low Energy device doesn't work. Is there a chance to make it work? Regards, Marcin Zalewski -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.iotivity.org/pipermail/iotivity-dev/attachments/20161202/a75bb3b0/attachment.html>
