Matthew Wood

Results 19 comments of Matthew Wood

Ok, after another hour or so of bashing my head against this I've discovered the context inside `net_context_connect` literally changes to iface 3 (GSM PPP) after running the function `bind_default`,...

> > Ok, after another hour or so of bashing my head against this I've discovered the context inside net_context_connect literally changes to iface 3 (GSM PPP) after running the...

However I did just test that patch with ethernet and plugging that in stops PPP from working and ethernet does not work: ``` [00:07:37.071,000] COR_NET_MAIN: testInterface: Test Wi-Fi (0x800922e0) [00:07:37.172,000]...

> setsockopt Now this is interesting, thank you so much for pointing out this socket option, setting this does seem to make the setup work even without the patch you...

Can confirm setting the default interface and using the socket option `SO_BINDTODEVICE` selecting between my 3 network interfaces appears to work reliably, thank you so much for your help Robert...

Resolved without zephyr changes, work around was to use the `SO_BINDTODEVICE` socket option to lock a socket connection to a specified network interface

> Furthermore, may I get the elf file of the application? We could check the PC value in reset log. Thanks for looking at this, I have realised you are...

Hi @JiaLWang now that ESP-IDF 5.2 has come out with Mesh V1.1 support is mesh DFU from the bluetooth SIG model being worked on interally, I am working on a...

> That's good information. Thanks a lot. My concern is, with no WiFi enabled or used the BLE mesh enabled binary itself is too bulky and hence the OTA is...