Smart Home Automation Forum
KC868-A8 Ethernet Problem - Printable Version

+- Smart Home Automation Forum (https://www.kincony.com/forum)
+-- Forum: Technical Support (https://www.kincony.com/forum/forumdisplay.php?fid=20)
+--- Forum: KC868-A8 (https://www.kincony.com/forum/forumdisplay.php?fid=23)
+--- Thread: KC868-A8 Ethernet Problem (/showthread.php?tid=3269)

Pages: 1 2


RE: KC868-A8 Ethernet Problem - msinfo - 09-26-2023

(09-25-2023, 10:27 PM)admin Wrote: can you try to re soldering the LAN8720A chip? which store you have bought A8 board from?

Do i try to re solder the same chip or do i get a new one ? I got it from Aliexpress.


RE: KC868-A8 Ethernet Problem - admin - 09-26-2023

you can try to re solder it, if also have problem, contact with your aliexpress seller, re send you a new KC868-A8 PCB.


RE: KC868-A8 Ethernet Problem - msinfo - 09-26-2023

(09-26-2023, 10:49 AM)admin Wrote: you can try to re solder it, if also have problem, contact with your aliexpress seller, re send you a new KC868-A8 PCB.

Ok, thank you.


RE: KC868-A8 Ethernet Problem - admin - 09-26-2023

you are welcome.


RE: KC868-A8 Ethernet Problem - Namil Heo - 09-30-2024

(09-16-2023, 03:32 PM)msinfo Wrote: Hello, i have a KC868-A8 Board connected with ethernet cable but the port suddenly stopped working.
[quote pid="8861" dateline="1694878346"]

ethernet:
#define ETH_ADDR        0
#define ETH_POWER_PIN  -1
#define ETH_MDC_PIN    23
#define ETH_MDIO_PIN  18
#define ETH_TYPE      ETH_PHY_LAN8720
#define ETH_CLK_MODE  ETH_CLOCK_GPIO17_OUT

manual_ip:
  static_ip: 192.168.0.144
  gateway: 192.168.0.254
  subnet: 255.255.255.0
[/quote]


RE: KC868-A8 Ethernet Problem - Namil Heo - 09-30-2024

#define ETH_ADDR 0
#define ETH_POWER_PIN -1
#define ETH_MDC_PIN 23
#define ETH_MDIO_PIN 18
#define ETH_TYPE ETH_PHY_LAN8720
#define ETH_CLK_MODE ETH_CLOCK_GPIO17_OUT

IPAddress local_ip(192, 168, 0, 144);
IPAddress gateway(192, 168, 0, 254);
IPAddress subnet(255, 255, 255, 0);

Hello, i have a KC868-A8 Board connected with ethernet cable but the port suddenly stopped working.