Skip to main content

Questions tagged [wifi]

Wi-Fi is a trademark of the Wi-Fi Alliance. A Wi-Fi enabled device such as a personal computer, video game console, smartphone, or digital audio player can connect to the Internet when within range of a wireless network connected to the Internet.

0 votes
1 answer
111 views

I am writing a program for a XIAO ESP32S3 using ArduinoIDE. The function of the program is to have the ESP open an Access Point (using AutoConnect) when it first starts up. Once the user inputs their ...
user4826471's user avatar
1 vote
2 answers
102 views

I was trying to display the readings of my dht11 sensor on the Blynk dashboard but I am struggling a lot. A little help would be really appreciated. #define BLYNK_PRINT Serial /* Fill in information ...
KnightRiderDutt's user avatar
0 votes
1 answer
201 views

I have NodeMCU ESP32s and I am using Arduino framework. I want the ESP to connect to local Wifi, so I set AP on ESP and send to it UDP packet with WIFI credentials. I am doing it in a loop until sent ...
NeverDoomedEnough's user avatar
0 votes
1 answer
128 views

I'm trying to move my hard-coded wifi SSID/password credentials to an SD card so they can be more easily changed, but when passing the SSID to the WiFi.begin() function, I'm getting a status code 1 - &...
radioloko's user avatar
-1 votes
1 answer
102 views

I'm trying to use the library in my project. An implementation with wm.setConfigPortalBlocking(false) is needed, but when a large delay is used in the loop, the portal either does not work at all, or ...
MolekulaTepla's user avatar
2 votes
1 answer
990 views

I am having some issues with connecting to WiFi with an ESP32 board. It is very sloooooooooow. The first few times I tried, I left it alone for 20 minutes and it still wasn't able to connect. So I ...
Deling Ren's user avatar
-2 votes
1 answer
191 views

I am an Arduino beginner. I am searching for a WiFi module that can act as a station and access point. It should have a external antenna. I need to upload a script that starts a web server, so I can ...
Black's user avatar
  • 109
1 vote
0 answers
136 views

Hello I am trying to make a request using WiFiEsp library but even the examples not working, I have searched a lot but never solved it. most of the solutions are outdated and do not solve anything, I ...
OSMX's user avatar
  • 11
-2 votes
1 answer
233 views

I would like to try matter protocol with Arduino mega or Arduino giga. But I don't find any sample or library. I have only found libraries compatibles with ESP32. Do you know how I can work with ...
Bob5421's user avatar
  • 87
1 vote
0 answers
445 views

In my sketch for ESP32, I call the network scanning function: WiFi.scanNetworks(true); but sometimes it trigger a wdt reset: E (372741) task_wdt: Task watchdog got triggered. The following tasks did ...
Mark's user avatar
  • 393
1 vote
1 answer
614 views

I have an ESP32 Joy-it - SBC NodeMCU-ESP32 that should be use with board "ESP32 Dev Module". IDE says : Chip is ESP32-D0WDQ6 (revision v1.0). Website product: https://joy-it.net/en/products/...
Servuc's user avatar
  • 133
2 votes
1 answer
625 views

My friend and I are doing a project and we're stuck on a problem. We tried looking stuff up but it looks like no one documented something similar before. Basically, what we want to do is have one ...
loom's user avatar
  • 31
2 votes
1 answer
565 views

I'm using Arduino IDE v2.1.1 and Arduino MKR wifi 1010. Everything works fine and at this moment I have a need to protect the wifi connection with ssl certificate. I have generated the ssl certificate ...
Semen Shekhovtsov's user avatar
0 votes
1 answer
39k views

hello guys i'm new to this field i really need your help i want to wire a GSM module (SIM808) to a ESP32 board using the TX and RX pins so the pins are labeled RX and TX no pin number like the others ...
Hach Rbh's user avatar
1 vote
0 answers
37 views

I am using DEVKIT V1 DOIT board and 30 pinout board. When I upload this code for checking analog value from serial monitor: // Define the analog input pin for the IR sensor const int analogPin = ...
Asif Uz Zaman's user avatar

15 30 50 per page
1
2 3 4 5
45