CARVIEW |
Select Language
HTTP/2 200
date: Sun, 27 Jul 2025 12:41:27 GMT
content-type: text/html; charset=utf-8
cf-ray: 965c36080801b277-BLR
cf-cache-status: DYNAMIC
cache-control: private
set-cookie: prov=2e50fe7a-ad54-452e-a7bc-13b49d882ede; expires=Mon, 27 Jul 2026 12:41:27 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: 11c80bfe-8450-4225-a472-ba4d598ee7e6
x-worker-origin-response-time: 498000000
x-dns-prefetch-control: off
set-cookie: prov=2e50fe7a-ad54-452e-a7bc-13b49d882ede; Path=/; HttpOnly; Domain=stackexchange.com
set-cookie: __cf_bm=HdtCd2sB1gEyBiA3WHdxrLILeqXF9j86JzAeXF0xzZU-1753620087-1.0.1.1-V8Rsu5puOY9oHKFWHgzjYHXkEiiRZGm8EfPsZ6uXEzO9gxmOi5zY9IamqvG0gW_OE2j0WZqx_AUhrDNco5gXLjDRaZekFvbDvT5MHatV.Mc; path=/; expires=Sun, 27-Jul-25 13:11:27 GMT; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
set-cookie: _cfuvid=lSADGAhn_gZC2ChJrgkjnp..yVydTThxt8PPJ2aNkaA-1753620087560-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)
0
votes
0
answers
2
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
68
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
web-service × 4
more related tags
Hot Network Questions
- A question about as ..... as comparison
- Heretofore I think I have been using 'heretofore' incorrectly
- Is this a violation of open source?
- Alternative to tedious assert-rewrite for trivial operations?
- How does one justify the rationality of buying insurance?
- How should one pronounce plural French-derived German words?
- In Jurassic Park, is the lysine dependency intentionally fake (in-universe)?
- Confusing/incorrect sentence in proof of Zorn's Lemma in Lang's "Real and Functional Analysis"
- About Harp Pedaling for a Pentatonic Glissando
- Has the Silver Surfer's clothing (or lack thereof) ever been addressed in the comics?
- JK flip-flop timing diagram: is Wikipedia correct?
- Why did the Holy Spirit send Jesus to the wilderness to be tempted by Satan?
- Do TeX engines support Shavian OpenType fonts?
- Symbols for A.P. Morse's book in Set Theory
- What Isp can be gotten from a napthalene (mothball) hot gas thruster? Did it work in space?
- Lower bound on ratio of expected maxima of i.i.d. samples from distribution on [0,1]
- Early Sailing days in September 1066... Could Harold defeat William at Hastings, if it happened before Stamford Bridge?
- What is the citation for Augustine's "consensus, non concubitus..."
- How to navigate in the Universe's Heat Death
- Humans on alien planet get tailed by silent humanoids
- Word order for a phrase with a number, adjective and noun
- Did the first sin in the garden of Eden actually take place before the fruit was eaten?
- What were the two colored keys on a MUPID for?
- Meaning of 芭蕉 in Tang age