Dtynin
DIIDevHeads IoT Integration Server
•Created by Dtynin on 7/14/2024 in #middleware-and-os
Why can't my AVR microcontroller running Zephyr connect to a remote server using TCP?
hey guys, I'm trying to send log data to a remote server using TCP on my AVR microcontroller running Zephyr. Despite setting up the network interface and writing the TCP client code, I can't establish a connection to the server.
so far I have configured the network interface in prj.conf, and also implemented the TCP client to connect and send data.
Code Snippet:
The TCP client fails to establish a connection to the server. What could be causing this issue? If successful, I expect to see the log data sent to the remote server. @Middleware & OS
2 replies