Search found 1 match
- Thu Dec 26, 2019 1:38 pm
- Forum: ESP32 Arduino
- Topic: WiFi does not want to connect ESP32 on IDE ARDUINO
- Replies: 1
- Views: 2528
WiFi does not want to connect ESP32 on IDE ARDUINO
Below is the code I created to configure, store and connect to wifi networks via serial bluetooth and WiFi. But it does not connect, try 5 times and can not connect. #include <EEPROM.h> #include <WiFi.h> #include <BluetoothSerial.h> #define EEPROM_SIZE 512 #define led_verde 5 #define led_verme 4 #de...