Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Solved the issue below which I also used to observe a long time ago w…
…hen I would be doing MQTT testing. Also see this thread below on me instructing other folks on how to solve it on their setups. ARMmbed/mbed-mqtt#30 Nuertey-Dragonfly-Cellular-LightControl Application - Beginning... Mbed OS version: 6.15.1 Built: May 27 2022, 07:58:10 Running LEDLightControl::Setup() ... [00000179ms][INFO][STE1]: power_up: PHY Addr 0 AutoNeg 1 [00000254ms][DBG ][STE1]: MAC Addr 00:80:e1:37:00:25 [00000325ms][INFO][STE1]: ETH buffers : 4 Rx 4 Tx [00001871ms][INFO][STE1]: PHY ID 7C130 [00001939ms][INFO][STE1]: low_level_init_successful Connecting to network ... [00002207ms][INFO][STE1]: emac_link_state_cb set to true Global IP address set! Running LEDLightControl::ConnectToSocket() ... Particular Network Interface IP address: 10.42.0.58 Particular Network Interface Netmask: 255.255.255.0 Particular Network Interface Gateway: 10.42.0.1 Particular Network Interface MAC Address: 00:80:e1:37:00:25 Connecting to "10.42.0.1" as resolved to: "10.42.0.1:7" ... Error! TCPSocket.connect() to EchoServer returned: [-3004] -> "not connected to a network"
- Loading branch information