Saturday, 3 March 2018

serial - Ethernet RJ45 interfacing with microcontroller


I am working on a project, (still in the nascent stage) where I have to implement a serial communication interface and an Ethernet interface. I tried to find out as much as I can and got the following information:



  • For the serial interface I can implement using (DB9/DB25 via max232 line driver)



  • For RJ45 interface I am in doubt which method is right. Either:



    1. RJ45 => Ethernet Controller IC => Microcontroller(with SPI) would this method interfere with the serial communication port as SPI would require rxd and txd pins of micro-controller which are used to connect with pins of line driver (totally confused)

    2. RJ45 => Micro-controller( I doubt it)




Kindly advise, please forgive my ignorance I am quite new to networking arena.




No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...