This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Combine NRF52840 together with W5500

Hello,

I am currently trying to combine the NRF52840 (Development kit) with the Arduino Ethernet shield containing an W5500.

I was wondering if there is any example code for this and if the combination with Zigbee is possible.

Thanks

Parents
  • Hi,

    There is a driver for the W5500 Ethernet controller in Zephyr. You can find documentation for this driver here: wiznet,w5500 (on spi bus), and the driver itself can be found in zephyr/drivers/ethernet/eth_w5500.c. Unfortunately, there are no examples of this or the Arduino Ethernet shield being used. 

    I have asked internally about combining this with Zigbee, and I will come back to you regarding this.

    Best regards,

    Marte

Reply
  • Hi,

    There is a driver for the W5500 Ethernet controller in Zephyr. You can find documentation for this driver here: wiznet,w5500 (on spi bus), and the driver itself can be found in zephyr/drivers/ethernet/eth_w5500.c. Unfortunately, there are no examples of this or the Arduino Ethernet shield being used. 

    I have asked internally about combining this with Zigbee, and I will come back to you regarding this.

    Best regards,

    Marte

Children
Related