Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
KC868-A8 Ethernet Problem
#11
(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.
Reply
#12
you can try to re solder it, if also have problem, contact with your aliexpress seller, re send you a new KC868-A8 PCB.
Reply
#13
(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.
Reply
#14
you are welcome.
Reply
#15
(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]
Reply
#16
#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.
Reply


Forum Jump:


Users browsing this thread:
1 Guest(s)