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.
672 questions
1
vote
1
answer
4k
views
Is possible to use ESP-NOW in LR mode (long range) simultaneously with WIFI STA (to connect to internet over wifi)
I am building esp-now gateway with mqtt but need long distance (200 meters).
I try to use LR mode but when I enable de LR mode I lost connection with WiFi.
Is licit to make use of LR and STA at the ...
1
vote
0
answers
649
views
WiFi HaLow library
Does anyone know if some Arduino based library is on the way to support new low power WiFi HaLow modules. If there is, I would like to know for which module?
For reference I'm sharing link here
1
vote
1
answer
1k
views
ESP32 TCP disconnect takes very long to be recognized
I'm using the following class to create a stream from a WiFi (server) connection. The client (a PC application) connects to the ESP32 and then issues commands over this connection. This works fine. ...
1
vote
2
answers
193
views
How Much mA dropped in ESP8266-01 Work in LiPo Battery if the WIFI function is continuously on
I working on the system where ESP8266-01 should continuously on because I want to get the Wi-Fi function on. In that case ,I can't use the Sleep mode which is given in the Esp8266-01 . So, My Question ...
1
vote
1
answer
1k
views
How do I check if my board is connected to the internet?
Let me get this straight, I'm trying to see my ESP32 is connected to the internet or not, not Wi-Fi, as at times the board is able to connect to Wi-Fi, but not able to contact any servers, due to ...
1
vote
0
answers
1k
views
Bluetooth module with lowest latency to communicate with PC
I am making a haptic feedback glove using Arduino and HC-05 bluetooth module to communicate with PC.
There are rotary encoders on the finger which send value to PC through Arduino mega. The PC returns ...
4
votes
1
answer
9k
views
Analog read not working while using WiFi
I have an ESP32, the current program running on it uses WiFi but, if I use WiFi and Analog read at the same time, Analog read does not work.
Why does this happen and what's the way around it?
Hardware ...
1
vote
0
answers
437
views
Is it possible to upload a private root certificate to an Arduino Nano33?
I'm trying to connect an Arduino Nano 33 to an mqtt broker with TLS authenticaton on the broker side. To do that I need my Arduino board to have access to the the root certificate.
My understanding is ...
3
votes
0
answers
2k
views
ESP8266 Webserver does not respond
I am trying to reach the webserver running in my Wemos D1 Mini compatible board.
I am trying one esp8266 example using Arduino examples "WifiManualServer" code below.
I have replaced the SSI ...
0
votes
1
answer
576
views
ESP32 FREERTOS crash using Adafruit ST7789 in tasks with the Wifi enabled
I am trying to create a clock using a ST7789 display and a DS3231 RTC. In this clock I want to use NTP to keep it synced and maybe use the WiFi to anything else.
My problem started when I have tried ...
3
votes
0
answers
3k
views
Using or creating Wi-Fi Direct (P2P) connection on ESP8266
I want to make a Wi-Fi Direct connection with an android device using my ESP8266. According to ESP8266WiFi Documentation and ESP8266 datasheet, the board has a SoftAP mode which is I think what is ...
1
vote
2
answers
525
views
Arduino UNO with integrated ESP2866 wifi not working correctly
I bought this "knockoff" Arduino UNO with an integrated ESP 2866 wifi module. But I can't make it work. I've followed this tutorial because it's the same product as I have, but I can't make ...
1
vote
0
answers
456
views
AT command AT+CWJAP command always fail when connect to wifi
Refer to connect to wifi from https://www.cooking-hacks.com/mysignals-hw-ehealth-medical-biometric-iot-platform-arduino-tutorial.html
#include <MySignals.h>
#include "Wire.h"
#...
1
vote
0
answers
472
views
ESP32 Post Request Not Working
This sample code for the esp32 doesn't work. When contacting the website I get a 301 error and the website acts as if nothing was ever recieved. Note: Been using arduino for 2 years.
/*
Rui Santos
...
1
vote
1
answer
77
views
Elements excluded from buffer array output after given structure (ESP8266 WifiSniffer) (snifferPacket)
I am currently trying to determine how the ESP8266 WifiSniffer program by Kalanda works.
Here is the source code:
#include <Arduino.h>
extern "C" {
#include <user_interface.h>
...
0
votes
1
answer
2k
views
How to change ArduinoOTA upload timeout?
I'm using ESP8266WiFiMulti, ESP8266WebServer and ArduinoOTA to communicate with my device and perform over-the-air-updates. Everything was working perfectly until I moved the ESP8266 further from the ...
3
votes
2
answers
226
views
Set parameters after compilation
I am extremely new to Arduino and have searched for this on the web but have not found it.
My project has 2 files, a .ino file with the sketch and another .h file with the secrets and configuration ...
0
votes
1
answer
51
views
How do I make two (or more) pins available on my server url?
I have a webserver configured on my esp8266 with is set to fire off electrical relay0 on my 8 port relay board.
The device initializes relay0 perfectly and without errors.
But when I configure the ...
0
votes
1
answer
65
views
What are the Arduino hardware options for experimenting with IoT?
Just starting to learn about Arduino and IoT. I'd like to know what the Arduino hardware options are to try the following:
Use FreeRTOS as SO
WiFi and BLE connectivity
Solderless board
Test OTA ...
1
vote
2
answers
2k
views
Wemos D1 mini won't connect to WiFi: status code 6
So I have a Wemos D1 mini which I want to connect to my WiFI in order to let is push sensor data to my server. But I cannot connect it with my WiFi as I get a code 6.
// We start by connecting to a ...
1
vote
1
answer
192
views
Send commands from cPanel website to client ESP8266
I have a project where I want to remotely turn on and off a relay using an Arduino,(ESP8266) over the internet.
I have a remote web server that hosts my existing hobby website, cPanel hosted by ...
3
votes
1
answer
3k
views
Arduino Library to make http post request with bearer authentication
I want to make an Http Post request with Bearer Authentication to my api using my Arduino Mkr Wifi 1010, but I couldn't find the appropriate library to do something like this (code generated with one ...
1
vote
0
answers
31
views
Uno Wifi Rev2 - sending program via WIFI [duplicate]
My new Uno wifi rev2 just arrived and I have one problem. At the beggining I connected my board via USB and tested with example blink program from WifiNiNA and It worked fine. When program is runned ...
0
votes
1
answer
53
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 ...
6
votes
4
answers
4k
views
ESP8266 WiFi Not Connecting to Internet Without Static IP
I am seeing some very strange behavior with my ESP8266. When I connect it to the WiFi for the first couple of times I am not seeing any issues and the ESP8266 connects just fine.
But after an ...