I have to connect enc28j60 ethernet module to trb140:
I connected enc28j60 with router (10.10.142.1) and then other side i connected trb140 in same router. Now pls tell me how to connect it.
or any other way to connect it?
Hello,
Just to clarify, you’d like to connect the SPI interface to the TRB140?
If so, there would be a few issues, the main one being that the firmware of the TRB140 does not contain drivers for such a module.
If I understand correctly, you’d like to expand the ports on TRB140. If that is the case, why not utilize a simple network switch? If you need to route a few different networks, the TRB140 also supports interface based VLANs which could separate the network traffic.
Best regards,
give me some any other idea to communicate with enc28j60 ethernet module to trb140.
or give tell any other iot device to connect it.
first tell me how to connect trb140 to system and also connect with arduino board.
if there is any option to connect sensors are arduino directly to trb140 of those pins like g26, g38, g15, g14, g12, adc, scl, clk, miso, mosi, cs, sda, 3v8. is 3v8 is 3.8volt?
Hello,
Please clarify if you’d like to connect the RJ45 port to the TRB140, or the SPI interface to the TRB140.
I’m most likely not going to be able to help if you’d like to connect it via other interfaces than the RJ45, as the device is not intended for this use case.
However, if you’d like to provide internet connectivity to the Arduino, then from the Arduino project description:
The common way is to set the ENC28J60 to server mode and connect to it from the internet by entering your router static IP address in a browser.
More information can be found here: ENC28J60 on the Web | Arduino Project Hub
Best regards,