Unanswered Questions
143 questions with no upvoted or accepted answers
5
votes
0
answers
903
views
Internet in ESP32 is not working with IPv6
I am using ESP-WROOM-32D in STA mode with Arduino IDE(2.0.5) ESP32 board(2.0.9).
I am trying to do http post request with ESP32. Router that provides internet supports only IPv6.
Here I am getting ...
4
votes
0
answers
343
views
Is Arduino WiFi101 library fully compatible with Arduino MKR1000 with WiFi HW?
Will all the classes in this library work with the MKR1000 with wifi hardware?
The guide mentions "wifi shield".
So, does the library work exactly the same with the Arduino MKR100 (with the onboard ...
3
votes
0
answers
2k
views
How to correctly synchronize time with NTP server?
I want to synchronize time with NTP server once in some time. I am using DOIT ESP32 DEVKIT V1, I tried with getLocalTime() function but it returned true even without wifi, but as I know without wifi ...
3
votes
0
answers
1k
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 ...
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 ...
3
votes
0
answers
248
views
Arduino UNO WiFi RestServer returning "not found"
I'm trying to run RestServer on my Arduino UNO WiFi, and I'm currently using the tutorial from Arduino: http://www.arduino.org/learning/tutorials/boards-tutorials/restserver-and-restclient
Everything ...
3
votes
0
answers
2k
views
HTTPS Client with MKR1000
I am making an IoT device with the MKR1000.
As a part of the process, I would like to set up an HTTPS connection to https://hit.tl8.co/api/ping (this is a website I have made and control).
The problem ...
3
votes
0
answers
794
views
Why won't Wifi Shield detect any networks? Even really close
I just purchased an Adafruit Wifi Shield CC3300 and strapped it onto my Arduino Uno board.
I'm running this basic sketch that I found to test the functionality of the Wifi Shield: http://arduino.cc/...
3
votes
0
answers
1k
views
Hub RFID Arduino + WIFI
I will start an Arduino project and its main requirement is that some RFID readers (at most 6 readers) be connected and controled by the arduino board.
I do not have a strong background in ...
3
votes
0
answers
949
views
Connecting Arduino Yun to wifi with 802.1X authentication
Is it possible to connect the Yun to wifi using 802.1X authentication? 802.1X is WPA2-Enterprise that uses a username and password (per user) instead of one password (for every user). I don't see a ...
2
votes
0
answers
46
views
ESP32 WiFi server.send(); is it exclusive to ESP328266 modules, Arduino?
Is the function server.send(); exclusive to ESP8266 modules, Arduino? Where can I find documentation regarding the application of this function with an ESP32 module with WiFi?
2
votes
0
answers
113
views
Static IP configuration failed in NODEMCU
I'm trying to connect NODEMCU to my home network and set static IP address, but the static IP didn't set properly this is the code:
#include <ESP8266WiFi.h>
void setup() {
// put your setup ...
2
votes
0
answers
3k
views
ESP32 access point with an ENC28J60 ethernet module
Does anyone know if the following is possible? Any advice would be much appreciated.
I am programming an Ethernet connected Arduino to be a webserver. What would be ideal is a small portable "...
2
votes
0
answers
627
views
HTTPClient works with localhost but not server
I started to work with HTTPClient and the WiFly library to connect to an SSID and then send POST data to a server. When I was sending the data to my localhost, it was working on localhost, but when ...
2
votes
0
answers
71
views
Problem displaying data sent from Arduino Mega to Arduino Mrk1000 using serial communications
I've been doing a personal project.
The idea of the bigger project is to feed my fish using a robot.
My specific problem is that I would like to see some data from the various sensors that I will be ...