Using wifi/ethernet port in Arduino sketch?

Discussion in 'General Programming Discussion' started by Bela, Nov 19, 2013.

  1. Bela

    Bela Member

    Joined:
    Oct 30, 2013
    Messages:
    32
    Likes Received:
    0
    Hello.
    Today I was wondering "If the imx6 is connected to the sam3 I could use the ethernet port and the wifi in my sketch, but how?" and then that's my question. Can I use the ethernet port or the wifi module in my arduino? In case how? Also would like to know how to enable the spi in the arduino :(

    Sorry for the questions, but I'm pretty new with those type of stuff, I'm still learning ;)
     
  2. Lifeboat_Jim

    Lifeboat_Jim New Member

    Joined:
    Sep 16, 2013
    Messages:
    399
    Likes Received:
    1
    Hi

    Have a read of viewtopic.php?f=8&t=351&p=3073&hilit=stack#p3073 which, whilst trying to solve a different problem, covers the problems of Ethernet from the SAM3X8E.

    SPI is a little tricky currently, one of the features that needs hitting with a hammer to get it to behave.
     
  3. delba

    delba Administrator Staff Member

    Joined:
    May 8, 2013
    Messages:
    1,064
    Likes Received:
    9

Share This Page