Questions tagged [ethernet-shield]

The ethernet shield connects to an Arduino board using long wire-wrap headers which extend through the shield. This keeps the pin layout intact and allows another shield to be stacked on top. The latest revision of the shield adds a micro-SD card slot, which can be used to store files for serving over the network.

The ethernet shield connects to an Arduino board using long wire-wrap headers which extend through the shield. This keeps the pin layout intact and allows another shield to be stacked on top. The latest revision of the shield adds a micro-SD card slot, which can be used to store files for serving over the network.

67 questions
4
votes
1 answer

Ethernet library compilation error

I'm trying to connect my Arduino to the internet, but my Ethernet connection config code fails when I try to verify it, and I'm not sure why. I'm using an Ethernet shield and have installed the Ethernet library v.2.0.0. This is the running…
KostR
  • 41
  • 1
3
votes
1 answer

Communication between two Arduinos using ENC28J60?

How can I connect and send data between two Arduinos using ENC28J60 ethernet adapters on both of them? Is there any guide or example code for me to take a look from or any library I can use to achieve this communication? I have one Arduino connected…
3
votes
0 answers

Can I reduce UIPEthernet library size (perhaps by ditching TCP)?

I am using the excellent UIPEthernet library to get an Arduino Nano to drive an ENC28J60 Ethernet Shield for a UDP-based application. But I think the poor library has to do a lot of work to make up for the limitations of the ENC28J60, and that makes…
SusanW
  • 172
  • 1
  • 1
  • 10
2
votes
0 answers

Ability to connect 2 or more w5500 Modules and deal with them as objects

I wish to create a rudimentary ethernet in/out - switch/hub where I can (sort of) daisy chain my boards. (I don't wish to use a ethernet switch/router/hub) One port would be acting as server The other would be acting as a client (and forward any…
Ohbhatt
  • 176
  • 8
2
votes
1 answer

Ethernet shield issues (defective shield?!)

I'm a newbie in using the Arduino Ethernet Shield v2 (Arduino product code A000024) and I'm experiencing some strange behaviours on a critical work with strict deadline. The project involve some Arduino (both UNOs and MEGA2560s) sending sensor data…
orestino
  • 23
  • 5
2
votes
1 answer

DF Robot W5200 Ethernet Shield for an Arduino Uno not working?

I've been working on using an ethernet shield for my Arduino Uno for a couple weeks now. I've been going through the problems one by one and now realise that there seems to be nothing transmitting. Running code similar to DHCPAddressPrinter results…
nekmilloin
  • 21
  • 1
2
votes
0 answers

Combining mysensors with SD card (on an Ethernet Shield v2)

I'm trying to combine a MySensors network with the usage of a SD card. Currently I'm working with the SD card reader on the EthernetShield v2. The NRF24L01+ chip I'm using is also using SPI but we used Soft-SPI to change the pins that is uses so…
imacbest
  • 121
  • 1
2
votes
1 answer

Send HTTP request from Arduino Ethernet to server on PC

I am simply trying to send a simple HTTP request from an Arduino Uno with w5500 Ethernet Shield to a local server running on my PC. The two are connected via a crossover ethernet cable and I am able to host a server on the Arduino that is…
nmarie22
  • 31
  • 6
2
votes
0 answers

Difficulty connecting arduino ethernet with PC using a switch

Facing difficulty connecting arduino ethernet(w5100) with PC using a switch (Dlink). When both are connected directly(p2p) using ethernet cable, arduino device can be pinged. However, when connected via switch - ping doesn't work, and both devices…
2
votes
2 answers

Is Arduino Ethernet shield compatible with arduino due?

Arduino Due's operating voltage is 3.3 volt and Ethernet shield operates on 5 volt supply. So my question is that this Ethernet shield will work on an Arduino Due and also if it will not harm the Arduino Due board due exceeding the operating…
Prayuktibid
  • 362
  • 1
  • 5
  • 18
1
vote
0 answers

Strange UDP problems

I am making a simulator box that pretends to be an industrial pump. We make equipment that interfaces with the pump and don't always have a pump available to test the connection. I used and arduino uno with an ethernet shield 2 to do this. The…
vini_i
  • 159
  • 1
  • 5
1
vote
1 answer

send and recieve analog data from one arduino to another arduino via web/ethernet

i am able to send audio signal through mic and send it via arduino and receive it on speaker. i need two things 1.) The voice i am hearing on speaker has on speaker has lots of noise with it. i need to reduce it 2.) I need to send that analog signal…
1
vote
1 answer

Ethernet Shield not connecting

I've mounted an Ethernet Shield on top of an Arduino UNO. The Arduino is connected via usb to my pc and to the network via ethernet through a switch. I'm running a simplified verison of the WebServer example and the function to Ethernet.begin()…
Hexash
  • 11
  • 1
1
vote
2 answers

Sending letter by letter to LCD, however the LCD knows the full string?

I think this is my last post about this specific project, but I got a really weird curveball right now I managed to do the webpage I wanted, and pass the string along. Now, when a LED lights up, it sends the corresponding letter to the LCD. The…
Feeds
  • 163
  • 7
1
vote
0 answers

Ethernet Shield doesn't work at all

I connected corresponding pins of Arduino Nano and the Ethernet Shield, connected my computer to a router (the light indicated the connection) and Ethernet Shield to the same router. Nevertheless, there is no sign of connection on the router and the…
silencefog
  • 11
  • 3
1
2 3 4 5