Hi,
I would like to send/receive messages between PC and Arduino Yun Mini via WIRED network.
I have already tried the communication via Wifi, and it was successful.
However, I could not achieve it via wired network.
What I did is written as follows;
-
Connect PC and Arduino Yun Mini with LAN Cable.
Since Arduino Yun Mini doesn’t have any Ethernet RJ45 port,
I used dogRJ45 (http://www.linino.org/product/linino-one/) . -
I checked the connection status on the web browser (http://linino.local),
I found that the ip address for Eth1(wired network) was not allocated. -
I logged on Arduino Yun Mini (192.168.240.1) through ssh,
then commanded “ifconfig eth1 192.168.0.10”.
After that I confirmed the ip for Eth1 was 192.168.0.10. -
I logged on Arduino Yun Mini (192.168.0.10) through ssh,
then commanded “ping 192.168.0.100”
(The ip address was allocated to the PC).
It was failed.
On the other hand, the ping from PC to Arduino Yun Mini (192.168.0.10) was successful.
I used Arduino IDE1.6.1 and windows7 32bit PC.
I have no idea how to solve my problem.
If you have any comment or idea, please tell me.