Is it possible to implement a tcp server with arduino? source that has been implemented in ethernetshield exists, but this I do not behave. What shall I do?
You mean plug in an Arduino Due ethernet shield to the SAM3X8E, and load/run the corresponding networking library to provide a full tcp/ip stack, then load on top of that a lightweight server to serve requests? sure, by why would you want to? you have a full fat i.MX6 with all the networking already done on the same board.
I have to say, it is one that was want to know how you can arduino to a server role in arduino in udoo board. How to implement an tcp server on arduino?
Hi all, I'm adding a question: how is it possible to reuse arduino sketch based on ethernet shield without using it? Can i.MX6 simulate an ethernet shield? Any code sample? Thanks
You mean a 'loopback'? Ought to be available, most network stacks do that in logical rather than physical layers. Google/text search the library you have for that phrase. localhost and 127.0.0.1 would work too of course.
im a bit confused by the various questions, and assuming languange differences.. first off, Can you use the arduino as a TCP Server, Yes, but since the Due cant directly access the wifi on the i.MX6 side, you would need a shield The point made by Lifeboat_Jim, though is why bother... the i.MX6 running linux can run a 'very' powerful TCP Server with wired and wireless networking with very little setup. it can then pass info to and from the SAM3X8/Due chip as needed. this i generally the easiest way from what i have seen so far. Freedomatic, from what i recall (and i may be a bit rusty on the details) i dont think its currently possible for the i.MX6 to provide the SAM3X8 access to the wireless card to be able to emulate or simulate a functional wireless shield.. maybe i misunderstood the question?
Hi guy's, i have tried to connect ethernet shield to arduino board implemented in udoo QUAD ..but it don't work, because the arduino board implemented in UDOO QUAD haven't ICSP pinout , These pins allow communication from ethernet shield and arduino!!!! it is possible to connect in some other way the ethernet shield for arduino to UDOO QUAD ARDUINO 2 board???
connect ICSP pin's of ethernet shield to UDOO : 1 (shield) -- MISO -- 1 (UDOO) 3 (shield) -- SOCK -- 3 (UDOO) 4 (shield) -- MOSI -- 2 (UDOO)
Hi...i am a new user here. As per my knowledge Due cant directly access the wifi on the i.MX6 side, you would need a shield.The point made by Lifeboat_Jim, though is why bother, the i.MX6 running linux can run a very powerful TCP Server with wired and wireless networking with very little setup. it can then pass info to and from the SAM3X8/Due chip as needed. pcb manufacturing