Jimmy Huang

Results 41 comments of Jimmy Huang

Networking doesn't work as expected on them, it's not just OCF, I tried websockets and it is returning the same error Error in net_context_bind(handle->server_ctx, (struct sockaddr *)&addr, sizeof(struct s ockaddr)):...

I think we should first find out if the native Zephyr apps works on the olimex_stm32_e407 board. I suspect that this may be a Zephyr upstream bug.

I submitted a pr #1051 to remove that for now.

I was able to see the res from k64f if I run OcfMultiServer.js and then OcfClient.js: jimmy@jimmy-dev:~/projects/zephyrjs/zephyr.js (update-doc)$ ./outdir/linux/release/jslinux samples/OcfClient.js --noexit Started OCF client findResources() was successful, deviceId=ocf://c9920b68-2ab7-4e7e-5169-346b073c448e retrieve() was...

@uhofemei the patch #1417 may fixed this, please retest

@gvancuts It's pretty stable for us running OcfServer and OcfSensorServer, but I don't have any setup of the smarthome demo, so it is best for @uhofemei to test it and...

@uhofemei Now with Zephyr 1.10, bluetooth should be much more stable now, please re-test.

@cuiyanx did you have to update the bluetooth driver using an external SWD debugger? I just flashed the app and when I scan I do see it showed up: 11:5B:5C:46:1A:43...

@cuiyanx did you flash it with one of these? https://github.com/blacksphere/blackmagic/wiki, I think we don't have one laying around so we might have to buy one.

I can fix this by turn on promiscuous mode to get, with patch #1886, this seems to be related to #1868, currently IF_MCAST_IPV6_ADDR_COUNT is already at 4 with OCF and...