CARVIEW |
Select Language
HTTP/2 200
date: Sun, 27 Jul 2025 17:22:16 GMT
content-type: text/html; charset=utf-8
cf-ray: 965dd161aa48c1a1-BLR
cf-cache-status: DYNAMIC
cache-control: private
set-cookie: prov=9da70d48-977e-447e-9474-a166a81a5d00; expires=Mon, 27 Jul 2026 17:22:16 GMT; domain=.stackexchange.com; path=/; secure; httponly
strict-transport-security: max-age=31536000; includeSubDomains
vary: Accept-Encoding
content-security-policy: upgrade-insecure-requests; frame-ancestors 'self' https://stackexchange.com
x-clacks-overhead: GNU Terry Pratchett
x-frame-options: SAMEORIGIN
x-request-guid: 324c8ce1-1d7d-4a1f-88b0-2f200270e16a
x-worker-origin-response-time: 972000000
x-dns-prefetch-control: off
set-cookie: prov=9da70d48-977e-447e-9474-a166a81a5d00; Path=/; HttpOnly; Domain=stackexchange.com
set-cookie: __cf_bm=TCYLsQbHruASs4ISqRveoRuobqI3uo7bDJU35Jqgt0c-1753636936-1.0.1.1-tKJuizg57MLvKADJGCSttScd0RQBygUMADVSQ4pumQRTPBzndZykFI8lb73QDAwEUYCZkhn5R.urcdVbxtEj84YP5OkwafhZdre0s2fNIz8; path=/; expires=Sun, 27-Jul-25 17:52:16 GMT; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
set-cookie: _cfuvid=8A4oKsAPqw1WcWa8HLAhIPjbAZgH5OwWll0B2djDy1s-1753636936942-0.0.1.1-604800000; path=/; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
server: cloudflare
content-encoding: gzip
Newest 'ethernet' Questions - Arduino Stack Exchange
Skip to main content
Stack Exchange Network
Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
Visit Stack ExchangeTeams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Learn more about TeamsQuestions tagged [ethernet]
Ethernet can be used for cabled communication between an Arduino and a computer, server, or website. For question concerning the Arduino Ethernet board, use the tag "arduino-ethernet" instead.
312 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
1
answer
12
views
Can one re-program a Leonardo Eth via its Ethernet port only?
Let's assume we have an Arduino Leonardo Eth running some sort of networking application, perhaps a very simple web server. Importantly the server is read only and static HTML. There is no ability to ...
1
vote
0
answers
69
views
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 ...
0
votes
1
answer
53
views
How to make MQTT and ArduinoModbus libraries working on the same Ethernet port?
I have a SAMD51P20 based Arduino PLC with WIZnet W5500 based Ethernet shield. I'm using these libraries:
#include <Ethernet.h>
#include <MQTT.h>
#include <ArduinoModbus.h>
MQTT and ...
0
votes
0
answers
130
views
Configure CA to connect to server with Ethernet
I'm using Ethernet module ENC28J60 with ESP32 on Arduino IDE.
I could establish a secure connection using WifiClientSecure.h
here code
#include <Arduino.h>
#include <WiFi.h>
#include <...
2
votes
1
answer
245
views
Limit of EthernetClient connections
I'm working on a project on which I need to have multiple EthernetClient connections to different servers. All of these connections must be kept alive simultaneously and by this I mean I cannot stop ...
1
vote
0
answers
429
views
Arduino (Mega 2560) Ethernet Shield 2 (W5500) - Can't connect
I'm having issues connecting to my arduino mega via ethernet. Its a very basic start to the code just to get the network side up and running, them im going to add in what I actually want it to do. For ...
1
vote
0
answers
560
views
What can be the reason for a Stack canary watchpoint triggered (loopTask) on a https get() command?
I have a program that only do get and post to a controller via an ethernet port. My problem is that after a certain amount of loop in the program, i got this error:
Guru Meditation Error: Core 1 ...
2
votes
0
answers
307
views
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 ...
1
vote
0
answers
67
views
Arduino MEGA crashes with Ethernet shield to connect to two TCP servers
I have Arduino MEGA with Ethernet Shield and a SD card connected to a RUT950 GSM router. Then, I also have two sensors connected to the router and they run a TCP server that sends measurements ...
2
votes
0
answers
68
views
How to connect Arduino to a switch that doesn't accept 10M?
I've been playing around with several Arduino ethernet modules based on the ENC28J60 and the W5500 chipset. All modules are advertised as 10/100M, but in reality only work when the port of a switch is ...
0
votes
1
answer
789
views
Incorrect IP address when using Ethernet library with Arduino Uno and WizNet 5500 ethernet module
I'm trying to get an ethernet module with the W5500 chipset to connect to my network on an Arduino Uno, but whatever I do, I always get an incorrect IP address.
The module is connected as default SPI, ...
-1
votes
1
answer
299
views
UDP Packet Loss
I have an application on a PC that sends 10 UDP packets to an Arduino Portenta board. When sending packets with no delay, half of them are lost. Wireshark shows the packets are correctly sent by the ...
3
votes
1
answer
336
views
The gateway is not working in Arduino EthernetENC
I am using ENC28J60 and EthernetENC library to connect an Arduino UNO with ATmega328 to the network. Everything works fine within the local network, but outside of it, I cannot ping the device. What ...
1
vote
1
answer
1k
views
UDPSendReceiveString example using Arduino Due with ENC28J60 Ethernet Module
I was trying to learn how to use UDP protocol to use in my automation project to send commands to an Arduino Due on ethernet with an ENC28J60 breakout board which I have connected to the Due from SPI ...
1
vote
2
answers
1k
views
Arduino does not connect to MQTT local broker
I have an Arduino Mega with Ethernet connected to a router by cable. Also I have a PC connected to the router (by Wifi) where also the local MQTT broker is installed (mosquitto). Althought the Arduino ...
- The Overflow Blog
-
-
- Featured on Meta
-
-
Related Tags
arduino-uno × 125
arduino-mega × 38
shields × 33
web-server × 30
ethernet-shield × 26
networking × 19
wifi × 16
sd-card × 12
spi × 12
communication × 10
sensors × 9
c++ × 9
arduino-yun × 9
serial × 8
power × 8
tcpip × 8
http × 8
arduino-ide × 7
esp32 × 7
library × 6
arduino-nano × 6
modbus × 6
pins × 5
esp8266 × 5
arduino-leonardo × 4
more related tags
Hot Network Questions
- A national poll of 1000 French returns 25% of "Yes". Is it enough to say that it's quite impossible locally to be 0%, if we don't know the variance?
- Time Machine backup disk not writeable any longer
- Kepler's first law proof error - can anyone help me see what the error is?
- Anonymizing a submission for double-blind review
- Can expanding foam provide interior strength for a large model?
- Statistics – Linear Inference – What is the moment generating function of non-central t-distribution?
- Heretofore I think I have been using 'heretofore' incorrectly
- Why doesn't the Windows C compiler reuse incoming shadow space in noreturn functions?
- How does one justify the rationality of buying insurance?
- Were the Fantastic Four the only superheroes on Earth-828 in The Fantastic Four: First Steps?
- When was the last time all humans were on the ground not in the air?
- How to deter wasps from an untreated larch fence
- How to make that the object sliding down along the local axis while following the rotation of the another object?
- How do Japanese people understand the reading of a single kanji with multiple readings in their everyday life?
- Is this a violation of open source?
- How many simple groups are there of a given infinite cardinality?
- Are you required to protect trade secrets revealed to you even if you didn't sign an NDA?
- Balancing a Holy Water Bomb
- 3D projective transformations on text in LuaMetaFun
- Confusing/incorrect sentence in proof of Zorn's Lemma in Lang's "Real and Functional Analysis"
- I don't understand Photos Library.photoslibrary
- In Jurassic Park, is the lysine dependency intentionally fake (in-universe)?
- Does passive DisplayPort-HDMI adapter work with 4K 60Hz, if host supports DP 1.2 and HDMI 1.4?
- How should one pronounce plural French-derived German words?