RIOT networking with Arduino

Hello,

Are there any way to do the real network with arduino-mega?

i saw an mailinglist below.

It says current RIOT no support Ethernet… which means i can’t communicate with Arduino + Ethernetshild… right?

Are there any other way to communicate between 2-RIOT-flashed-Arduino-mega?

Thank you!

Changue

Hi,

It says current RIOT no support Ethernet.. which means i can't communicate with Arduino + Ethernetshild... right?

Actually it does, but the master branch only has a driver for native tap interfaces. PR #2800 adds support for encx24j600 ethernet chips.

Are there any other way to communicate between 2-RIOT-flashed-Arduino-mega?

If wired is OK, you could connect them up via SPI or UART, depending on the application.

Kaspar

Thank you very much, Kaspar!

It’s really helpful. ^^

Sincerely, Changue