CARVIEW |
Select Language
HTTP/2 200
date: Sun, 27 Jul 2025 15:32:40 GMT
content-type: text/html; charset=utf-8
cf-ray: 965d30d45fdd0bc9-BLR
cf-cache-status: DYNAMIC
cache-control: private
set-cookie: prov=c5624ae6-c00e-4583-98cb-19ca3ab840a5; expires=Mon, 27 Jul 2026 15:32:40 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: 108d69b5-9e66-48bd-a10e-ed83fd744123
x-worker-origin-response-time: 586000000
x-dns-prefetch-control: off
set-cookie: prov=c5624ae6-c00e-4583-98cb-19ca3ab840a5; Path=/; HttpOnly; Domain=stackexchange.com
set-cookie: __cf_bm=5J8ifQCETVDOt85WYwFGhe6m_TRQVl45ZbblLnO184k-1753630360-1.0.1.1-Dp9UhsFF4RdkjyFFz4scOx06OGlLa3vppqaIggqahj_T.FUgJWvpy3QLiuWPLLCFj0WdwTS10d3KtGM0Oy4gEN7hZzHHZfIHUyQ1DVlKpqc; path=/; expires=Sun, 27-Jul-25 16:02:40 GMT; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
set-cookie: _cfuvid=zbXC8KpY3hxfk2nmd0ZQ6K0Js2qTeKe2uPnBxrpxj3I-1753630360336-0.0.1.1-604800000; path=/; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
server: cloudflare
content-encoding: gzip
Newest 'network' 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 [network]
The network tag has no summary.
25 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
1
answer
54
views
ParseIP in the EtherCard library does not parse an address twice
I'm trying to modify the pings example from the EtherCard library so I can ping multiple hosts. The end result should be a small device which monitors other devices on my network.
Here is the modified ...
1
vote
0
answers
477
views
Problem with floating of AnalogRead
For a university Lab course i have to realize a UPS unit with a internal LiPo battery . The unit uses as battery charger a buck converter
I have only a problem with the battery charger (buck converter)...
2
votes
1
answer
176
views
1
vote
1
answer
583
views
Trouble with ESP8266 on Eero network
I have an ESP8266 Node MCU and am learning to use its wifi capabilities. In my home I have a router provided by my ISP that runs a network we'll call 'network1'. I also have an Eero mesh network that ...
0
votes
1
answer
52
views
I want to make two arduino to communicate over different wifi. Is that possible?
I want to make any 2 Arduino module from different places to communicate over wifi. I really need to know if it possible? If yes, advice me more about it. I want send data from sensor module from one ...
2
votes
2
answers
2k
views
Understanding NRF24L01 specifications
I was reading this tutorial about the NRF24L01 and came across a few terms which I did not clearly understand.
It uses the 2.4 GHz band
Does this refer to the frequency of the EM waves that the ...
1
vote
1
answer
3k
views
Send only one packet from one ESP32 to another ESP32 without acknowledgment
I have a network consisting 10 slaves and one master. I am using ESP-NOW to send the messages between the nodes. All of the nodes are within close proximity. I do NOT need a mesh network to reach all ...
0
votes
1
answer
4k
views
ESP32 send data to another ESP32 without establishing a wifi connection
Originally I was creating a project consisting of the Atmega328P and NRF24L01 to create multiple arduinos that could talk to each other. Basically I was creating something like this:
As the network ...
1
vote
0
answers
1k
views
ESP-NOW host not receiving data
I'm trying to set up a network like the following:
|Host| <-------> |Node x 3|
I want to have a two-way connection between a host and each node, but each node cannot communicate with other nodes....
1
vote
0
answers
382
views
SIM900A network connection
I can't connect to the network.
Hardware used: Arduino UNO and SIM900A GSM module
Tutorial used: https://www.instructables.com/id/GSM-SIM900A-With-Arduino/
Sim card used: Orange (I set it on 2G ...
0
votes
2
answers
244
views
How to change wifi credentials of multiple ESP8266 together
I need to change WiFi credentials of multiple ESP8266 in one go, without needing to change passwords for each of them individually. I know there is a WiFiManager library, which makes your ESP8266 ...
-1
votes
1
answer
159
views
aRest.io - how does it work?
With aRest.io you are able control your Arduino/Esp from all over the world - but how?
In the Client SourceCode (found here) you only find the PubSubClient, which is an MQTT client.
I'm assuming:
...
-1
votes
1
answer
2k
views
SIM800L is not registering on network
I'm testing SIM800L module by registering to network manually and I'm getting an error message.
Here are the commands I tried.
AT+CSQ
+CSQ: 31,0
OK
AT+CBAND?
+CBAND: EGSM_MODE,ALL_BAND
OK
AT+...
1
vote
0
answers
64
views
Arduino Uno Wifi R2 Mesh Network
I currently have a project that uses a few Xbee S1 modules to report temperature measurements to a computer. I'm thinking about reworking the project to use the newer Arduino Uno WiFi R2 boards.
Is ...
1
vote
0
answers
2k
views
Sniffing thermostat protocol CC1101 868MHZ [duplicate]
I am using this libary from github:https://github.com/veonik/arduino-cc1101
With this example code. I will try to read the data which is send from a 868Mhz thermostat. I am using a arduino Mega and ...
- The Overflow Blog
-
-
- Featured on Meta
-
-
Related Tags
arduino-uno × 6
nrf24l01+ × 4
esp8266 × 4
communication × 3
wifi × 3
c++ × 2
i2c × 2
networking × 2
gsm × 2
remote-control × 2
wireless × 2
esp32 × 2
softap × 1
arduino-uno-wifi × 1
iot × 1
code-review × 1
rs485 × 1
digital × 1
system-design × 1
modbus × 1
analogread × 1
attiny × 1
arduino-mega × 1
sensors × 1
arduino-nano × 1
more related tags
Hot Network Questions
- What is the best interpretation of Psalm 6:4? Does "Turn" or "Return" capture the intended meaning?
- Moving multiplying cells away
- How do I set up a recursive algorithm to repeatedly square root a positive real number?
- Partitioning heaps - Why?
- Class for validating code in different Conda environments with PyTorch
- Statistics – Linear Inference – What is the moment generating function of non-central t-distribution?
- Lower bound on ratio of expected maxima of i.i.d. samples from distribution on [0,1]
- Source for Adam naming the angels
- Is this a violation of open source?
- edge to curve endpoint move/transform to normal direction
- Why is time reversal not a natural part of the Galilean group?
- How should one pronounce plural French-derived German words?
- What is the citation for Augustine's "consensus, non concubitus..."
- Symbols for A.P. Morse's book in Set Theory
- Is the number of n-bead necklace structures using exactly seven different colored beads given by 7th column of A152175?
- How can I turn the text in a PNG file back into text layer?
- Time Machine backup disk not writeable any longer
- Does passive DisplayPort-HDMI adapter work with 4K 60Hz, if host supports DP 1.2 and HDMI 1.4?
- In Jurassic Park, is the lysine dependency intentionally fake (in-universe)?
- Why doesn't the Windows C compiler reuse incoming shadow space in noreturn functions?
- "I met a monk and philosopher." How many people did I meet?
- Does SZNUD3160 really eliminate the need for diode?
- Heretofore I think I have been using 'heretofore' incorrectly
- What is the meaning of 'Tel.......,qui......'